org.apache.geronimo.cli.deployer
Class InstallLibraryCommandArgsImpl

java.lang.Object
  extended by org.apache.geronimo.cli.deployer.InstallLibraryCommandArgsImpl
All Implemented Interfaces:
CommandArgs, InstallLibraryCommandArgs

public class InstallLibraryCommandArgsImpl
extends Object
implements InstallLibraryCommandArgs


Field Summary
protected  org.apache.commons.cli.CommandLine commandLine
           
protected  org.apache.commons.cli.Options options
           
 
Constructor Summary
InstallLibraryCommandArgsImpl(String[] args)
           
 
Method Summary
protected  void addGroupId()
           
 String[] getArgs()
           
 String getGroupId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

options

protected final org.apache.commons.cli.Options options

commandLine

protected org.apache.commons.cli.CommandLine commandLine
Constructor Detail

InstallLibraryCommandArgsImpl

public InstallLibraryCommandArgsImpl(String[] args)
                              throws CLParserException
Throws:
CLParserException
Method Detail

addGroupId

protected void addGroupId()

getGroupId

public String getGroupId()
Specified by:
getGroupId in interface InstallLibraryCommandArgs

getArgs

public String[] getArgs()
Specified by:
getArgs in interface CommandArgs


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.