public interface SpoonPerspectiveOpenSaveInterface
Modifier and Type | Method and Description |
---|---|
boolean |
exportFile(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(EngineMetaInterface meta)
Save the specified file/object
|
void open()
void importFile(String filename)
filename
- the file to read fromboolean save(EngineMetaInterface meta)
meta
- The object to be saved.boolean exportFile(EngineMetaInterface meta, String filename)
meta
- the object to exportfilename
- the file to write toCopyright © 2019 Hitachi Vantara. All rights reserved.