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 classExecuteCommandsMojoExecute 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 classDeployArtifactMojoDeploys an arbitrary artifact to the WildFly application serverclassDeployMojoDeploys the application to the WildFly Application Server.classDeployOnlyMojoDeploys only the application to the WildFly Application Server without first invoking the the execution of the lifecycle phase 'package' prior to executing itself.classRedeployMojoRedeploys the application to the WildFly Application Server.classRedeployOnlyMojoRedeploys only the application to the WildFly Application Server without first invoking the the execution of the lifecycle phase 'package' prior to executing itself.classUndeployArtifactMojoUndeploys (removes) an arbitrary artifact to the WildFly application serverclassUndeployMojoUndeploys 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 classAddResourceMojoAdds a resource -
Uses of AbstractServerConnection in org.wildfly.plugin.dev
Subclasses of AbstractServerConnection in org.wildfly.plugin.dev Modifier and Type Class Description classDevMojoStarts 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 classAbstractServerStartMojoclassAbstractStartMojoclassRunMojoStarts a standalone instance of WildFly and deploys the application to the server.classShutdownMojoShuts down a running WildFly Application Server.classStartJarMojoStarts a WildFly Application Server packaged as Bootable JAR.classStartMojoStarts a standalone instance of WildFly Application Server.
-