|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentOption | |
---|---|
org.jboss.deployers.spi.management.deploy | |
org.jboss.profileservice.spi |
Uses of DeploymentOption in org.jboss.deployers.spi.management.deploy |
---|
Methods in org.jboss.deployers.spi.management.deploy that return DeploymentOption | |
---|---|
DeploymentOption[] |
DeploymentOptions.getDeploymentOptions()
Get all deployment options. |
Methods in org.jboss.deployers.spi.management.deploy with parameters of type DeploymentOption | |
---|---|
void |
DeploymentOptions.addDeploymentOption(DeploymentOption option)
Add a deployment option. |
DeploymentProgress |
DeploymentManager.distribute(String name,
URL contentURL,
DeploymentOption... options)
Add raw deployment to the profile without starting the deployment. |
boolean |
DeploymentOptions.hasDeploymentOption(DeploymentOption option)
Has a given deployment option. |
boolean |
DeploymentOptions.removeDeploymentOption(DeploymentOption option)
Remove a deployment option. |
Uses of DeploymentOption in org.jboss.profileservice.spi |
---|
Methods in org.jboss.profileservice.spi that return DeploymentOption | |
---|---|
static DeploymentOption |
DeploymentOption.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DeploymentOption[] |
DeploymentOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.profileservice.spi with parameters of type DeploymentOption | |
---|---|
String |
DeploymentRepository.addDeploymentContent(String name,
InputStream contentIS,
DeploymentOption... options)
Upload raw deployment content to a profile repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |