|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentStages
The Standard DeploymentStages.
Field Summary | |
---|---|
static DeploymentStage |
CLASSLOADER
The classloader stage - where classloaders are created |
static DeploymentStage |
DESCRIBE
The describe stage - where dependencies are established |
static DeploymentStage |
INSTALLED
The installed stage - could be used to provide valve in future? |
static DeploymentStage |
NOT_INSTALLED
The not installed stage - nothing is done here |
static DeploymentStage |
PARSE
The parse stage - where metadata is read |
static DeploymentStage |
POST_CLASSLOADER
The post classloader stage - e.g. |
static DeploymentStage |
POST_PARSE
The post parse stage - where metadata can be fixed up |
static DeploymentStage |
PRE_DESCRIBE
The pre describe stage - where default dependencies metadata can be created |
static DeploymentStage |
PRE_REAL
The pre real stage - where before real deployments are done |
static DeploymentStage |
REAL
The real stage - where real deployment processing is done |
Field Detail |
---|
static final DeploymentStage NOT_INSTALLED
static final DeploymentStage PARSE
static final DeploymentStage POST_PARSE
static final DeploymentStage PRE_DESCRIBE
static final DeploymentStage DESCRIBE
static final DeploymentStage CLASSLOADER
static final DeploymentStage POST_CLASSLOADER
static final DeploymentStage PRE_REAL
static final DeploymentStage REAL
static final DeploymentStage INSTALLED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |