Package com.jalios.jcms
Interface DeployManagerConstants
-
- All Known Implementing Classes:
DeployManagerUpgradeHandler,DeployManagerUpgradeUploadHandler
public interface DeployManagerConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intCONFLICTstatic java.lang.StringDEPLOY_STEP_FILEstatic intNO_CHANGEstatic intNO_CONFLICTstatic intSTEP_DIFFstatic intSTEP_UNKNOWNstatic intSTEP_VALIDATE
-
-
-
Field Detail
-
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
-
-