com.tinkerpop.rexster
Class RexsterCommandLine

java.lang.Object
  extended by com.tinkerpop.rexster.RexsterCommandLine

public class RexsterCommandLine
extends Object


Constructor Summary
RexsterCommandLine(org.apache.commons.cli.CommandLine command, org.apache.commons.cli.CommandLine commandParameters, org.apache.commons.cli.Options commandOptions)
           
 
Method Summary
 org.apache.commons.cli.CommandLine getCommand()
           
 org.apache.commons.cli.Options getCommandOptions()
           
 org.apache.commons.cli.CommandLine getCommandParameters()
           
 boolean hasCommandParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RexsterCommandLine

public RexsterCommandLine(org.apache.commons.cli.CommandLine command,
                          org.apache.commons.cli.CommandLine commandParameters,
                          org.apache.commons.cli.Options commandOptions)
Method Detail

getCommandOptions

public org.apache.commons.cli.Options getCommandOptions()

getCommand

public org.apache.commons.cli.CommandLine getCommand()

getCommandParameters

public org.apache.commons.cli.CommandLine getCommandParameters()

hasCommandParameters

public boolean hasCommandParameters()


Copyright © 2009-2012. All Rights Reserved.