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(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) static LongValueDataUtil.checksumCRC32(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) static StringValueDataUtil.createChecksum(ValueMetaInterface metaA, Object dataA, String type, boolean failIfNoFile) static StringValueDataUtil.getFileEncoding(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) Get file encoding.static booleanValueDataUtil.isXMLFileWellFormed(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile) Checks an xml file is well formed.static byte[]ValueDataUtil.loadFileContentInBinary(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile)