org.codehaus.mojo.jboss
Class AbstractJBossMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jboss.AbstractJBossMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- ConfigureJBossMojo, HardDeployMojo, StartMojo, StopMojo
public abstract class AbstractJBossMojo
- extends org.apache.maven.plugin.AbstractMojo
Created by IntelliJ IDEA. User: jeffgenender Date: Oct 1, 2005 Time: 12:12:56
PM To change this template use File | Settings | File Templates.
Field Summary |
protected java.lang.String |
jbossHome
The location of JBoss Home. |
protected java.io.File |
outputDirectory
|
protected java.lang.String |
serverName
The server name. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
protected void |
checkConfig()
|
protected void |
dump(java.io.InputStream a_input)
|
protected void |
launch(java.lang.String fName,
java.lang.String params)
|
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 |
jbossHome
protected java.lang.String jbossHome
- The location of JBoss Home. This is a required configuration parameter
(unless JBOSS_HOME is set).
outputDirectory
protected java.io.File outputDirectory
serverName
protected java.lang.String serverName
- The server name.
AbstractJBossMojo
public AbstractJBossMojo()
checkConfig
protected void checkConfig()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
launch
protected void launch(java.lang.String fName,
java.lang.String params)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
dump
protected void dump(java.io.InputStream a_input)
Copyright © 2005-2009. All Rights Reserved.