org.codehaus.mojo.jboss
Class AbstractJBossDeployerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.AbstractJBossDeployerMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
- Direct Known Subclasses:
- DeployMojo, ReDeployMojo, UndeployMojo
public abstract class AbstractJBossDeployerMojo
- extends AbstractMojo
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. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
protected void |
doURL(String url)
Open a URL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
port
protected int port
- The port JBoss is running on.
- Is defined by:
- expression:
- ${jboss.port}
- default-value:
- 8080
hostName
protected String hostName
- The host JBoss is running on.
- Is defined by:
- expression:
- ${jboss.hostName}
- default-value:
- localhost
fileNames
protected List fileNames
- The name of the file or directory to deploy or undeploy.
- Is defined by:
AbstractJBossDeployerMojo
public AbstractJBossDeployerMojo()
doURL
protected void doURL(String url)
throws MojoExecutionException
- Open a URL.
- Parameters:
url -
- Throws:
MojoExecutionException
Copyright © 2005-2010 Codehaus. All Rights Reserved.