public class DeploymentTask extends SSTTask
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
NO_FILES |
Constructor and Description |
---|
DeploymentTask() |
Modifier and Type | Method and Description |
---|---|
private void |
doExport(FileDefTO fileDef,
java.io.File outputDir,
java.lang.StringBuffer fileNames) |
java.lang.String |
export(ExportItem[] toExport,
java.io.File outputDir)
Export the information and save the results in the specified directory.
|
java.lang.String |
importCustom(ImportDef info,
java.lang.String[] files,
java.io.File baseDir)
Import the specified files from disk
|
private static final java.lang.String NO_FILES
public java.lang.String importCustom(ImportDef info, java.lang.String[] files, java.io.File baseDir) throws java.lang.Exception
java.lang.Exception
public java.lang.String export(ExportItem[] toExport, java.io.File outputDir) throws java.lang.Exception
java.lang.Exception
private void doExport(FileDefTO fileDef, java.io.File outputDir, java.lang.StringBuffer fileNames) throws java.lang.Exception
java.lang.Exception