Package | Description |
---|---|
org.jboss.as.plugin.cli | |
org.jboss.as.plugin.common | |
org.jboss.as.plugin.deployment | |
org.jboss.as.plugin.deployment.resource | |
org.jboss.as.plugin.server |
Modifier and Type | Class and Description |
---|---|
class |
ExecuteCommands
Execute commands to the running JBoss Application Server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerConnection
The default implementation for connecting to a running AS7 instance
|
Modifier and Type | Class and Description |
---|---|
class |
Deploy
Deploys the application to the JBoss Application Server.
|
class |
DeployArtifact
Deploys an arbitrary artifact to the JBoss application server
|
class |
DeployOnly
Deploys only the application to the JBoss Application Server without first invoking the
the execution of the lifecycle phase 'package' prior to executing itself.
|
class |
Redeploy
Redeploys the application to the JBoss Application Server.
|
class |
RedeployOnly
Redeploys only the application to the JBoss Application Server without first invoking the
the execution of the lifecycle phase 'package' prior to executing itself.
|
class |
Undeploy
Undeploys the application to the JBoss Application Server.
|
class |
UndeployArtifact
Undeploys (removes) an arbitrary artifact to the JBoss application server
|
Modifier and Type | Class and Description |
---|---|
class |
AddResource
Adds a resource
If
force is set to false and the resource has already been deployed to the server, an error will
occur and the operation will fail. |
Modifier and Type | Class and Description |
---|---|
class |
Run
Starts a standalone instance of JBoss Application Server 7 and deploys the application to the server.
|
class |
Shutdown
Shuts down a running JBoss Application Server.
|
class |
Start
Starts a standalone instance of JBoss Application Server 7.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.