public interface StageConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_STAGE |
static java.lang.String |
EXTERNAL_STAGE
Indicates that the files will be expected in the target server's staging
directory, but the server will not copy them there.
|
static java.lang.String |
NO_STAGE
Specifies that the deployment will not be copied to target servers.
|
static java.lang.String |
STAGE
Specifies that WebLogic Server will copy the application to the target
server's staging directory.
|
static final java.lang.String DEFAULT_STAGE
static final java.lang.String NO_STAGE
Specifies that the deployment will not be copied to target servers.
static final java.lang.String STAGE
Specifies that WebLogic Server will copy the application to the target server's staging directory.
static final java.lang.String EXTERNAL_STAGE
Indicates that the files will be expected in the target server's staging directory, but the server will not copy them there. The user is responsible for distributing files.