|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.tools.Tool
org.alfresco.tools.Repository
public class Repository
Initializes the full application context and then waits for a keypress to exit.
Constructor Summary | |
---|---|
Repository()
|
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)
Start the repository and wait for a keypress to stop |
protected org.alfresco.tools.ToolContext |
processArgs(java.lang.String[] args)
Process Tool 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 |
---|
public Repository()
Method Detail |
---|
protected java.lang.String getToolName()
Tool
getToolName
in class Tool
protected org.alfresco.tools.ToolContext processArgs(java.lang.String[] args) throws ToolException
Tool
processArgs
in class Tool
args
- the arguments
ToolException
protected void displayHelp()
Tool
displayHelp
in class Tool
protected int execute() throws ToolException
Tool
execute
in class Tool
ToolException
public static void main(java.lang.String[] args)
args
- not used
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |