org.apache.chemistry.opencmis.commander
Class InfosCommand

java.lang.Object
  extended by org.apache.chemistry.opencmis.commander.InfosCommand
All Implemented Interfaces:
Command

public class InfosCommand
extends java.lang.Object
implements Command


Constructor Summary
InfosCommand()
           
 
Method Summary
 void execute(CmisBinding binding, java.lang.String[] args, java.io.PrintWriter output)
          Executes the command.
 java.lang.String getCommandName()
          Returns the command name.
 java.lang.String getUsage()
          Returns the usage hint.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfosCommand

public InfosCommand()
Method Detail

getCommandName

public java.lang.String getCommandName()
Description copied from interface: Command
Returns the command name.

Specified by:
getCommandName in interface Command

getUsage

public java.lang.String getUsage()
Description copied from interface: Command
Returns the usage hint.

Specified by:
getUsage in interface Command

execute

public void execute(CmisBinding binding,
                    java.lang.String[] args,
                    java.io.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.