org.codehaus.mojo.jboss
Class AbstractDeployerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.AbstractDeployerMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- DeployMojo, ReDeployMojo, UndeployMojo
public abstract class AbstractDeployerMojo
- extends org.apache.maven.plugin.AbstractMojo
Created by IntelliJ IDEA. User: jeffgenender Date: Oct 1, 2005 Time: 1:36:05
PM To change this template use File | Settings | File Templates.
Field Summary |
protected java.util.List |
fileNames
The name of the file or directory to deploy or undeploy. |
protected java.lang.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(java.lang.String url)
|
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 |
Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
port
protected int port
- The port JBoss is running on.
hostName
protected java.lang.String hostName
- The host JBoss is running on.
fileNames
protected java.util.List fileNames
- The name of the file or directory to deploy or undeploy.
AbstractDeployerMojo
public AbstractDeployerMojo()
doURL
protected void doURL(java.lang.String url)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2005-2010. All Rights Reserved.