org.apache.chemistry.opencmis.commander
Class InfosCommand
java.lang.Object
org.apache.chemistry.opencmis.commander.InfosCommand
- All Implemented Interfaces:
- Command
public class InfosCommand
- extends Object
- implements Command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InfosCommand
public InfosCommand()
getCommandName
public String getCommandName()
- Description copied from interface:
Command
- Returns the command name.
- Specified by:
getCommandName
in interface Command
getUsage
public String getUsage()
- Description copied from interface:
Command
- Returns the usage hint.
- Specified by:
getUsage
in interface Command
execute
public void execute(CmisBinding binding,
String[] args,
PrintWriter output)
- Description copied from interface:
Command
- Executes the command.
- Specified by:
execute
in interface Command
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.