Uses of Class
org.pentaho.di.core.exception.KettleFileException
Package
Description
Contains all classes that make up the possible Value types: ValueString, ValueNumber, ..., the interface and the Value class itself.
This package contains a set of Exceptions used in Kettle.
-
Uses of KettleFileException in org.pentaho.di.compatibility
Modifier and TypeMethodDescriptionvoid
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 DataOutputStreamModifierConstructorDescriptionRow
(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.connections.vfs
Modifier and TypeMethodDescriptiondefault org.apache.commons.vfs2.FileObject
VFSConnectionProvider.getDirectFile
(T connectionDetails, String path) If the provided ConnectionDetails are the correct type, return a FileObject for the provided path. -
Uses of KettleFileException in org.pentaho.di.core
ModifierConstructorDescriptionRead the data for this Cache entry from a data input streamResultFile
(Node node) -
Uses of KettleFileException in org.pentaho.di.core.exception
Modifier and TypeClassDescriptionclass
This is an exception thrown by file handling (I/O)class
Exception thrown when a files does not exists -
Uses of KettleFileException in org.pentaho.di.core.plugins
Modifier and TypeMethodDescriptionorg.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
Modifier and TypeMethodDescriptionObject[]
RowMeta.readData
(DataInputStream inputStream) Object[]
RowMetaInterface.readData
(DataInputStream inputStream) De-serialize a row of data (no metadata is read) from an input stream.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.ModifierConstructorDescriptionRowMeta
(DataInputStream inputStream) ValueMeta
(DataInputStream inputStream) Deprecated. -
Uses of KettleFileException in org.pentaho.di.core.row.value
Modifier and TypeMethodDescriptionValueMetaBase.readData
(DataInputStream inputStream) 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) -
Uses of KettleFileException in org.pentaho.di.core.vfs
Modifier and TypeMethodDescriptionorg.apache.commons.vfs2.FileObject
IKettleVFS.createTempFile
(String prefix, String suffix, String directory) org.apache.commons.vfs2.FileObject
IKettleVFS.createTempFile
(String prefix, String suffix, String directory, VariableSpace space) org.apache.commons.vfs2.FileObject
IKettleVFS.createTempFile
(String prefix, KettleVFS.Suffix suffix) Creates a file using "java.io.tmpdir" directoryorg.apache.commons.vfs2.FileObject
IKettleVFS.createTempFile
(String prefix, KettleVFS.Suffix suffix, String directory) org.apache.commons.vfs2.FileObject
IKettleVFS.createTempFile
(String prefix, KettleVFS.Suffix suffix, String directory, VariableSpace space) org.apache.commons.vfs2.FileObject
IKettleVFS.createTempFile
(String prefix, KettleVFS.Suffix suffix, VariableSpace variableSpace) Creates a file using "java.io.tmpdir" directorystatic org.apache.commons.vfs2.FileObject
KettleVFS.createTempFile
(String prefix, String suffix, String directory) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObject
KettleVFS.createTempFile
(String prefix, String suffix, String directory, VariableSpace space) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObject
KettleVFS.createTempFile
(String prefix, KettleVFS.Suffix suffix) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObject
KettleVFS.createTempFile
(String prefix, KettleVFS.Suffix suffix, String directory) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObject
KettleVFS.createTempFile
(String prefix, KettleVFS.Suffix suffix, String directory, VariableSpace space) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObject
KettleVFS.createTempFile
(String prefix, KettleVFS.Suffix suffix, VariableSpace variableSpace) Deprecated.use getInstance( Bowl )org.apache.commons.vfs2.FileObject
KettleVFSImpl.createTempFile
(String prefix, String suffix, String directory) org.apache.commons.vfs2.FileObject
KettleVFSImpl.createTempFile
(String prefix, String suffix, String directory, VariableSpace space) org.apache.commons.vfs2.FileObject
KettleVFSImpl.createTempFile
(String prefix, KettleVFS.Suffix suffix) org.apache.commons.vfs2.FileObject
KettleVFSImpl.createTempFile
(String prefix, KettleVFS.Suffix suffix, String directory) org.apache.commons.vfs2.FileObject
KettleVFSImpl.createTempFile
(String prefix, KettleVFS.Suffix suffix, String directory, VariableSpace space) org.apache.commons.vfs2.FileObject
KettleVFSImpl.createTempFile
(String prefix, KettleVFS.Suffix suffix, VariableSpace variableSpace) boolean
IKettleVFS.fileExists
(String vfsFilename) boolean
IKettleVFS.fileExists
(String vfsFilename, VariableSpace space) static boolean
KettleVFS.fileExists
(String vfsFilename) Deprecated.use getInstance( Bowl )static boolean
KettleVFS.fileExists
(String vfsFilename, VariableSpace space) Deprecated.use getInstance( Bowl )boolean
KettleVFSImpl.fileExists
(String vfsFilename) boolean
KettleVFSImpl.fileExists
(String vfsFilename, VariableSpace space) org.apache.commons.vfs2.FileObject
IKettleVFS.getFileObject
(String vfsFilename) org.apache.commons.vfs2.FileObject
IKettleVFS.getFileObject
(String vfsFilename, org.apache.commons.vfs2.FileSystemOptions fsOptions) org.apache.commons.vfs2.FileObject
IKettleVFS.getFileObject
(String vfsFilename, VariableSpace space) org.apache.commons.vfs2.FileObject
IKettleVFS.getFileObject
(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions) static org.apache.commons.vfs2.FileObject
KettleVFS.getFileObject
(String vfsFilename) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObject
KettleVFS.getFileObject
(String vfsFilename, org.apache.commons.vfs2.FileSystemOptions fsOptions) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObject
KettleVFS.getFileObject
(String vfsFilename, VariableSpace space) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObject
KettleVFS.getFileObject
(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions) Deprecated.use getInstance( Bowl )org.apache.commons.vfs2.FileObject
KettleVFSImpl.getFileObject
(String vfsFilename) org.apache.commons.vfs2.FileObject
KettleVFSImpl.getFileObject
(String vfsFilename, org.apache.commons.vfs2.FileSystemOptions fsOptions) org.apache.commons.vfs2.FileObject
KettleVFSImpl.getFileObject
(String vfsFilename, VariableSpace space) org.apache.commons.vfs2.FileObject
KettleVFSImpl.getFileObject
(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions) IKettleVFS.getInputStream
(String vfsFilename) IKettleVFS.getInputStream
(String vfsFilename, VariableSpace space) static InputStream
KettleVFS.getInputStream
(String vfsFilename) Deprecated.use getInstance( Bowl )static InputStream
KettleVFS.getInputStream
(String vfsFilename, VariableSpace space) Deprecated.use getInstance( Bowl )KettleVFSImpl.getInputStream
(String vfsFilename) KettleVFSImpl.getInputStream
(String vfsFilename, VariableSpace space) IKettleVFS.getOutputStream
(String vfsFilename, boolean append) IKettleVFS.getOutputStream
(String vfsFilename, VariableSpace space, boolean append) IKettleVFS.getOutputStream
(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions, boolean append) static OutputStream
KettleVFS.getOutputStream
(String vfsFilename, boolean append) Deprecated.use getInstance( Bowl )static OutputStream
KettleVFS.getOutputStream
(String vfsFilename, VariableSpace space, boolean append) Deprecated.use getInstance( Bowl )static OutputStream
KettleVFS.getOutputStream
(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions, boolean append) Deprecated.use getInstance( Bowl )KettleVFSImpl.getOutputStream
(String vfsFilename, boolean append) KettleVFSImpl.getOutputStream
(String vfsFilename, VariableSpace space, boolean append) KettleVFSImpl.getOutputStream
(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions, boolean append) IKettleVFS.getTextFileContent
(String vfsFilename, String charSetName) Deprecated.use getInstance( Bowl )IKettleVFS.getTextFileContent
(String vfsFilename, VariableSpace space, String charSetName) static String
KettleVFS.getTextFileContent
(String vfsFilename, String charSetName) Deprecated.use getInstance( Bowl )static String
KettleVFS.getTextFileContent
(String vfsFilename, VariableSpace space, String charSetName) Deprecated.use getInstance( Bowl )KettleVFSImpl.getTextFileContent
(String vfsFilename, String charSetName) KettleVFSImpl.getTextFileContent
(String vfsFilename, VariableSpace space, String charSetName) org.apache.commons.vfs2.FileName
IKettleVFS.resolveURI
(String uri) Resolves the given URI to a file name.org.apache.commons.vfs2.FileName
KettleVFSImpl.resolveURI
(String vfsFilename)
ValueMetaFactory
.createValueMeta() and the loadMetaData() method.