| |
|
| org.mortbay.jetty.plugin.AbstractJettyMojo
All known Subclasses: org.mortbay.jetty.plugin.AbstractJettyRunMojo, org.mortbay.jetty.plugin.AbstractJetty6Mojo,
AbstractJettyMojo | abstract public class AbstractJettyMojo extends AbstractMojo (Code) | | AbstractJettyMojo
|
checkPomConfiguration | abstract public void checkPomConfiguration() throws MojoExecutionException(Code) | | |
configureScanner | abstract public void configureScanner() throws MojoExecutionException(Code) | | |
configureWebApplication | public void configureWebApplication() throws Exception(Code) | | Subclasses should invoke this to setup basic info
on the webapp
throws: MojoExecutionException - |
execute | public void execute() throws MojoExecutionException, MojoFailureException(Code) | | |
findJettyWebXmlFile | public File findJettyWebXmlFile(File webInfDir)(Code) | | Try and find a jetty-web.xml file, using some
historical naming conventions if necessary.
Parameters: webInfDir - |
finishConfigurationBeforeStart | abstract public void finishConfigurationBeforeStart() throws Exception(Code) | | |
getConfiguredConnectors | abstract public Object[] getConfiguredConnectors()(Code) | | Returns the connectors configured in the pom |
getConfiguredRequestLog | abstract public Object getConfiguredRequestLog()(Code) | | |
getConfiguredUserRealms | abstract public Object[] getConfiguredUserRealms()(Code) | | Returns the realms configured in the pom |
getContextPath | public String getContextPath()(Code) | | Returns the contextPath. |
getJettyXmlFileName | public String getJettyXmlFileName()(Code) | | |
getOverrideWebXml | public File getOverrideWebXml()(Code) | | |
getProject | public MavenProject getProject()(Code) | | |
getScanIntervalSeconds | public int getScanIntervalSeconds()(Code) | | Returns the scanIntervalSeconds. |
getTmpDirectory | public File getTmpDirectory()(Code) | | |
getWebDefaultXml | public File getWebDefaultXml()(Code) | | |
setScannerListeners | public void setScannerListeners(ArrayList listeners)(Code) | | |
startJetty | public void startJetty() throws MojoExecutionException(Code) | | |
|
|
|