org.apache.felix.scr.impl
Class ScrCommand

java.lang.Object
  extended by org.apache.felix.scr.impl.ScrCommand
All Implemented Interfaces:
Command

public class ScrCommand
extends Object
implements Command


Method Summary
 void execute(String commandLine, PrintStream out, PrintStream err)
           
 String getName()
           
 String getShortDescription()
           
 String getUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Specified by:
getName in interface Command

getUsage

public String getUsage()
Specified by:
getUsage in interface Command

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in interface Command

execute

public void execute(String commandLine,
                    PrintStream out,
                    PrintStream err)
Specified by:
execute in interface Command


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.