- deploy(Deployment) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deploys the content to the server.
- deploy(Set<Deployment>) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deploys the content of each deployment to the server.
- Deployment - Class in org.wildfly.plugin.core
-
Represents a deployment to be deployed or redeployed to a server.
- Deployment(File) - Constructor for class org.wildfly.plugin.core.Deployment
-
Creates a new deployment for the file.
- Deployment(Path) - Constructor for class org.wildfly.plugin.core.Deployment
-
Creates a new deployment for the path.
- Deployment(InputStream, String) - Constructor for class org.wildfly.plugin.core.Deployment
-
Creates a new deployment for the input stream.
- DeploymentDescription - Interface in org.wildfly.plugin.core
-
Represents a default description for a deployment.
- DeploymentException - Exception in org.wildfly.plugin.core
-
An exception that represents a deployment error.
- DeploymentException(String) - Constructor for exception org.wildfly.plugin.core.DeploymentException
-
Creates a new deployment exception.
- DeploymentException(Throwable) - Constructor for exception org.wildfly.plugin.core.DeploymentException
-
Creates a new deployment exception.
- DeploymentException(String, Throwable) - Constructor for exception org.wildfly.plugin.core.DeploymentException
-
Creates a new deployment exception.
- DeploymentManager - Interface in org.wildfly.plugin.core
-
Allows deployment operations to be executed on a running server.
- DeploymentManager.Factory - Class in org.wildfly.plugin.core
-
A factory to create a new deployment manager
- DeploymentManager.Factory() - Constructor for class org.wildfly.plugin.core.DeploymentManager.Factory
-
- DeploymentOperations - Class in org.wildfly.plugin.core
-
A helper to create deployment operations.
- DeploymentOperations() - Constructor for class org.wildfly.plugin.core.DeploymentOperations
-
- DeploymentResult - Class in org.wildfly.plugin.core
-
Represents the results of a deployment.
- destroy() - Method in class org.wildfly.plugin.core.ServerProcess
-
- determineHostAddress(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Determines the address for the host being used.
- DISCARDING - Static variable in class org.wildfly.plugin.core.ServerProcess
-
An output stream that discards all written output.
- getConsoleConsumer() - Method in class org.wildfly.plugin.core.ServerProcess
-
Returns the thread used to consume the standard output streams.
- getContainerDescription(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Returns the description of the running container.
- getDeploymentNames() - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Returns the names of deployed content.
- getDeployments() - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Returns the available deployments.
- getDeployments(String) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Returns all the deployments on the specified server-group.
- getErrorStream() - Method in class org.wildfly.plugin.core.ServerProcess
-
- getExecutionResult() - Method in exception org.wildfly.plugin.core.OperationExecutionException
-
Returns the result from the operation executed.
- getFailureMessage() - Method in class org.wildfly.plugin.core.DeploymentResult
-
Returns the failure message if the deployment was not
successful.
- getInputStream() - Method in class org.wildfly.plugin.core.ServerProcess
-
- getLaunchType() - Method in interface org.wildfly.plugin.core.ContainerDescription
-
Returns the type of the server that was launched.
- getName() - Method in class org.wildfly.plugin.core.Deployment
-
- getName() - Method in interface org.wildfly.plugin.core.DeploymentDescription
-
Returns the name for this deployment.
- getName() - Method in class org.wildfly.plugin.core.UndeployDescription
-
- getOutputStream() - Method in class org.wildfly.plugin.core.ServerProcess
-
- getProductName() - Method in interface org.wildfly.plugin.core.ContainerDescription
-
Returns the name of the product.
- getProductVersion() - Method in interface org.wildfly.plugin.core.ContainerDescription
-
Returns the product version, if defined, or null if the product version was not defined.
- getReleaseVersion() - Method in interface org.wildfly.plugin.core.ContainerDescription
-
Returns the release version, if defined, or null if the release version was not defined.
- getRuntimeName() - Method in class org.wildfly.plugin.core.Deployment
-
Returns the runtime name set for the deployment which may be null.
- getServerGroups() - Method in class org.wildfly.plugin.core.Deployment
-
- getServerGroups() - Method in interface org.wildfly.plugin.core.DeploymentDescription
-
Returns the server groups for this deployment.
- getServerGroups() - Method in class org.wildfly.plugin.core.UndeployDescription
-