public interface DeploymentConfigService
Modifier and Type | Method and Description |
---|---|
void |
addDeployment(String identifier,
Object deploymentUnit) |
DeploymentConfig |
getDeployment(String identifier) |
Collection<DeploymentConfig> |
getDeployments() |
void |
removeDeployment(String identifier) |
void removeDeployment(String identifier)
DeploymentConfig getDeployment(String identifier)
Collection<DeploymentConfig> getDeployments()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.