| java.lang.Object org.apache.geronimo.deployment.cli.AbstractCommand org.apache.geronimo.deployment.cli.CommandListModules
CommandListModules | public class CommandListModules extends AbstractCommand (Code) | | The CLI deployer logic to list modules.
version: $Rev: 602331 $ $Date: 2007-12-07 22:49:46 -0800 (Fri, 07 Dec 2007) $ |
Method Summary | |
public void | execute(ConsoleReader consoleReader, ServerConnection connection, CommandArgs commandArgs) | void | printTargetModules(ConsoleReader out, Target target, TargetModuleID[] modules, String prefix) Prints the names of the modules (that belong to the target) on
the provided PrintWriter.
Parameters: out - a PrintWriter Parameters: target - a Target value; only the moduleswhose target equals this one will be listed. |
printTargetModules | void printTargetModules(ConsoleReader out, Target target, TargetModuleID[] modules, String prefix) throws IOException(Code) | | Prints the names of the modules (that belong to the target) on
the provided PrintWriter.
Parameters: out - a PrintWriter Parameters: target - a Target value; only the moduleswhose target equals this one will be listed. Must not be null. Parameters: modules - a TargetModuleID[] value, must notbe null. Parameters: prefix - a String value that will beprepended to each module |
|
|