org.mortbay.jetty.plugin
Class AbstractJetty6Mojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.mortbay.jetty.plugin.AbstractJettyMojo
          extended by 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.


Field Summary
 
Fields inherited from class org.mortbay.jetty.plugin.AbstractJettyMojo
consoleScanner, contextPath, daemon, jettyConfig, overrideWebXml, PORT_SYSPROPERTY, project, reload, scanIntervalSeconds, scanList, scanner, scannerListeners, server, skip, stopKey, stopPort, systemProperties, systemPropertiesFile, tmpDirectory, webAppConfig, webDefaultXml
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractJetty6Mojo()
           
 
Method Summary
 void applyJettyXml()
           
 JettyPluginServer createServer()
          create a proxy that wraps a particular jetty version Server object
 java.lang.Object[] getConfiguredConnectors()
           
 java.lang.Object getConfiguredRequestLog()
           
 java.lang.Object[] getConfiguredUserRealms()
           
 
Methods inherited from class org.mortbay.jetty.plugin.AbstractJettyMojo
checkPomConfiguration, configureScanner, configureWebApplication, execute, findJettyWebXmlFile, finishConfigurationBeforeStart, getContextPath, getJettyXmlFile, getOverrideWebXml, getProject, getScanIntervalSeconds, getScanList, getScanner, getScannerListeners, getServer, getSystemPropertiesFile, getTmpDirectory, getWebDefaultXml, restartWebApp, setScanList, setScannerListeners, setServer, setSystemProperties, setSystemPropertiesFile, startConsoleScanner, 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
 

Constructor Detail

AbstractJetty6Mojo

public AbstractJetty6Mojo()
Method Detail

getConfiguredUserRealms

public java.lang.Object[] getConfiguredUserRealms()
Specified by:
getConfiguredUserRealms in class AbstractJettyMojo
Returns:
Returns the realms configured in the pom
See Also:
AbstractJettyMojo.getConfiguredUserRealms()

getConfiguredConnectors

public java.lang.Object[] getConfiguredConnectors()
Specified by:
getConfiguredConnectors in class AbstractJettyMojo
Returns:
Returns the connectors configured in the pom
See Also:
AbstractJettyMojo.getConfiguredConnectors()

getConfiguredRequestLog

public java.lang.Object getConfiguredRequestLog()
Specified by:
getConfiguredRequestLog in class AbstractJettyMojo

applyJettyXml

public void applyJettyXml()
                   throws java.lang.Exception
Specified by:
applyJettyXml in class AbstractJettyMojo
Throws:
java.lang.Exception

createServer

public JettyPluginServer createServer()
                               throws java.lang.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:
java.lang.Exception
See Also:
AbstractJettyMojo.createServer()


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.