Uses of Class
org.wildfly.plugin.common.AbstractServerConnection
-
Packages that use AbstractServerConnection Package Description org.wildfly.plugin.cli org.wildfly.plugin.deployment org.wildfly.plugin.deployment.resource org.wildfly.plugin.dev org.wildfly.plugin.server -
-
Uses of AbstractServerConnection in org.wildfly.plugin.cli
Subclasses of AbstractServerConnection in org.wildfly.plugin.cli Modifier and Type Class Description class
ExecuteCommandsMojo
Execute commands to the running WildFly Application Server. -
Uses of AbstractServerConnection in org.wildfly.plugin.deployment
Subclasses of AbstractServerConnection in org.wildfly.plugin.deployment Modifier and Type Class Description class
DeployArtifactMojo
Deploys an arbitrary artifact to the WildFly application serverclass
DeployMojo
Deploys the application to the WildFly Application Server.class
DeployOnlyMojo
Deploys only the application to the WildFly Application Server without first invoking the the execution of the lifecycle phase 'package' prior to executing itself.class
RedeployMojo
Redeploys the application to the WildFly Application Server.class
RedeployOnlyMojo
Redeploys only the application to the WildFly Application Server without first invoking the the execution of the lifecycle phase 'package' prior to executing itself.class
UndeployArtifactMojo
Undeploys (removes) an arbitrary artifact to the WildFly application serverclass
UndeployMojo
Undeploys the application to the WildFly Application Server. -
Uses of AbstractServerConnection in org.wildfly.plugin.deployment.resource
Subclasses of AbstractServerConnection in org.wildfly.plugin.deployment.resource Modifier and Type Class Description class
AddResourceMojo
Adds a resource -
Uses of AbstractServerConnection in org.wildfly.plugin.dev
Subclasses of AbstractServerConnection in org.wildfly.plugin.dev Modifier and Type Class Description class
DevMojo
Starts a standalone instance of WildFly and deploys the application to the server. -
Uses of AbstractServerConnection in org.wildfly.plugin.server
Subclasses of AbstractServerConnection in org.wildfly.plugin.server Modifier and Type Class Description class
AbstractServerStartMojo
class
AbstractStartMojo
class
RunMojo
Starts a standalone instance of WildFly and deploys the application to the server.class
ShutdownMojo
Shuts down a running WildFly Application Server.class
StartJarMojo
Starts a WildFly Application Server packaged as Bootable JAR.class
StartMojo
Starts a standalone instance of WildFly Application Server.
-