org.glassfish.paas.gfplugin
Class CommandRunnerClient

java.lang.Object
  extended by org.glassfish.paas.gfplugin.CommandRunnerClient
All Implemented Interfaces:
CommandRunner

public class CommandRunnerClient
extends Object
implements CommandRunner

Author:
bhavanishankar@java.net

Field Summary
protected static Logger logger
           
 
Constructor Summary
CommandRunnerClient(org.jvnet.hk2.component.Habitat habitat)
           
 
Method Summary
 CommandResult run(String s, String... strings)
           
 void setTerse(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Logger logger
Constructor Detail

CommandRunnerClient

public CommandRunnerClient(org.jvnet.hk2.component.Habitat habitat)
Method Detail

run

public CommandResult run(String s,
                         String... strings)
Specified by:
run in interface CommandRunner

setTerse

public void setTerse(boolean b)
Specified by:
setTerse in interface CommandRunner


Copyright © 2012. All Rights Reserved.