com.sun.enterprise.admin.cli.embeddable
Class CommandExecutorImpl

java.lang.Object
  extended by com.sun.enterprise.admin.cli.embeddable.CommandExecutorImpl
All Implemented Interfaces:
CommandRunner

@Service
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class CommandExecutorImpl
extends Object
implements CommandRunner

Author:
bhavanishankar@dev.java.net, sanjeeb.sahoo@sun.com

Constructor Summary
CommandExecutorImpl()
           
 
Method Summary
 CommandResult run(String command, String... args)
           
 void setTerse(boolean terse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandExecutorImpl

public CommandExecutorImpl()
Method Detail

run

public CommandResult run(String command,
                         String... args)
Specified by:
run in interface CommandRunner

setTerse

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


Copyright © 2012. All Rights Reserved.