public interface SpoonPerspectiveOpenSaveInterface
| Modifier and Type | Method and Description |
|---|---|
boolean |
exportFile(org.pentaho.di.core.EngineMetaInterface meta,
String filename)
Export to a file
|
void |
importFile(String filename)
Import from a file (extension driven by the perspective)
|
void |
open()
Open a file/object
|
boolean |
save(org.pentaho.di.core.EngineMetaInterface meta)
Save the specified file/object
|
void open()
void importFile(String filename)
filename - the file to read fromboolean save(org.pentaho.di.core.EngineMetaInterface meta)
meta - The object to be saved.boolean exportFile(org.pentaho.di.core.EngineMetaInterface meta,
String filename)
meta - the object to exportfilename - the file to write to