WildFly Plugin Core Utilities 1.1.0.Alpha11
A C D E F G H I O R S T U W 

A

addServerGroup(String) - Method in class org.wildfly.plugin.core.Deployment
Adds a server group for the deployment.
addServerGroup(String) - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
Adds a server group for the deployment description.
addServerGroup(String) - Method in class org.wildfly.plugin.core.UndeployDescription
Adds a server group for the deployment description.
addServerGroups(String...) - Method in class org.wildfly.plugin.core.Deployment
Adds the server groups for the deployment.
addServerGroups(Collection<String>) - Method in class org.wildfly.plugin.core.Deployment
Adds the server groups for the deployment.
addServerGroups(String...) - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
Adds the server groups for the deployment description.
addServerGroups(Collection<String>) - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
Adds the server groups for the deployment description.
addServerGroups(String...) - Method in class org.wildfly.plugin.core.UndeployDescription
Adds the server groups for the deployment description.
addServerGroups(Collection<String>) - Method in class org.wildfly.plugin.core.UndeployDescription
Adds the server groups for the deployment description.
asModelNode() - Method in class org.wildfly.plugin.core.DeploymentResult
The result from the deployment operation.
assertSuccess() - Method in class org.wildfly.plugin.core.DeploymentResult
Checks to see if the deployment was successful and if not throws a DeploymentException with the failure message.

C

compareTo(Deployment) - Method in class org.wildfly.plugin.core.Deployment
 
compareTo(SimpleDeploymentDescription) - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
 
compareTo(UndeployDescription) - Method in class org.wildfly.plugin.core.UndeployDescription
 
ContainerDescription - Interface in org.wildfly.plugin.core
Information about the running container.
create(ModelControllerClient) - Static method in class org.wildfly.plugin.core.DeploymentManager.Factory
Creates a new deployment manager.
createAddDeploymentOperation(Deployment) - Static method in class org.wildfly.plugin.core.DeploymentOperations
Creates an operation to add deployment content to a running server.
createAddDeploymentOperation(Set<Deployment>) - Static method in class org.wildfly.plugin.core.DeploymentOperations
Creates an operation to add deployment content to a running server for each deployment.
createDeployOperation(DeploymentDescription) - Static method in class org.wildfly.plugin.core.DeploymentOperations
Creates an operation to deploy existing deployment content to the runtime.
createDeployOperation(Set<DeploymentDescription>) - Static method in class org.wildfly.plugin.core.DeploymentOperations
Creates an option to deploy existing content to the runtime for each deployment
createRedeployOperation(DeploymentDescription) - Static method in class org.wildfly.plugin.core.DeploymentOperations
Creates a redeploy operation for the deployment.
createRedeployOperation(Set<DeploymentDescription>) - Static method in class org.wildfly.plugin.core.DeploymentOperations
Creates a redeploy operation for the deployment.
createReplaceOperation(Deployment) - Static method in class org.wildfly.plugin.core.DeploymentOperations
Creates an operation to replace deployment content to a running server.
createReplaceOperation(Set<Deployment>) - Static method in class org.wildfly.plugin.core.DeploymentOperations
Creates an operation to replace deployment content to a running server.
createUndeployOperation(UndeployDescription) - Static method in class org.wildfly.plugin.core.DeploymentOperations
Creates an undeploy operation.
createUndeployOperation(Set<UndeployDescription>) - Static method in class org.wildfly.plugin.core.DeploymentOperations
Creates an undeploy operation for each deployment description.

D

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.

E

equals(Object) - Method in class org.wildfly.plugin.core.Deployment
 
equals(Object) - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
 
equals(Object) - Method in class org.wildfly.plugin.core.UndeployDescription
 
exitValue() - Method in class org.wildfly.plugin.core.ServerProcess
 

F

forceDeploy(Deployment) - Method in interface org.wildfly.plugin.core.DeploymentManager
Deploys the content to the server if it does not already exist on the server.
forceDeploy(Set<Deployment>) - Method in interface org.wildfly.plugin.core.DeploymentManager
Deploys the content to the server if it does not already exist on the server.

G

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
 

H

hasDeployment(String) - Method in interface org.wildfly.plugin.core.DeploymentManager
Checks if the deployment content is on the server.
hasDeployment(String, String) - Method in interface org.wildfly.plugin.core.DeploymentManager
Checks if the deployment content is on the server.
hashCode() - Method in class org.wildfly.plugin.core.Deployment
 
hashCode() - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
 
hashCode() - Method in class org.wildfly.plugin.core.UndeployDescription
 

I

isDomain() - Method in interface org.wildfly.plugin.core.ContainerDescription
Checks if the server is a managed domain server.
isDomainRunning(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
Checks to see if the domain is running.
isDomainServer(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
Checks the running server to determine if it is a managed domain server.
isEnabled() - Method in class org.wildfly.plugin.core.Deployment
Indicates whether or not the deployment should be enabled by default.
isEnabled(String) - Method in interface org.wildfly.plugin.core.DeploymentManager
Checks if the deployment has been deployed to the runtime.
isEnabled(String, String) - Method in interface org.wildfly.plugin.core.DeploymentManager
Checks if the deployment has been deployed to the runtime.
isFailOnMissing() - Method in class org.wildfly.plugin.core.UndeployDescription
Indicates whether or not a failure should occur if the deployment does not exist on the container.
isInheritedStreams() - Method in class org.wildfly.plugin.core.ServerProcess
Returns true if the streams are inherited.
isRemoveContent() - Method in class org.wildfly.plugin.core.UndeployDescription
Indicates whether or not the content should be removed from the content repository.
isStandaloneRunning(ModelControllerClient) - Static method in class org.wildfly.plugin.core.ServerHelper
Checks to see if a standalone server is running.

O

of(File) - Static method in class org.wildfly.plugin.core.Deployment
Creates a new deployment for the file.
of(Path) - Static method in class org.wildfly.plugin.core.Deployment
Creates a new deployment for the path.
of(InputStream, String) - Static method in class org.wildfly.plugin.core.Deployment
Creates a new deployment for the input stream.
of(URL) - Static method in class org.wildfly.plugin.core.Deployment
Creates a new deployment for the URL.
of(String) - Static method in class org.wildfly.plugin.core.SimpleDeploymentDescription
Creates a simple deployment description with an empty set of server groups.
of(String, Set<String>) - Static method in class org.wildfly.plugin.core.SimpleDeploymentDescription
Creates a simple deployment description.
of(String) - Static method in class org.wildfly.plugin.core.UndeployDescription
Creates a new undeploy description.
of(DeploymentDescription) - Static method in class org.wildfly.plugin.core.UndeployDescription
Creates a new undeploy description.
OperationExecutionException - Exception in org.wildfly.plugin.core
An error indicating an operation has failed to execute.
OperationExecutionException(Operation, ModelNode) - Constructor for exception org.wildfly.plugin.core.OperationExecutionException
Creates a new exception with the failure message from the result.
OperationExecutionException(ModelNode, ModelNode) - Constructor for exception org.wildfly.plugin.core.OperationExecutionException
Creates a new exception with the failure message from the result.
OperationExecutionException(String, Operation, ModelNode) - Constructor for exception org.wildfly.plugin.core.OperationExecutionException
Creates a new exception with the failure message from the result.
OperationExecutionException(String, ModelNode, ModelNode) - Constructor for exception org.wildfly.plugin.core.OperationExecutionException
Creates a new exception with the failure message from the result.
org.wildfly.plugin.core - package org.wildfly.plugin.core
 

R

redeploy(Deployment) - Method in interface org.wildfly.plugin.core.DeploymentManager
Redeploys the content to the server.
redeploy(Set<Deployment>) - Method in interface org.wildfly.plugin.core.DeploymentManager
Redeploys the content to the server.
redeployToRuntime(DeploymentDescription) - Method in interface org.wildfly.plugin.core.DeploymentManager
Redeploys existing deployment content to the runtime.
redeployToRuntime(Set<DeploymentDescription>) - Method in interface org.wildfly.plugin.core.DeploymentManager
Redeploys existing deployment content to the runtime for each deployment description.

S

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.

T

toString() - Method in class org.wildfly.plugin.core.Deployment
 
toString() - Method in class org.wildfly.plugin.core.SimpleDeploymentDescription
 
toString() - Method in class org.wildfly.plugin.core.UndeployDescription
 

U

undeploy(UndeployDescription) - Method in interface org.wildfly.plugin.core.DeploymentManager
Undeploys the deployment from the server.
undeploy(Set<UndeployDescription>) - Method in interface org.wildfly.plugin.core.DeploymentManager
Undeploys the deployment from the server.
UndeployDescription - Class in org.wildfly.plugin.core
Represents the description for undeploying content from a running container.

W

waitFor() - Method in class org.wildfly.plugin.core.ServerProcess
 
waitForDomain(ModelControllerClient, long) - Static method in class org.wildfly.plugin.core.ServerHelper
Waits the given amount of time in seconds for a managed domain to start.
waitForDomain(Process, ModelControllerClient, long) - Static method in class org.wildfly.plugin.core.ServerHelper
Waits the given amount of time in seconds for a managed domain to start.
waitForStandalone(ModelControllerClient, long) - Static method in class org.wildfly.plugin.core.ServerHelper
Waits the given amount of time in seconds for a standalone server to start.
waitForStandalone(Process, ModelControllerClient, long) - Static method in class org.wildfly.plugin.core.ServerHelper
Waits the given amount of time in seconds for a standalone server to start.
A C D E F G H I O R S T U W 
WildFly Plugin Core Utilities 1.1.0.Alpha11

Copyright © 2016 JBoss by Red Hat. All rights reserved.