Interface WildFlySwarmPropertySet
-
public interface WildFlySwarmPropertySetWildFly Swarm property set.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSWARM_APPLICATION_URLURL of an application deployed with WildFly Swarm.static StringSWARM_HOLLOW_ENABLEDProperty telling if Hollow Swarm mode is enabled.static StringSWARM_PROJECT_NAMEThe project name used for a project descriptor file.
-
-
-
Field Detail
-
SWARM_PROJECT_NAME
static final String SWARM_PROJECT_NAME
The project name used for a project descriptor file.- See Also:
- Constant Field Values
-
SWARM_APPLICATION_URL
static final String SWARM_APPLICATION_URL
URL of an application deployed with WildFly Swarm.- See Also:
- Constant Field Values
-
SWARM_HOLLOW_ENABLED
static final String SWARM_HOLLOW_ENABLED
Property telling if Hollow Swarm mode is enabled. In this mode WildFly Swarm allows deployments.- See Also:
- Constant Field Values
-
-