- CHECK_PACKAGING - Static variable in interface org.jboss.as.plugin.common.PropertyNames
-
- CHILD_TYPE - Static variable in class org.jboss.as.plugin.common.Operations
-
- CLIENT_LOCK - Static variable in class org.jboss.as.plugin.common.AbstractServerConnection
-
- close() - Method in class org.jboss.as.plugin.common.AbstractServerConnection
-
- Commands - Class in org.jboss.as.plugin.cli
-
CLI commands to run.
- Commands() - Constructor for class org.jboss.as.plugin.cli.Commands
-
- ConnectionInfo - Interface in org.jboss.as.plugin.common
-
Holds information on how to connect to the JBoss Application Server.
- create(ModelControllerClient) - Static method in class org.jboss.as.plugin.cli.Commands
-
Creates the command context and binds the client to the context.
- create() - Static method in class org.jboss.as.plugin.common.Operations.CompositeOperationBuilder
-
Creates a new builder.
- create(boolean) - Static method in class org.jboss.as.plugin.common.Operations.CompositeOperationBuilder
-
Creates a new builder.
- create(DomainClient, Domain, File, String, Deployment.Type) - Static method in class org.jboss.as.plugin.deployment.domain.DomainDeployment
-
Creates a new deployment.
- create(ModelControllerClient, File, String, Deployment.Type) - Static method in class org.jboss.as.plugin.deployment.standalone.StandaloneDeployment
-
Creates a new deployment.
- createAddOperation(ModelNode) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an add operation.
- createAddress(String, String) - Static method in class org.jboss.as.plugin.common.Operations
-
- createCompositeOperation() - Static method in class org.jboss.as.plugin.common.Operations
-
Creates a composite operation with an empty address and empty steps that will rollback on a runtime failure.
- createFile(File, String...) - Static method in class org.jboss.as.plugin.common.Files
-
- createListDeploymentsOperation() - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation to list the deployments.
- createOperation(String) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates a generic operation with an empty (root) address.
- createOperation(String, ModelNode) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation.
- createOperation(String, ModelNode, boolean) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation.
- createPath(String...) - Static method in class org.jboss.as.plugin.common.Files
-
- createReadAttributeOperation(String) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation to read the attribute represented by the attributeName
parameter.
- createReadAttributeOperation(ModelNode, String) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation to read the attribute represented by the attributeName
parameter.
- createReadResourceOperation(ModelNode) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates a non-recursive operation to read a resource.
- createReadResourceOperation(ModelNode, boolean) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation to read a resource.
- createRemoveOperation(ModelNode) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates a remove operation.
- createRemoveOperation(ModelNode, boolean) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates a remove operation.
- createUndefineAttributeOperation(ModelNode, String) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation to undefine an attribute value represented by the attributeName
parameter.
- createWriteAttributeOperation(ModelNode, String, boolean) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation to write an attribute value represented by the attributeName
parameter.
- createWriteAttributeOperation(ModelNode, String, int) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation to write an attribute value represented by the attributeName
parameter.
- createWriteAttributeOperation(ModelNode, String, long) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation to write an attribute value represented by the attributeName
parameter.
- createWriteAttributeOperation(ModelNode, String, String) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation to write an attribute value represented by the attributeName
parameter.
- createWriteAttributeOperation(ModelNode, String, ModelNode) - Static method in class org.jboss.as.plugin.common.Operations
-
Creates an operation to write an attribute value represented by the attributeName
parameter.
- getAddress() - Method in class org.jboss.as.plugin.deployment.resource.Resource
-
The address for the resource.
- getAfterAdd() - Method in class org.jboss.as.plugin.deployment.resource.Resource
-
Returns the commands that should be executed after the resource is deployed.
- getBeforeAdd() - Method in class org.jboss.as.plugin.deployment.resource.Resource
-
Returns the commands that should be executed before the resource is deployed.
- getCallbackHandler() - Method in class org.jboss.as.plugin.common.AbstractServerConnection
-
- getCallbackHandler() - Method in interface org.jboss.as.plugin.common.ConnectionInfo
-
The callback handler for authentication.
- getChildAddress(ModelNode) - Static method in class org.jboss.as.plugin.common.Operations
-
Finds the last entry of the address list and returns it as a property.
- getClient() - Method in class org.jboss.as.plugin.common.AbstractServerConnection
-
Gets or creates a new connection to the server and returns the client.
- getCommands() - Method in class org.jboss.as.plugin.cli.Commands
-
Returns the set of commands to process.
- getFailureDescription(ModelNode) - Static method in class org.jboss.as.plugin.common.Operations
-
Parses the result and returns the failure description.
- getHostAddress() - Method in class org.jboss.as.plugin.common.AbstractServerConnection
-
Creates gets the address to the host name.
- getHostAddress() - Method in interface org.jboss.as.plugin.common.ConnectionInfo
-
Creates gets the address to the host name.
- getOperationAddress(ModelNode) - Static method in class org.jboss.as.plugin.common.Operations
-
Returns the address for the operation.
- getParentAddress(ModelNode) - Static method in class org.jboss.as.plugin.common.Operations
-
Finds the parent address, everything before the last address part.
- getPort() - Method in class org.jboss.as.plugin.common.AbstractServerConnection
-
The port number of the server to deploy to.
- getPort() - Method in interface org.jboss.as.plugin.common.ConnectionInfo
-
The port number of the server to deploy to.
- getProfiles() - Method in class org.jboss.as.plugin.deployment.domain.Domain
-
The profiles where resources should be added.
- getProperties() - Method in class org.jboss.as.plugin.deployment.resource.Resource
-
The properties for the resource.
- getResources() - Method in class org.jboss.as.plugin.deployment.resource.Resource
-
Returns an array of resources that depend on this resource.
- getScripts() - Method in class org.jboss.as.plugin.cli.Commands
-
Returns the CLI script files to process.
- getServerGroups() - Method in class org.jboss.as.plugin.deployment.domain.Domain
-
The server groups to deploy to.
- getType() - Method in class org.jboss.as.plugin.deployment.Deploy
-
- getType() - Method in class org.jboss.as.plugin.deployment.DeployArtifact
-
- getType() - Method in interface org.jboss.as.plugin.deployment.Deployment
-
The type of the deployment.
- getType() - Method in class org.jboss.as.plugin.deployment.domain.DomainDeployment
-
- getType() - Method in class org.jboss.as.plugin.deployment.Redeploy
-
- getType() - Method in class org.jboss.as.plugin.deployment.standalone.StandaloneDeployment
-
- getType() - Method in class org.jboss.as.plugin.deployment.Undeploy
-
- getType() - Method in class org.jboss.as.plugin.deployment.UndeployArtifact
-
- goal() - Method in class org.jboss.as.plugin.cli.ExecuteCommands
-
- goal() - Method in class org.jboss.as.plugin.common.AbstractServerConnection
-
The goal of the deployment.
- goal() - Method in class org.jboss.as.plugin.deployment.Deploy
-
- goal() - Method in class org.jboss.as.plugin.deployment.DeployArtifact
-
- goal() - Method in class org.jboss.as.plugin.deployment.Redeploy
-
- GOAL - Static variable in class org.jboss.as.plugin.deployment.resource.AddResource
-
- goal() - Method in class org.jboss.as.plugin.deployment.resource.AddResource
-
- goal() - Method in class org.jboss.as.plugin.deployment.Undeploy
-
- goal() - Method in class org.jboss.as.plugin.deployment.UndeployArtifact
-
- goal() - Method in class org.jboss.as.plugin.server.Run
-
- goal() - Method in class org.jboss.as.plugin.server.Shutdown
-
- goal() - Method in class org.jboss.as.plugin.server.Start
-