org.apache.oozie.cli
Class CLIParser.Command

java.lang.Object
  extended by org.apache.oozie.cli.CLIParser.Command
Enclosing class:
CLIParser

public class CLIParser.Command
extends java.lang.Object

Bean that represents a parsed command.


Method Summary
 org.apache.commons.cli.CommandLine getCommandLine()
          Return the command line.
 java.lang.String getName()
          Return the command name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Return the command name.

Returns:
the command name.

getCommandLine

public org.apache.commons.cli.CommandLine getCommandLine()
Return the command line.

Returns:
the command line.


Copyright © 2010 Yahoo. All Rights Reserved.