|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.tomcat.AbstractI18NMojo
org.codehaus.mojo.tomcat.AbstractCatalinaMojo
org.codehaus.mojo.tomcat.AbstractWarCatalinaMojo
org.codehaus.mojo.tomcat.AbstractDeployMojo
org.codehaus.mojo.tomcat.InplaceMojo
public class InplaceMojo
Deploy a WAR in-place to Tomcat.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
InplaceMojo()
|
Method Summary | |
---|---|
protected java.io.File |
getWarFile()
Gets the Tomcat WAR file. |
protected void |
validateWarFile()
Ensures that the Tomcat WAR file exists and is the correct type for the deployment mode. |
Methods inherited from class org.codehaus.mojo.tomcat.AbstractDeployMojo |
---|
deployContext, deployWar, deployWarAndContext, getContextFile, getTag, invokeManager, isUpdate, validateContextFile |
Methods inherited from class org.codehaus.mojo.tomcat.AbstractWarCatalinaMojo |
---|
execute, isWar |
Methods inherited from class org.codehaus.mojo.tomcat.AbstractCatalinaMojo |
---|
getDeployedURL, getManager, getPath, getURL, log |
Methods inherited from class org.codehaus.mojo.tomcat.AbstractI18NMojo |
---|
getMessage, getMessage, getMessage, getMessage |
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 |
Constructor Detail |
---|
public InplaceMojo()
Method Detail |
---|
protected java.io.File getWarFile()
AbstractDeployMojo
getWarFile
in class AbstractDeployMojo
protected void validateWarFile() throws org.apache.maven.plugin.MojoExecutionException
AbstractDeployMojo
validateWarFile
in class AbstractDeployMojo
org.apache.maven.plugin.MojoExecutionException
- if the WAR file does not exist or is not
the correct type for the deployment mode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |