|
||||||||||
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.AbstractRunMojo
org.codehaus.mojo.tomcat.RunMojo
public class RunMojo
Runs the current project as a dynamic web application using an embedded Tomcat server.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
RunMojo()
|
Method Summary | |
---|---|
protected org.apache.catalina.Context |
createContext(org.apache.catalina.startup.Embedded container)
Gets the context to run this web application under for the specified embedded Tomcat. |
Methods inherited from class org.codehaus.mojo.tomcat.AbstractRunMojo |
---|
execute, getPath, isWar |
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 RunMojo()
Method Detail |
---|
protected org.apache.catalina.Context createContext(org.apache.catalina.startup.Embedded container) throws java.net.MalformedURLException
AbstractRunMojo
createContext
in class AbstractRunMojo
container
- the embedded Tomcat container being used
java.net.MalformedURLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |