Uses of Class
org.pentaho.di.core.exception.KettleFileNotFoundException
-
Packages that use KettleFileNotFoundException Package Description org.pentaho.di.core.row -
-
Uses of KettleFileNotFoundException in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row that throw KettleFileNotFoundException Modifier and Type Method Description static Long
ValueDataUtil. checksumAdler32(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile)
static Long
ValueDataUtil. checksumCRC32(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile)
static String
ValueDataUtil. createChecksum(ValueMetaInterface metaA, Object dataA, String type, boolean failIfNoFile)
static String
ValueDataUtil. getFileEncoding(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile)
Get file encoding.static boolean
ValueDataUtil. isXMLFileWellFormed(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile)
Checks an xml file is well formed.static byte[]
ValueDataUtil. loadFileContentInBinary(ValueMetaInterface metaA, Object dataA, boolean failIfNoFile)
-