Class Export

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

public final class Export extends Tool
Alfresco Repository Export Tool
Author:
David Caruana
  • Constructor Details

    • Export

      public Export()
  • Method Details

    • main

      public static void main(String[] args)
      Entry Point
      Parameters:
      args -
    • getToolName

      protected 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(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