Package org.ow2.clif.console.lib.batch
Class BatchUtil
- java.lang.Object
-
- org.ow2.clif.console.lib.batch.BatchUtil
-
public class BatchUtil extends java.lang.ObjectStatic methods used by all batch commands. This class also defines a set of code return for each kind of error.- Author:
- Joan Chaumont, Bruno Dillenseger
-
-
Field Summary
Fields Modifier and Type Field Description static intERR_ARGSerror status code for missing argsstatic intERR_CODESERVERerror status code for a problem creating a shared code serverstatic intERR_DEPLOYerror status code for an undeployed test planstatic intERR_EXECerror status code for execution problemstatic intERR_LIFECYCLEerror status code for lifecycle violationstatic intERR_REGISTRYerror status code for missing registrystatic intSUCCESSsuccess status code
-
Constructor Summary
Constructors Constructor Description BatchUtil()
-
-
-
Field Detail
-
SUCCESS
public static final int SUCCESS
success status code- See Also:
- Constant Field Values
-
ERR_ARGS
public static final int ERR_ARGS
error status code for missing args- See Also:
- Constant Field Values
-
ERR_EXEC
public static final int ERR_EXEC
error status code for execution problem- See Also:
- Constant Field Values
-
ERR_LIFECYCLE
public static final int ERR_LIFECYCLE
error status code for lifecycle violation- See Also:
- Constant Field Values
-
ERR_DEPLOY
public static final int ERR_DEPLOY
error status code for an undeployed test plan- See Also:
- Constant Field Values
-
ERR_REGISTRY
public static final int ERR_REGISTRY
error status code for missing registry- See Also:
- Constant Field Values
-
ERR_CODESERVER
public static final int ERR_CODESERVER
error status code for a problem creating a shared code server- See Also:
- Constant Field Values
-
-