|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.console.lib.batch.BatchUtil
public class BatchUtil
Static methods used by all batch commands. This class also defines a set of code return for each kind of error.
Field Summary | |
---|---|
static int |
ERR_ARGS
error status code for missing args |
static int |
ERR_DEPLOY
error status code for an undeployed test plan |
static int |
ERR_EXEC
error status code for execution problem |
static int |
ERR_LIFECYCLE
error status code for lifecycle violation |
static int |
ERR_REGISTRY
error status code for missing registry |
static int |
SUCCESS
success status code |
Constructor Summary | |
---|---|
BatchUtil()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SUCCESS
public static final int ERR_ARGS
public static final int ERR_EXEC
public static final int ERR_LIFECYCLE
public static final int ERR_DEPLOY
public static final int ERR_REGISTRY
Constructor Detail |
---|
public BatchUtil()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |