Package com.jalios.jcms
Interface DeployManagerConstants
-
- All Known Implementing Classes:
DeployManagerUpgradeHandler
,DeployManagerUpgradeUploadHandler
public interface DeployManagerConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONFLICT
static java.lang.String
DEPLOY_STEP_FILE
static int
NO_CHANGE
static int
NO_CONFLICT
static java.lang.String
REVISION
static int
STEP_DIFF
static int
STEP_UNKNOWN
static int
STEP_VALIDATE
-
-
-
Field Detail
-
REVISION
static final java.lang.String REVISION
- See Also:
- Constant Field Values
-
STEP_UNKNOWN
static final int STEP_UNKNOWN
- See Also:
- Constant Field Values
-
STEP_DIFF
static final int STEP_DIFF
- See Also:
- Constant Field Values
-
STEP_VALIDATE
static final int STEP_VALIDATE
- See Also:
- Constant Field Values
-
DEPLOY_STEP_FILE
static final java.lang.String DEPLOY_STEP_FILE
- See Also:
- Constant Field Values
-
NO_CHANGE
static final int NO_CHANGE
- See Also:
- Constant Field Values
-
NO_CONFLICT
static final int NO_CONFLICT
- See Also:
- Constant Field Values
-
CONFLICT
static final int CONFLICT
- See Also:
- Constant Field Values
-
-