|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.migration.moduleexport.ModuleExporter
public class ModuleExporter
This exporter is capable of exporting a module and the related information. The related custom modules and the data can be exported (based on the user settings). The exported module zip file can be imported using the ModuleImporter class.
Constructor Summary | |
---|---|
ModuleExporter(int module,
java.io.File path)
Creates a new instance for the specific module. |
Method Summary | |
---|---|
void |
cancel()
|
void |
setExportData(boolean exportData)
Indicates whether the data (items) of the main module should be exported. |
void |
setExportDataRelatedMods(boolean exportDataRelatedMods)
Indicates whether the data (items) of the related modules should be exported. |
void |
start(IModuleWizardClient client)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModuleExporter(int module, java.io.File path)
DcModule.isTopModule()
).
module
- Main modulepath
- The export pathMethod Detail |
---|
public void setExportData(boolean exportData)
exportRelatedMods
- public void setExportDataRelatedMods(boolean exportDataRelatedMods)
exportRelatedMods
- public void start(IModuleWizardClient client)
public void cancel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |