Uses of Class
org.spiderwiz.core.ImportHandler
Package | Description |
---|---|
org.spiderwiz.core |
Core classes of the Spiderwiz framework.
|
-
Uses of ImportHandler in org.spiderwiz.core
Methods in org.spiderwiz.core that return ImportHandler Modifier and Type Method Description protected ImportHandler
Main. createImportHandler()
Creates an import/export data handler.Methods in org.spiderwiz.core with parameters of type ImportHandler Modifier and Type Method Description protected Object
DataObject. exportObject(ImportHandler channel, String newID)
Exports the object.protected String[]
DataObject. importObject(Object data, ImportHandler channel, ZDate ts)
Imports the object from foreign data.