org.apache.geronimo.commands
Class InstallLibraryCommandArgsImpl

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

public class InstallLibraryCommandArgsImpl
extends Object
implements InstallLibraryCommandArgs


Constructor Summary
InstallLibraryCommandArgsImpl(String libraryFile, String groupId)
           
 
Method Summary
 String[] getArgs()
           
 String getGroupId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallLibraryCommandArgsImpl

public InstallLibraryCommandArgsImpl(String libraryFile,
                                     String groupId)
Method Detail

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.