- 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.
- 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.
- deployToRuntime(DeploymentDescription) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deploys existing deployment content to the runtime.
- deployToRuntime(Set<DeploymentDescription>) - Method in interface org.wildfly.plugin.core.DeploymentManager
-
Deploys existing deployment content to the runtime for each deployment description.
- 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.SimpleDeploymentDescription
-
- 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.SimpleDeploymentDescription
-
- getServerGroups() - Method in class org.wildfly.plugin.core.UndeployDescription
-
- ServerHelper - Class in org.wildfly.plugin.core
-
- ServerHelper() - Constructor for class org.wildfly.plugin.core.ServerHelper
-
- ServerProcess - Class in org.wildfly.plugin.core
-
A simple wrapped process that allows access to the thread used to consume the standard output.
- setEnabled(boolean) - Method in class org.wildfly.plugin.core.Deployment
-
Sets whether or not the deployment should be enabled.
- setFailOnMissing(boolean) - Method in class org.wildfly.plugin.core.UndeployDescription
-
Sets whether or not a failure should occur if the deployment does exist on the container.
- setName(String) - Method in class org.wildfly.plugin.core.Deployment
-
Sets the name for the deployment.
- setRemoveContent(boolean) - Method in class org.wildfly.plugin.core.UndeployDescription
-
Sets whether or not the content should be removed after the undeploy
operation.
- setRuntimeName(String) - Method in class org.wildfly.plugin.core.Deployment
-
Sets the runtime name for the deployment.
- setServerGroups(String...) - Method in class org.wildfly.plugin.core.Deployment
-
Sets the server groups for the deployment.
- setServerGroups(Collection<String>) - Method in class org.wildfly.plugin.core.Deployment
-
Sets the server groups for the deployment.
- shutdownDomain(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Shuts down a managed domain container.
- shutdownDomain(ModelControllerClient, int) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Shuts down a managed domain container.
- shutdownStandalone(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Shuts down a standalone server.
- shutdownStandalone(ModelControllerClient, int) - Static method in class org.wildfly.plugin.core.ServerHelper
-
Shuts down a standalone server.
- SimpleDeploymentDescription - Class in org.wildfly.plugin.core
-
A simple deployment description.
- start(CommandBuilder) - Static method in class org.wildfly.plugin.core.ServerProcess
-
Starts a server process based.
- start(CommandBuilder, Map<String, String>) - Static method in class org.wildfly.plugin.core.ServerProcess
-
Starts a server process based.
- start(CommandBuilder, Map<String, String>, OutputStream) - Static method in class org.wildfly.plugin.core.ServerProcess
-
Starts a server process based.
- successful() - Method in class org.wildfly.plugin.core.DeploymentResult
-
Determines if the deployment was successful or not.