Package | Description |
---|---|
org.pentaho.di.core.vfs |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.vfs2.FileObject |
KettleVFS.createTempFile(String prefix,
KettleVFS.Suffix suffix)
Creates a file using "java.io.tmpdir" directory
|
static 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
|
Copyright © 2018 Hitachi Vantara. All rights reserved.