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 voidRow. write(DataOutputStream dos)Write the content of the row to a DataOutputStream.voidValue. write(OutputStream outputStream)Write the value, including the meta-data to a DataOutputStreambooleanRow. writeData(DataOutputStream dos)Write a row of Values to a DataOutputStream, without saving the meta-data.booleanValue. 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 voidDBCache. 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 classKettleEOFExceptionThis is an exception thrown by file handling (I/O)classKettleFileNotFoundExceptionException 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.ObjectValueMetaInterface. readData(DataInputStream inputStream)De-serialize data from an inputstream.voidValueMetaInterface. readMetaData(DataInputStream inputStream)Read the attributes of this particular value meta object from the specified input stream.voidRowMeta. writeData(DataOutputStream outputStream, Object[] data)Write ONLY the specified data to the outputStreamvoidRowMetaInterface. 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).voidValueMetaInterface. writeData(DataOutputStream outputStream, Object object)Serialize the content of the specified data object to the outputStream.voidRowMeta. writeMeta(DataOutputStream outputStream)Write ONLY the specified metadata to the outputStreamvoidRowMetaInterface. writeMeta(DataOutputStream outputStream)Write a serialized version of this class (Row Metadata) to the specified outputStream.voidValueMetaInterface. 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 ObjectValueMetaBase. readData(DataInputStream inputStream)ObjectValueMetaTimestamp. readData(DataInputStream inputStream)voidValueMetaBase. readMetaData(DataInputStream inputStream)Load the attributes of this particular value meta object from the input stream.voidValueMetaBase. writeData(DataOutputStream outputStream, Object object)voidValueMetaTimestamp. writeData(DataOutputStream outputStream, Object object)voidValueMetaBase. 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.FileObjectKettleVFS. createTempFile(String prefix, String suffix, String directory)static org.apache.commons.vfs2.FileObjectKettleVFS. createTempFile(String prefix, String suffix, String directory, VariableSpace space)static org.apache.commons.vfs2.FileObjectKettleVFS. createTempFile(String prefix, KettleVFS.Suffix suffix)Creates a file using "java.io.tmpdir" directorystatic org.apache.commons.vfs2.FileObjectKettleVFS. createTempFile(String prefix, KettleVFS.Suffix suffix, String directory)static org.apache.commons.vfs2.FileObjectKettleVFS. createTempFile(String prefix, KettleVFS.Suffix suffix, String directory, VariableSpace space)static org.apache.commons.vfs2.FileObjectKettleVFS. createTempFile(String prefix, KettleVFS.Suffix suffix, VariableSpace variableSpace)Creates a file using "java.io.tmpdir" directorystatic booleanKettleVFS. fileExists(String vfsFilename)static booleanKettleVFS. fileExists(String vfsFilename, VariableSpace space)static org.apache.commons.vfs2.FileObjectKettleVFS. getFileObject(String vfsFilename)static org.apache.commons.vfs2.FileObjectKettleVFS. getFileObject(String vfsFilename, org.apache.commons.vfs2.FileSystemOptions fsOptions)static org.apache.commons.vfs2.FileObjectKettleVFS. getFileObject(String vfsFilename, VariableSpace space)static org.apache.commons.vfs2.FileObjectKettleVFS. getFileObject(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions)static InputStreamKettleVFS. getInputStream(String vfsFilename)static InputStreamKettleVFS. getInputStream(String vfsFilename, VariableSpace space)static OutputStreamKettleVFS. getOutputStream(String vfsFilename, boolean append)static OutputStreamKettleVFS. getOutputStream(String vfsFilename, VariableSpace space, boolean append)static OutputStreamKettleVFS. getOutputStream(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions, boolean append)static StringKettleVFS. getTextFileContent(String vfsFilename, String charSetName)Read a text file (like an XML document).static StringKettleVFS. getTextFileContent(String vfsFilename, VariableSpace space, String charSetName)
-