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 Object

Bean that represents a parsed command.


Method Summary
 org.apache.commons.cli.CommandLine getCommandLine()
          Return the command line.
 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 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 © 2012 Apache Software Foundation. All Rights Reserved.