Class DeploymentManager.Factory

java.lang.Object
org.wildfly.plugin.tools.DeploymentManager.Factory
Enclosing interface:
DeploymentManager

@Deprecated(forRemoval=true, since="1.2") public static class DeploymentManager.Factory extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
A factory to create a new deployment manager
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.jboss.as.controller.client.ModelControllerClient client)
    Deprecated, for removal: This API element is subject to removal in a future version.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Factory

      public Factory()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • create

      @Deprecated(forRemoval=true, since="1.2") public static DeploymentManager create(org.jboss.as.controller.client.ModelControllerClient client)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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