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
Modifier and TypeMethodDescriptiongetName()
Returns the name for this deployment.Returns the server groups for this deployment.
-
Method Details
-
getName
String getName()Returns the name for this deployment.- Returns:
- the name for this deployment
-
getServerGroups
Returns the server groups for this deployment.- Returns:
- a set of server groups for this deployment
-