Uses of Class
org.pentaho.di.core.exception.KettleFileException
-
Packages that use KettleFileException Package Description org.pentaho.di.compatibility Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself.org.pentaho.di.core org.pentaho.di.core.exception This package contains a set of Exceptions used in Kettle.org.pentaho.di.core.plugins org.pentaho.di.core.row org.pentaho.di.core.row.value org.pentaho.di.core.vfs -
-
Uses of KettleFileException in org.pentaho.di.compatibility
Methods in org.pentaho.di.compatibility that throw KettleFileException Modifier and Type Method Description void
Row. write(DataOutputStream dos)
Write the content of the row to a DataOutputStream.void
Value. write(OutputStream outputStream)
Write the value, including the meta-data to a DataOutputStreamboolean
Row. writeData(DataOutputStream dos)
Write a row of Values to a DataOutputStream, without saving the meta-data.boolean
Value. writeData(DataOutputStream dos)
Write the data of this Value, without the meta-data to a DataOutputStreamConstructors in org.pentaho.di.compatibility that throw KettleFileException Constructor Description Row(DataInputStream dis)
Read a row of Values from an input-stream.Row(DataInputStream dis, int size, Row meta)
Read a number of Values without meta-data into a row.Row(DataInputStream dis, Row meta)
Read a number of Values without meta-data into a row.Value(InputStream is)
Read the Value, including meta-data from a DataInputStreamValue(Value metaData, DataInputStream dis)
Read the data of a Value from a DataInputStream, the meta-data of the value has to be set before calling this method! -
Uses of KettleFileException in org.pentaho.di.core
Methods in org.pentaho.di.core that throw KettleFileException Modifier and Type Method Description void
DBCache. saveCache()
Constructors in org.pentaho.di.core that throw KettleFileException Constructor Description DBCacheEntry(DataInputStream dis)
Read the data for this Cache entry from a data input streamResultFile(Node node)
-
Uses of KettleFileException in org.pentaho.di.core.exception
Subclasses of KettleFileException in org.pentaho.di.core.exception Modifier and Type Class Description class
KettleEOFException
This is an exception thrown by file handling (I/O)class
KettleFileNotFoundException
Exception thrown when a files does not exists -
Uses of KettleFileException in org.pentaho.di.core.plugins
Methods in org.pentaho.di.core.plugins that throw KettleFileException Modifier and Type Method Description org.apache.commons.vfs2.FileObject[]
PluginFolder. findJarFiles()
org.apache.commons.vfs2.FileObject[]
PluginFolder. findJarFiles(boolean includeLibJars)
org.apache.commons.vfs2.FileObject[]
PluginFolderInterface. findJarFiles()
Find all the jar files in this plugin folderorg.apache.commons.vfs2.FileObject[]
JarFileCache. getFileObjects(PluginFolderInterface pluginFolderInterface)
-
Uses of KettleFileException in org.pentaho.di.core.row
Methods in org.pentaho.di.core.row that throw KettleFileException Modifier and Type Method Description Object[]
RowMeta. readData(DataInputStream inputStream)
Object[]
RowMetaInterface. readData(DataInputStream inputStream)
De-serialize a row of data (no metadata is read) from an input stream.Object
ValueMetaInterface. readData(DataInputStream inputStream)
De-serialize data from an inputstream.void
ValueMetaInterface. readMetaData(DataInputStream inputStream)
Read the attributes of this particular value meta object from the specified input stream.void
RowMeta. writeData(DataOutputStream outputStream, Object[] data)
Write ONLY the specified data to the outputStreamvoid
RowMetaInterface. writeData(DataOutputStream outputStream, Object[] data)
Write a serialized version of the supplied data to the outputStream (based on the metadata but not the metadata itself).void
ValueMetaInterface. writeData(DataOutputStream outputStream, Object object)
Serialize the content of the specified data object to the outputStream.void
RowMeta. writeMeta(DataOutputStream outputStream)
Write ONLY the specified metadata to the outputStreamvoid
RowMetaInterface. writeMeta(DataOutputStream outputStream)
Write a serialized version of this class (Row Metadata) to the specified outputStream.void
ValueMetaInterface. writeMeta(DataOutputStream outputStream)
Write the content of this class (metadata) to the specified output stream.Constructors in org.pentaho.di.core.row that throw KettleFileException Constructor Description RowMeta(DataInputStream inputStream)
ValueMeta(DataInputStream inputStream)
Deprecated. -
Uses of KettleFileException in org.pentaho.di.core.row.value
Methods in org.pentaho.di.core.row.value that throw KettleFileException Modifier and Type Method Description Object
ValueMetaBase. readData(DataInputStream inputStream)
Object
ValueMetaTimestamp. readData(DataInputStream inputStream)
void
ValueMetaBase. readMetaData(DataInputStream inputStream)
Load the attributes of this particular value meta object from the input stream.void
ValueMetaBase. writeData(DataOutputStream outputStream, Object object)
void
ValueMetaTimestamp. writeData(DataOutputStream outputStream, Object object)
void
ValueMetaBase. writeMeta(DataOutputStream outputStream)
Constructors in org.pentaho.di.core.row.value that throw KettleFileException Constructor Description ValueMetaBase(DataInputStream inputStream)
Deprecated.in favor of a combination ofValueMetaFactory
.createValueMeta() and the loadMetaData() method. -
Uses of KettleFileException in org.pentaho.di.core.vfs
Methods in org.pentaho.di.core.vfs that throw KettleFileException Modifier and Type Method Description static org.apache.commons.vfs2.FileObject
KettleVFS. createTempFile(String prefix, String suffix, String directory)
static org.apache.commons.vfs2.FileObject
KettleVFS. createTempFile(String prefix, String suffix, String directory, VariableSpace space)
static org.apache.commons.vfs2.FileObject
KettleVFS. createTempFile(String prefix, KettleVFS.Suffix suffix)
Creates a file using "java.io.tmpdir" directorystatic org.apache.commons.vfs2.FileObject
KettleVFS. createTempFile(String prefix, KettleVFS.Suffix suffix, String directory)
static org.apache.commons.vfs2.FileObject
KettleVFS. createTempFile(String prefix, KettleVFS.Suffix suffix, String directory, VariableSpace space)
static org.apache.commons.vfs2.FileObject
KettleVFS. createTempFile(String prefix, KettleVFS.Suffix suffix, VariableSpace variableSpace)
Creates a file using "java.io.tmpdir" directorystatic boolean
KettleVFS. fileExists(String vfsFilename)
static boolean
KettleVFS. fileExists(String vfsFilename, VariableSpace space)
static org.apache.commons.vfs2.FileObject
KettleVFS. getFileObject(String vfsFilename)
static org.apache.commons.vfs2.FileObject
KettleVFS. getFileObject(String vfsFilename, org.apache.commons.vfs2.FileSystemOptions fsOptions)
static org.apache.commons.vfs2.FileObject
KettleVFS. getFileObject(String vfsFilename, VariableSpace space)
static org.apache.commons.vfs2.FileObject
KettleVFS. getFileObject(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions)
static InputStream
KettleVFS. getInputStream(String vfsFilename)
static InputStream
KettleVFS. getInputStream(String vfsFilename, VariableSpace space)
static OutputStream
KettleVFS. getOutputStream(String vfsFilename, boolean append)
static OutputStream
KettleVFS. getOutputStream(String vfsFilename, VariableSpace space, boolean append)
static OutputStream
KettleVFS. getOutputStream(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions, boolean append)
static String
KettleVFS. getTextFileContent(String vfsFilename, String charSetName)
Read a text file (like an XML document).static String
KettleVFS. getTextFileContent(String vfsFilename, VariableSpace space, String charSetName)
-