|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.AbstractJBossDeployerMojo
public abstract class AbstractJBossDeployerMojo
Provides basic functionality for deploying an application over HTTP.
Field Summary | |
---|---|
protected List |
fileNames
The name of the file or directory to deploy or undeploy. |
protected String |
hostName
The host JBoss is running on. |
protected int |
port
The port JBoss is running on. |
protected boolean |
skip
Skip the mojo execution. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractJBossDeployerMojo()
|
Method Summary | |
---|---|
protected abstract void |
doExecute()
Mojo specific execution implemented by subclasses |
protected void |
doURL(String url)
Open a URL. |
void |
execute()
Main common deploy mojo execution |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int port
protected String hostName
protected List fileNames
protected boolean skip
Constructor Detail |
---|
public AbstractJBossDeployerMojo()
Method Detail |
---|
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected abstract void doExecute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected void doURL(String url) throws org.apache.maven.plugin.MojoExecutionException
url
-
org.apache.maven.plugin.MojoExecutionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |