org.apache.tomcat.maven.plugin.tomcat6
Class AbstractWarCatalinaMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractI18NTomcat6Mojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractCatalinaMojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractWarCatalinaMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
- Direct Known Subclasses:
- AbstractDeployMojo, ReloadMojo, SessionsMojo, StartMojo, StopMojo, UndeployMojo
public abstract class AbstractWarCatalinaMojo
- extends AbstractCatalinaMojo
Abstract goal that provides common configuration for Catalina-based goals.
- Author:
- Mark Hobson
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
void |
execute()
|
protected boolean |
isWar()
Gets whether this project uses WAR packaging. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWarCatalinaMojo
public AbstractWarCatalinaMojo()
execute
public void execute()
throws MojoExecutionException
-
- Specified by:
execute
in interface Mojo
- Overrides:
execute
in class AbstractCatalinaMojo
- Throws:
MojoExecutionException
isWar
protected boolean isWar()
- Gets whether this project uses WAR packaging.
- Returns:
- whether this project uses WAR packaging
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.