|
|||||||||
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(java.lang.String line,
java.io.PrintStream out,
java.io.PrintStream err)
Executes the arch command. |
java.lang.String |
getName()
Get the command name. |
java.lang.String |
getShortDescription()
Gets a small description. |
java.lang.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 java.lang.String getName()
getName
in interface org.apache.felix.shell.Command
Command.getName()
public java.lang.String getUsage()
getUsage
in interface org.apache.felix.shell.Command
Command.getUsage()
public java.lang.String getShortDescription()
getShortDescription
in interface org.apache.felix.shell.Command
Command.getShortDescription()
public void execute(java.lang.String line, java.io.PrintStream out, java.io.PrintStream err)
execute
in interface org.apache.felix.shell.Command
line
- : 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 |