Package org.alfresco.tools
Class Export
java.lang.Object
org.alfresco.tools.Tool
org.alfresco.tools.Export
Alfresco Repository Export Tool
- Author:
- David Caruana
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDisplay Tool Helpprotected intexecute()Perform Tool Behaviourprotected StringGet the tool namestatic voidEntry Pointprotected org.alfresco.tools.ToolContextprocessArgs(String[] args) Process Export Tool command line argumentsMethods inherited from class org.alfresco.tools.Tool
exit, getApplicationContext, getServiceRegistry, handleError, logError, logInfo, logVerbose, start
-
Constructor Details
-
Export
public Export()
-
-
Method Details
-
main
Entry Point- Parameters:
args-
-
getToolName
Description copied from class:ToolGet the tool name- Specified by:
getToolNamein classTool- Returns:
- the tool name
-
processArgs
Process Export Tool command line arguments- Overrides:
processArgsin classTool- Parameters:
args- the arguments- Returns:
- the export context
-
displayHelp
protected void displayHelp()Description copied from class:ToolDisplay Tool Help- Overrides:
displayHelpin classTool
-
execute
Description copied from class:ToolPerform Tool Behaviour- Specified by:
executein classTool- Throws:
ToolException
-