Package org.wildfly.plugin.tools
Interface DeploymentDescription
-
- All Known Implementing Classes:
Deployment
,SimpleDeploymentDescription
,UndeployDescription
public interface DeploymentDescription
Represents a default description for a deployment.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name for this deployment.Set<String>
getServerGroups()
Returns the server groups for this deployment.
-