org.apache.openejb.client
Class CommandParser.Arguments

java.lang.Object
  extended by org.apache.openejb.client.CommandParser.Arguments
Enclosing class:
CommandParser

public static final class CommandParser.Arguments
extends java.lang.Object


Constructor Summary
CommandParser.Arguments(Options options, java.util.List<java.lang.String> args)
           
 
Method Summary
 java.util.List<java.lang.String> get()
           
 Options options()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandParser.Arguments

public CommandParser.Arguments(Options options,
                               java.util.List<java.lang.String> args)
Method Detail

options

public Options options()

get

public java.util.List<java.lang.String> get()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.