|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.cushion.CheckerAction
public class CheckerAction
Behavior checker action. Calls behavio checker on an archtecture.
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 | |
---|---|
CheckerAction()
|
Method Summary | |
---|---|
int |
perform(java.lang.String[] argv,
java.io.PrintStream out)
Performs the action. |
void |
printHelp(java.lang.StringBuffer msg)
Prints help. |
void |
printUsage(java.lang.StringBuffer msg)
Prints usage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckerAction()
Method Detail |
---|
public int perform(java.lang.String[] argv, java.io.PrintStream out)
perform
in interface ActionInterface
argv
- parametersout
- output stream used by the actionpublic void printHelp(java.lang.StringBuffer msg)
printHelp
in interface ActionInterface
msg
- buffer to which help message is printedActionInterface.printHelp(StringBuffer)
public void printUsage(java.lang.StringBuffer msg)
printUsage
in interface ActionInterface
msg
- buffer to which help message is printedActionInterface.printUsage(StringBuffer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |