|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.felix.ipojo.arch.ArchCommandImpl
public class ArchCommandImpl
Implementation of the arch command printing the actual architecture.
| Constructor Summary | |
|---|---|
ArchCommandImpl()
|
|
| Method Summary | |
|---|---|
void |
execute(String line,
PrintStream out,
PrintStream err)
Executes the arch command. |
String |
getName()
Get the command name. |
String |
getShortDescription()
Gets a small description. |
String |
getUsage()
Gets help message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArchCommandImpl()
| Method Detail |
|---|
public String getName()
getName in interface CommandCommand.getName()public String getUsage()
getUsage in interface CommandCommand.getUsage()public String getShortDescription()
getShortDescription in interface CommandCommand.getShortDescription()
public void execute(String line,
PrintStream out,
PrintStream err)
execute in interface Commandline - : command lineout - : the default output streamerr - : the error output streamCommand.execute(java.lang.String, java.io.PrintStream, java.io.PrintStream)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||