Uses of Class
org.pentaho.di.core.vfs.KettleVFS.Suffix
-
Packages that use KettleVFS.Suffix Package Description org.pentaho.di.core.vfs -
-
Uses of KettleVFS.Suffix in org.pentaho.di.core.vfs
Methods in org.pentaho.di.core.vfs that return KettleVFS.Suffix Modifier and Type Method Description static KettleVFS.Suffix
KettleVFS.Suffix. valueOf(String name)
Returns the enum constant of this type with the specified name.static KettleVFS.Suffix[]
KettleVFS.Suffix. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.di.core.vfs with parameters of type KettleVFS.Suffix Modifier and Type Method Description 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" directory
-