org.apache.geronimo.commands
Class DistributeCommandArgsImpl
java.lang.Object
org.apache.geronimo.commands.DistributeCommandArgsImpl
- All Implemented Interfaces:
- CommandArgs, DistributeCommandArgs
public class DistributeCommandArgsImpl
- extends Object
- implements DistributeCommandArgs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistributeCommandArgsImpl
public DistributeCommandArgsImpl(String[] args,
String targets,
boolean inPlace)
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.