org.mortbay.jetty.plugin
Class AbstractJetty6Mojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.mortbay.jetty.plugin.AbstractJettyMojo
org.mortbay.jetty.plugin.AbstractJetty6Mojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- Jetty6RunWar, Jetty6RunWarExploded
public abstract class AbstractJetty6Mojo
- extends AbstractJettyMojo
AbstractJetty6Mojo
Base class for all jetty6 mojos.
Fields inherited from class org.mortbay.jetty.plugin.AbstractJettyMojo |
contextPath, jettyConfig, overrideWebXml, PORT_SYSPROPERTY, project, scanIntervalSeconds, scanList, scanner, scannerListeners, server, stopKey, stopPort, systemProperties, tmpDirectory, webAppConfig, webDefaultXml |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.mortbay.jetty.plugin.AbstractJettyMojo |
checkPomConfiguration, configureScanner, configureWebApplication, execute, findJettyWebXmlFile, finishConfigurationBeforeStart, getContextPath, getJettyXmlFile, getOverrideWebXml, getProject, getScanIntervalSeconds, getScanList, getScanner, getScannerListeners, getServer, getSystemProperties, getTmpDirectory, getWebDefaultXml, setScanList, setScannerListeners, setServer, startJetty |
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 |
AbstractJetty6Mojo
public AbstractJetty6Mojo()
getConfiguredUserRealms
public Object[] getConfiguredUserRealms()
- Specified by:
getConfiguredUserRealms
in class AbstractJettyMojo
- Returns:
- Returns the realms configured in the pom
- See Also:
AbstractJettyMojo.getConfiguredUserRealms()
getConfiguredConnectors
public Object[] getConfiguredConnectors()
- Specified by:
getConfiguredConnectors
in class AbstractJettyMojo
- Returns:
- Returns the connectors configured in the pom
- See Also:
AbstractJettyMojo.getConfiguredConnectors()
getConfiguredRequestLog
public Object getConfiguredRequestLog()
- Specified by:
getConfiguredRequestLog
in class AbstractJettyMojo
applyJettyXml
public void applyJettyXml()
throws Exception
- Specified by:
applyJettyXml
in class AbstractJettyMojo
- Throws:
Exception
createServer
public JettyPluginServer createServer()
throws Exception
- Description copied from class:
AbstractJettyMojo
- create a proxy that wraps a particular jetty version Server object
- Specified by:
createServer
in class AbstractJettyMojo
- Returns:
-
- Throws:
Exception
- See Also:
AbstractJettyMojo.createServer()
Copyright © 2008 Mort Bay Consulting. All Rights Reserved.