Uses of Class
org.wildfly.plugin.common.AbstractServerConnection
Packages that use AbstractServerConnection
Package
Description
-
Uses of AbstractServerConnection in org.wildfly.plugin.cli
Subclasses of AbstractServerConnection in org.wildfly.plugin.cliModifier and TypeClassDescriptionclass
Execute commands to the running WildFly Application Server. -
Uses of AbstractServerConnection in org.wildfly.plugin.deployment
Subclasses of AbstractServerConnection in org.wildfly.plugin.deploymentModifier and TypeClassDescriptionclass
Deploys an arbitrary artifact to the WildFly application serverclass
Deploys the application to the WildFly Application Server.class
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
Redeploys the application to the WildFly Application Server.class
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
Undeploys (removes) an arbitrary artifact to the WildFly application serverclass
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 -
Uses of AbstractServerConnection in org.wildfly.plugin.dev
Subclasses of AbstractServerConnection in org.wildfly.plugin.devModifier and TypeClassDescriptionclass
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.serverModifier and TypeClassDescriptionclass
class
class
Starts a standalone instance of WildFly and deploys the application to the server.class
Shuts down a running WildFly Application Server.class
Starts a WildFly Application Server packaged as Bootable JAR.class
Starts a standalone instance of WildFly Application Server.