org.apache.geronimo.commands
Class DistributeCommandArgsImpl

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

public class DistributeCommandArgsImpl
extends Object
implements DistributeCommandArgs


Constructor Summary
DistributeCommandArgsImpl(String[] args, String targets, boolean inPlace)
           
 
Method Summary
 String[] getArgs()
           
 String[] getTargets()
           
 boolean isInPlace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributeCommandArgsImpl

public DistributeCommandArgsImpl(String[] args,
                                 String targets,
                                 boolean inPlace)
Method Detail

getTargets

public String[] getTargets()
Specified by:
getTargets in interface DistributeCommandArgs

isInPlace

public boolean isInPlace()
Specified by:
isInPlace in interface DistributeCommandArgs

getArgs

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


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