Uses of Class
org.pentaho.di.core.exception.KettleFileException
Packages that use 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
Methods in org.pentaho.di.compatibility that throw KettleFileExceptionModifier and TypeMethodDescriptionvoidRow.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 KettleFileExceptionModifierConstructorDescriptionRow(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
Methods in org.pentaho.di.connections.vfs that throw KettleFileExceptionModifier and TypeMethodDescriptiondefault org.apache.commons.vfs2.FileObjectVFSConnectionProvider.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
Methods in org.pentaho.di.core that throw KettleFileExceptionConstructors in org.pentaho.di.core that throw KettleFileExceptionModifierConstructorDescriptionRead 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.exceptionModifier and TypeClassDescriptionclassThis is an exception thrown by file handling (I/O)classException 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 KettleFileExceptionModifier 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
Methods in org.pentaho.di.core.row that throw KettleFileExceptionModifier 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.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 KettleFileExceptionModifierConstructorDescriptionRowMeta(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 KettleFileExceptionModifier and TypeMethodDescriptionValueMetaBase.readData(DataInputStream inputStream) ValueMetaTimestamp.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 -
Uses of KettleFileException in org.pentaho.di.core.vfs
Methods in org.pentaho.di.core.vfs that throw KettleFileExceptionModifier and TypeMethodDescriptionorg.apache.commons.vfs2.FileObjectIKettleVFS.createTempFile(String prefix, String suffix, String directory) org.apache.commons.vfs2.FileObjectIKettleVFS.createTempFile(String prefix, String suffix, String directory, VariableSpace space) org.apache.commons.vfs2.FileObjectIKettleVFS.createTempFile(String prefix, KettleVFS.Suffix suffix) Creates a file using "java.io.tmpdir" directoryorg.apache.commons.vfs2.FileObjectIKettleVFS.createTempFile(String prefix, KettleVFS.Suffix suffix, String directory) org.apache.commons.vfs2.FileObjectIKettleVFS.createTempFile(String prefix, KettleVFS.Suffix suffix, String directory, VariableSpace space) org.apache.commons.vfs2.FileObjectIKettleVFS.createTempFile(String prefix, KettleVFS.Suffix suffix, VariableSpace variableSpace) Creates a file using "java.io.tmpdir" directorystatic org.apache.commons.vfs2.FileObjectKettleVFS.createTempFile(String prefix, String suffix, String directory) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObjectKettleVFS.createTempFile(String prefix, String suffix, String directory, VariableSpace space) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObjectKettleVFS.createTempFile(String prefix, KettleVFS.Suffix suffix) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObjectKettleVFS.createTempFile(String prefix, KettleVFS.Suffix suffix, String directory) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObjectKettleVFS.createTempFile(String prefix, KettleVFS.Suffix suffix, String directory, VariableSpace space) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObjectKettleVFS.createTempFile(String prefix, KettleVFS.Suffix suffix, VariableSpace variableSpace) Deprecated.use getInstance( Bowl )org.apache.commons.vfs2.FileObjectKettleVFSImpl.createTempFile(String prefix, String suffix, String directory) org.apache.commons.vfs2.FileObjectKettleVFSImpl.createTempFile(String prefix, String suffix, String directory, VariableSpace space) org.apache.commons.vfs2.FileObjectKettleVFSImpl.createTempFile(String prefix, KettleVFS.Suffix suffix) org.apache.commons.vfs2.FileObjectKettleVFSImpl.createTempFile(String prefix, KettleVFS.Suffix suffix, String directory) org.apache.commons.vfs2.FileObjectKettleVFSImpl.createTempFile(String prefix, KettleVFS.Suffix suffix, String directory, VariableSpace space) org.apache.commons.vfs2.FileObjectKettleVFSImpl.createTempFile(String prefix, KettleVFS.Suffix suffix, VariableSpace variableSpace) booleanIKettleVFS.fileExists(String vfsFilename) booleanIKettleVFS.fileExists(String vfsFilename, VariableSpace space) static booleanKettleVFS.fileExists(String vfsFilename) Deprecated.use getInstance( Bowl )static booleanKettleVFS.fileExists(String vfsFilename, VariableSpace space) Deprecated.use getInstance( Bowl )booleanKettleVFSImpl.fileExists(String vfsFilename) booleanKettleVFSImpl.fileExists(String vfsFilename, VariableSpace space) org.apache.commons.vfs2.FileObjectIKettleVFS.getFileObject(String vfsFilename) org.apache.commons.vfs2.FileObjectIKettleVFS.getFileObject(String vfsFilename, org.apache.commons.vfs2.FileSystemOptions fsOptions) org.apache.commons.vfs2.FileObjectIKettleVFS.getFileObject(String vfsFilename, VariableSpace space) org.apache.commons.vfs2.FileObjectIKettleVFS.getFileObject(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions) static org.apache.commons.vfs2.FileObjectKettleVFS.getFileObject(String vfsFilename) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObjectKettleVFS.getFileObject(String vfsFilename, org.apache.commons.vfs2.FileSystemOptions fsOptions) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObjectKettleVFS.getFileObject(String vfsFilename, VariableSpace space) Deprecated.use getInstance( Bowl )static org.apache.commons.vfs2.FileObjectKettleVFS.getFileObject(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions) Deprecated.use getInstance( Bowl )org.apache.commons.vfs2.FileObjectKettleVFSImpl.getFileObject(String vfsFilename) org.apache.commons.vfs2.FileObjectKettleVFSImpl.getFileObject(String vfsFilename, org.apache.commons.vfs2.FileSystemOptions fsOptions) org.apache.commons.vfs2.FileObjectKettleVFSImpl.getFileObject(String vfsFilename, VariableSpace space) org.apache.commons.vfs2.FileObjectKettleVFSImpl.getFileObject(String vfsFilename, VariableSpace space, org.apache.commons.vfs2.FileSystemOptions fsOptions) IKettleVFS.getInputStream(String vfsFilename) IKettleVFS.getInputStream(String vfsFilename, VariableSpace space) static InputStreamKettleVFS.getInputStream(String vfsFilename) Deprecated.use getInstance( Bowl )static InputStreamKettleVFS.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 OutputStreamKettleVFS.getOutputStream(String vfsFilename, boolean append) Deprecated.use getInstance( Bowl )static OutputStreamKettleVFS.getOutputStream(String vfsFilename, VariableSpace space, boolean append) Deprecated.use getInstance( Bowl )static OutputStreamKettleVFS.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 StringKettleVFS.getTextFileContent(String vfsFilename, String charSetName) Deprecated.use getInstance( Bowl )static StringKettleVFS.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.FileNameIKettleVFS.resolveURI(String uri) Resolves the given URI to a file name.org.apache.commons.vfs2.FileNameKettleVFSImpl.resolveURI(String vfsFilename)
ValueMetaFactory.createValueMeta() and the loadMetaData() method.