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.
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 String jbossHome
- The location of JBoss Home. This is a required configuration parameter
(unless JBOSS_HOME is set).
outputDirectory
protected File outputDirectory
serverName
protected 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(String fName,
String params)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
dump
protected void dump(InputStream a_input)
Copyright © 2005-2011 Codehaus. All Rights Reserved.