org.codehaus.mojo.jboss
Class AbstractJBossDeployerMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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
 
Constructor Summary
AbstractJBossDeployerMojo()
           
 
Method Summary
protected  void doURL(String url)
          Open a 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
 

Field Detail

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:
Constructor Detail

AbstractJBossDeployerMojo

public AbstractJBossDeployerMojo()
Method Detail

doURL

protected void doURL(String url)
              throws MojoExecutionException
Open a URL.

Parameters:
url -
Throws:
MojoExecutionException


Copyright © 2005-2010 Codehaus. All Rights Reserved.