Package org.wildfly.plugin.tools
Class DeploymentManager.Factory
- java.lang.Object
-
- org.wildfly.plugin.tools.DeploymentManager.Factory
-
- Enclosing interface:
- DeploymentManager
public static class DeploymentManager.Factory extends Object
A factory to create a new deployment manager
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeploymentManager
create(org.jboss.as.controller.client.ModelControllerClient client)
Creates a new deployment manager.
-
-
-
Method Detail
-
create
public static DeploymentManager create(org.jboss.as.controller.client.ModelControllerClient client)
Creates a new deployment manager.The client will not be closed by the
DeploymentManager
. The user is responsible for closing the client.- Parameters:
client
- the client used to communicate with the server- Returns:
- a new deployment manager
-
-