org.alfresco.tools
Class Export

java.lang.Object
  extended by org.alfresco.tools.Tool
      extended by org.alfresco.tools.Export

public final class Export
extends Tool

Alfresco Repository Export Tool


Constructor Summary
Export()
           
 
Method Summary
protected  void displayHelp()
          Display Tool Help
protected  int execute()
          Perform Tool Behaviour
protected  java.lang.String getToolName()
          Get the tool name
static void main(java.lang.String[] args)
          Entry Point
protected  org.alfresco.tools.ToolContext processArgs(java.lang.String[] args)
          Process Export Tool command line arguments
 
Methods inherited from class org.alfresco.tools.Tool
exit, getApplicationContext, getServiceRegistry, handleError, logError, logInfo, logVerbose, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Export

public Export()
Method Detail

main

public static void main(java.lang.String[] args)
Entry Point

Parameters:
args -

getToolName

protected java.lang.String getToolName()
Description copied from class: Tool
Get the tool name

Specified by:
getToolName in class Tool
Returns:
the tool name

processArgs

protected org.alfresco.tools.ToolContext processArgs(java.lang.String[] args)
Process Export Tool command line arguments

Overrides:
processArgs in class Tool
Parameters:
args - the arguments
Returns:
the export context

displayHelp

protected void displayHelp()
Description copied from class: Tool
Display Tool Help

Overrides:
displayHelp in class Tool

execute

protected int execute()
               throws ToolException
Description copied from class: Tool
Perform Tool Behaviour

Specified by:
execute in class Tool
Throws:
ToolException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.