Uses of Class
org.pentaho.di.core.exception.KettleFileNotFoundException
Packages that use KettleFileNotFoundException
-
Uses of KettleFileNotFoundException in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row that throw KettleFileNotFoundExceptionModifier and TypeMethodDescriptionstatic LongValueDataUtil.checksumAdler32(Bowl bowl, ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) static LongValueDataUtil.checksumCRC32(Bowl bowl, ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) static StringValueDataUtil.createChecksum(Bowl bowl, ValueMetaInterface metaA, Object dataA, String type, boolean failIfNoFile) static StringValueDataUtil.getFileEncoding(Bowl bowl, ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) Get file encoding.static booleanValueDataUtil.isXMLFileWellFormed(Bowl bowl, ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) Checks an xml file is well formed.static byte[]ValueDataUtil.loadFileContentInBinary(Bowl bowl, ValueMetaInterface metaA, Object dataA, boolean failIfNoFile)