|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.cushion.OsgiAction
public class OsgiAction
Command 'osgi'
A helper command for developing OSGi-enabled components and interacting with the Framework.
Field Summary |
---|
Fields inherited from interface org.objectweb.dsrg.sofa.cushion.ActionInterface |
---|
ACTION_ERROR, BAD_PARAMETERS, NOT_ENOUGH_PARAMETERS, SUCCESS, TOO_MANY_PARAMETERS |
Constructor Summary | |
---|---|
OsgiAction()
|
Method Summary | |
---|---|
int |
perform(java.lang.String[] args,
java.io.PrintStream out)
Performs the osgi command |
void |
printHelp(java.lang.StringBuffer msg)
Puts help message into the buffer. |
void |
printUsage(java.lang.StringBuffer msg)
Puts help message into the buffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OsgiAction()
Method Detail |
---|
public void printHelp(java.lang.StringBuffer msg)
printHelp
in interface ActionInterface
msg
- buffer for the messagepublic void printUsage(java.lang.StringBuffer msg)
printUsage
in interface ActionInterface
msg
- buffer for the messagepublic int perform(java.lang.String[] args, java.io.PrintStream out)
perform
in interface ActionInterface
args
- command argumentsout
- output stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |