org.mortbay.jetty.plugin
Class AbstractJetty6Mojo
java.lang.Object
AbstractMojo
org.mortbay.jetty.plugin.AbstractJettyMojo
org.mortbay.jetty.plugin.AbstractJetty6Mojo
- Direct Known Subclasses:
- Jetty6RunWar, Jetty6RunWarExploded
- public abstract class AbstractJetty6Mojo
- extends AbstractJettyMojo
AbstractJetty6Mojo
Base class for all jetty6 mojos.
- See Also:
- Serialized Form
Methods inherited from class org.mortbay.jetty.plugin.AbstractJettyMojo |
checkPomConfiguration, configureScanner, configureWebApplication, execute, findJettyWebXmlFile, finishConfigurationBeforeStart, getContextPath, getJettyXmlFileName, getOverrideWebXml, getProject, getScanIntervalSeconds, getScanList, getScanner, getScannerListeners, getServer, getSystemProperties, getTmpDirectory, getWebApplication, getWebDefaultXml, setScanList, setScannerListeners, setServer, setWebApplication, startJetty |
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 © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.