Skip navigation links
A C D E F G H I J L M N O P R S T U W _ 

A

AbstractJettyMojo - Class in org.eclipse.jetty.maven.plugin
Common base class for most jetty mojos.
AbstractJettyMojo() - Constructor for class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
addPattern(String, String) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
addWebApplication(Server, WebAppContext) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
 
aid - Variable in class org.eclipse.jetty.maven.plugin.Starter.Artifact
 
applyJettyXml() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
applyJettyXml() - Method in class org.eclipse.jetty.maven.plugin.Starter
Apply any jetty xml files given
applyXmlConfigurations(Server, List<File>) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
Apply xml files to server startup, passing in ourselves as the "Server" instance.
Artifact(String) - Constructor for class org.eclipse.jetty.maven.plugin.Starter.Artifact
 
Artifact(String, String, String) - Constructor for class org.eclipse.jetty.maven.plugin.Starter.Artifact
 

C

checkPomConfiguration() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
checkPomConfiguration() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
Verify the configuration given in the pom.
checkPomConfiguration() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
 
checkPomConfiguration() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
 
classesDirectory - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
The directory containing generated classes.
communicateStartupResult(Exception) - Method in class org.eclipse.jetty.maven.plugin.Starter
 
configure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
 
configure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 
configureConnectors(Server, Connector) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
Configure at least one connector for the server
configureDefaultConfigurationClasses(Server) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
 
configureHandlers(Server, RequestLog) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
Set up the handler structure to receive a webapp.
configureJetty() - Method in class org.eclipse.jetty.maven.plugin.Starter
 
configureLoginServices(Server, LoginService[]) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
Set up any security LoginServices provided.
configureMonitor() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
configurePluginClasspath() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
configureScanner() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
configureScanner() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
configureScanner() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
 
configureScanner() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
 
configureWebApp() - Method in class org.eclipse.jetty.maven.plugin.Starter
 
configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Subclasses should invoke this to setup basic info on the webapp
configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
 
configureWebApplication() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
 
consoleScanner - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
A scanner to check ENTER hits on the console
ConsoleScanner - Class in org.eclipse.jetty.maven.plugin
ConsoleScanner Read input from stdin
ConsoleScanner(AbstractJettyMojo) - Constructor for class org.eclipse.jetty.maven.plugin.ConsoleScanner
 
containsSystemProperty(String) - Method in class org.eclipse.jetty.maven.plugin.SystemProperties
 
contextHandlers - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
List of other contexts to set up.
contextXml - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Location of a context xml configuration file whose contents will be applied to the webapp AFTER anything in <webApp>.Optional.
copyTo(File) - Method in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
 
COUNTER - Static variable in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 

D

daemon - Variable in class org.eclipse.jetty.maven.plugin.JettyDeployWar
If true, the plugin should continue and not block.
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
 
deconfigure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 
DEFAULT_CONFIGURATION_CLASSES - Static variable in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
DEFAULT_EXCLUDES - Static variable in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
 
DEFAULT_INCLUDES - Static variable in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
 
DEFAULT_MAX_IDLE_TIME - Static variable in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
DEFAULT_PORT - Static variable in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
DEFAULT_PORT_STR - Static variable in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
DEFAULT_WEBAPP_SRC - Static variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
deleteOnExit - Variable in class org.eclipse.jetty.maven.plugin.JettyEffectiveWebXml
 
doStart() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
doStart() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
doStop() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
doStop() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
dumpOnStart - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Use the dump() facility of jetty to print out the server configuration to logging

E

effectiveWebXml - Variable in class org.eclipse.jetty.maven.plugin.JettyEffectiveWebXml
The target directory
equals(Object) - Method in class org.eclipse.jetty.maven.plugin.Starter.Artifact
 
excludedGoals - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
List of goals that are NOT to be used
execute() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
execute() - Method in class org.eclipse.jetty.maven.plugin.HelpMojo
execute() - Method in class org.eclipse.jetty.maven.plugin.JettyDeployWar
 
execute() - Method in class org.eclipse.jetty.maven.plugin.JettyEffectiveWebXml
 
execute() - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
 
execute() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
execute() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
 
execute() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
 
execute() - Method in class org.eclipse.jetty.maven.plugin.JettyStartMojo
 
execute() - Method in class org.eclipse.jetty.maven.plugin.JettyStopMojo
 
execution - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 

F

FAKE_WEBAPP - Static variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
fileSeparators(String) - Static method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
 
findClassDirs(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
Add in the classes dirs from test/classes and target/classes
findContextHandlerCollection(Server) - Static method in class org.eclipse.jetty.maven.plugin.ServerSupport
 
findJars(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
Get the jars to examine from the files from which we have synthesized the classpath.
findJettyWebXmlFile(File) - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Try and find a jetty-web.xml file, using some historical naming conventions if necessary.
finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.JettyDeployWar
 
finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
 
finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
 
finishConfigurationBeforeStart() - Method in class org.eclipse.jetty.maven.plugin.JettyStartMojo
 
forkWebXml - Variable in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
The file into which to generate the quickstart web xml for the forked process to use

G

gatherScannables() - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
getArtifactForOverlay(OverlayConfig, List<Artifact>) - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
getArtifactForOverlayConfig(OverlayConfig, List<Starter.Artifact>) - Method in class org.eclipse.jetty.maven.plugin.Starter
 
getArtifactId() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
getBaseAppFirst() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
getByteBufferPool() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getClasses() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
getClassifier() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
getClassPathFiles() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
getConfig() - Method in class org.eclipse.jetty.maven.plugin.Overlay
 
getConfiguration(String[]) - Method in class org.eclipse.jetty.maven.plugin.Starter
 
getConnectedEndPoints() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getConnectionFactories() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getConnectionFactory(String) - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getConnectionFactory(Class<T>) - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getContainerClassPath() - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
 
getContainerIncludeJarPattern() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
getDefaultConnectionFactory() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getDependentMavenWarExcludes() - Method in class org.eclipse.jetty.maven.plugin.WarPluginInfo
Get value of dependentWarExcludes for maven-war-plugin
getDependentMavenWarIncludes() - Method in class org.eclipse.jetty.maven.plugin.WarPluginInfo
Get value of dependentWarIncludes for maven-war-plugin
getDirectory() - Method in class org.eclipse.jetty.maven.plugin.ScanTargetPattern
 
getExcludes() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
getExcludes() - Method in class org.eclipse.jetty.maven.plugin.ScanPattern
 
getExcludes() - Method in class org.eclipse.jetty.maven.plugin.ScanTargetPattern
 
getExecutor() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getForce() - Method in class org.eclipse.jetty.maven.plugin.SystemProperties
 
getGroupId() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
getHost() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getIdleTimeout() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getIncludes() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
getIncludes() - Method in class org.eclipse.jetty.maven.plugin.ScanPattern
 
getIncludes() - Method in class org.eclipse.jetty.maven.plugin.ScanTargetPattern
 
getJettyEnvXml() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
getJettyXmlFiles() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
getKey() - Method in class org.eclipse.jetty.maven.plugin.SystemProperty
 
getLog() - Static method in class org.eclipse.jetty.maven.plugin.PluginLog
 
getMavenWarOverlayConfigAsString() - Method in class org.eclipse.jetty.maven.plugin.WarPluginInfo
 
getMavenWarOverlayConfigs() - Method in class org.eclipse.jetty.maven.plugin.WarPluginInfo
Get config for any overlays that have been declared for the maven-war-plugin.
getName() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getName() - Method in class org.eclipse.jetty.maven.plugin.SystemProperty
 
getOverlays() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
getPlugin() - Method in class org.eclipse.jetty.maven.plugin.WarPluginInfo
Find the maven-war-plugin, if one is configured
getPort() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getProtocols() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getProvidedJars() - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
 
getQuickStartWebDescriptor() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
getQuickStartWebXml(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
 
getResource(String) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
getResource() - Method in class org.eclipse.jetty.maven.plugin.Overlay
 
getResourcePaths(String) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
getScheduler() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getServer() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getStopKey() - Method in class org.eclipse.jetty.maven.plugin.JettyStopMojo
 
getStopPort() - Method in class org.eclipse.jetty.maven.plugin.JettyStopMojo
 
getSystemProperties() - Method in class org.eclipse.jetty.maven.plugin.SystemProperties
 
getSystemProperty(String) - Method in class org.eclipse.jetty.maven.plugin.SystemProperties
 
getTargetPath() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
getTestClasses() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
getTransport() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
getValue() - Method in class org.eclipse.jetty.maven.plugin.SystemProperty
 
getWebInfIncludeJarPattern() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
getWebInfLib() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
gid - Variable in class org.eclipse.jetty.maven.plugin.Starter.Artifact
 

H

HelpMojo - Class in org.eclipse.jetty.maven.plugin
Display help information on jetty-maven-plugin.
Call mvn jetty:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.eclipse.jetty.maven.plugin.HelpMojo
 
httpConnector - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
A ServerConnector to use.

I

initCDI() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
isCurrentProject() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
isExcluded(String) - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
isExcluded(String) - Method in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
 
isFiltered() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
isGenerateQuickStart() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
isIncluded(String) - Method in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
 
isPluginArtifact(Artifact) - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
isPluginArtifact(Artifact) - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
 
isScanningEnabled() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
isSet() - Method in class org.eclipse.jetty.maven.plugin.SystemProperty
 
isSkip() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 

J

JettyDeployWar - Class in org.eclipse.jetty.maven.plugin
This goal is used to run Jetty with a pre-assembled war.
JettyDeployWar() - Constructor for class org.eclipse.jetty.maven.plugin.JettyDeployWar
 
JettyEffectiveWebXml - Class in org.eclipse.jetty.maven.plugin
JettyEffectiveWebXml
JettyEffectiveWebXml() - Constructor for class org.eclipse.jetty.maven.plugin.JettyEffectiveWebXml
 
JettyRunForkedMojo - Class in org.eclipse.jetty.maven.plugin
This goal is used to deploy your unassembled webapp into a forked JVM.
JettyRunForkedMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
 
JettyRunForkedMojo.ShutdownThread - Class in org.eclipse.jetty.maven.plugin
ShutdownThread
JettyRunMojo - Class in org.eclipse.jetty.maven.plugin
This goal is used in-situ on a Maven project without first requiring that the project is assembled into a war, saving time during the development cycle.
JettyRunMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
JettyRunWarExplodedMojo - Class in org.eclipse.jetty.maven.plugin
This goal is used to assemble your webapp into an exploded war and automatically deploy it to Jetty.
JettyRunWarExplodedMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
 
JettyRunWarMojo - Class in org.eclipse.jetty.maven.plugin
This goal is used to assemble your webapp into a war and automatically deploy it to Jetty.
JettyRunWarMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
 
JettyStartMojo - Class in org.eclipse.jetty.maven.plugin
This goal is similar to the jetty:run goal, EXCEPT that it is designed to be bound to an execution inside your pom, rather than being run from the command line.
JettyStartMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyStartMojo
 
JettyStopMojo - Class in org.eclipse.jetty.maven.plugin
JettyStopMojo - stops a running instance of jetty.
JettyStopMojo() - Constructor for class org.eclipse.jetty.maven.plugin.JettyStopMojo
 
JettyWebAppContext - Class in org.eclipse.jetty.maven.plugin
JettyWebAppContext Extends the WebAppContext to specialize for the maven environment.
JettyWebAppContext() - Constructor for class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
jettyXml - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Comma separated list of a jetty xml configuration files whose contents will be applied before any plugin configuration.
join() - Method in class org.eclipse.jetty.maven.plugin.Starter
 

L

loadConfigurations() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
loginServices - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
List of security realms to set up.

M

main(String[]) - Static method in class org.eclipse.jetty.maven.plugin.Starter
 
matchesArtifact(String, String, String) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
Check if this overlay configuration matches an Artifact's info
matchesArtifact(String, String) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
Check if this overlay configuration matches an Artifact's info
MavenQuickStartConfiguration - Class in org.eclipse.jetty.maven.plugin
MavenQuickStartConfiguration
MavenQuickStartConfiguration() - Constructor for class org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
 
MavenServerConnector - Class in org.eclipse.jetty.maven.plugin
MavenServerConnector As the ServerConnector class does not have a no-arg constructor, and moreover requires the server instance passed in to all its constructors, it cannot be referenced in the pom.xml.
MavenServerConnector() - Constructor for class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
MavenWebInfConfiguration - Class in org.eclipse.jetty.maven.plugin
MavenWebInfConfiguration WebInfConfiguration to take account of overlaid wars expressed as project dependencies and potential configured via the maven-war-plugin.
MavenWebInfConfiguration() - Constructor for class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 

N

nonblocking - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Determines whether or not the server blocks when started.

O

org.eclipse.jetty.maven.plugin - package org.eclipse.jetty.maven.plugin
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
Overlay - Class in org.eclipse.jetty.maven.plugin
Overlay
Overlay(OverlayConfig, Resource) - Constructor for class org.eclipse.jetty.maven.plugin.Overlay
 
Overlay(OverlayConfig) - Constructor for class org.eclipse.jetty.maven.plugin.Overlay
 
OverlayConfig - Class in org.eclipse.jetty.maven.plugin
OverlayConfig
OverlayConfig() - Constructor for class org.eclipse.jetty.maven.plugin.OverlayConfig
 
OverlayConfig(String, List<String>, List<String>) - Constructor for class org.eclipse.jetty.maven.plugin.OverlayConfig
 
OverlayConfig(Xpp3Dom, List<String>, List<String>) - Constructor for class org.eclipse.jetty.maven.plugin.OverlayConfig
 

P

path - Variable in class org.eclipse.jetty.maven.plugin.Starter.Artifact
 
pathSeparators(String) - Static method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
 
pluginArtifacts - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
The artifacts for the plugin itself.
PluginLog - Class in org.eclipse.jetty.maven.plugin
PluginLog Convenience class to provide access to the plugin Log for non-mojo classes.
PluginLog() - Constructor for class org.eclipse.jetty.maven.plugin.PluginLog
 
PORT_SYSPROPERTY - Static variable in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
postConfigure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
 
preConfigure(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 
prepareConfiguration() - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
 
prependHandler(Handler, HandlerCollection) - Method in class org.eclipse.jetty.maven.plugin.Starter
 
printSystemProperties() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
project - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
The maven project.
projectArtifacts - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
The artifacts for the project.

R

reload - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
reload can be set to either 'automatic' or 'manual' if 'manual' then the context can be reloaded by a linefeed in the console if 'automatic' then traditional reloading on changed files is enabled.
requestLog - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
A RequestLog implementation to use for the webapp at runtime.
resource - Variable in class org.eclipse.jetty.maven.plugin.Starter.Artifact
 
RESOURCE_BASES_POST_OVERLAY - Static variable in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 
restartWebApp(boolean) - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
restartWebApp(boolean) - Method in class org.eclipse.jetty.maven.plugin.JettyRunMojo
 
restartWebApp(boolean) - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarExplodedMojo
 
restartWebApp(boolean) - Method in class org.eclipse.jetty.maven.plugin.JettyRunWarMojo
 
run() - Method in class org.eclipse.jetty.maven.plugin.ConsoleScanner
 
run() - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo.ShutdownThread
 
run() - Method in class org.eclipse.jetty.maven.plugin.Starter
 

S

scanClassesPattern - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
An optional pattern for includes/excludes of classes in the classesDirectory
scanIntervalSeconds - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
The interval in seconds to scan the webapp for changes and restart the context if necessary.
scanner - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
A scanner to check for changes to the webapp
ScanPattern - Class in org.eclipse.jetty.maven.plugin
ScanPattern A pattern of includes and excludes.
ScanPattern() - Constructor for class org.eclipse.jetty.maven.plugin.ScanPattern
 
ScanTargetPattern - Class in org.eclipse.jetty.maven.plugin
ScanTargetPattern Utility class to provide the ability for the mvn jetty:run mojo to be able to specify filesets of extra files to regularly scan for changes in order to redeploy the webapp.
ScanTargetPattern() - Constructor for class org.eclipse.jetty.maven.plugin.ScanTargetPattern
 
scanTargetPatterns - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
List of directories with ant-style <include> and <exclude> patterns for extra targets to periodically scan for changes.
scanTargets - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
List of files or directories to additionally periodically scan for changes.
scanTestClassesPattern - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
An optional pattern for includes/excludes of classes in the testClassesDirectory
SelectiveJarResource - Class in org.eclipse.jetty.maven.plugin
SelectiveJarResource Selectively copies resources from a jar file based on includes/excludes.
SelectiveJarResource(URL) - Constructor for class org.eclipse.jetty.maven.plugin.SelectiveJarResource
 
SelectiveJarResource(URL, boolean) - Constructor for class org.eclipse.jetty.maven.plugin.SelectiveJarResource
 
server - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
A wrapper for the Server object
serverSupport - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
ServerSupport - Class in org.eclipse.jetty.maven.plugin
ServerSupport Helps configure the Server instance.
ServerSupport() - Constructor for class org.eclipse.jetty.maven.plugin.ServerSupport
 
setArtifactId(String) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
setBaseAppFirst(boolean) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
setCaseSensitive(boolean) - Method in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
 
setClasses(File) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
setClassifier(String) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
setContainerIncludeJarPattern(String) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
setDirectory(File) - Method in class org.eclipse.jetty.maven.plugin.ScanTargetPattern
 
setExcludes(List<String>) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
setExcludes(List<String>) - Method in class org.eclipse.jetty.maven.plugin.ScanPattern
 
setExcludes(List<String>) - Method in class org.eclipse.jetty.maven.plugin.ScanTargetPattern
 
setExcludes(List<String>) - Method in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
 
setFiltered(boolean) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
setForce(boolean) - Method in class org.eclipse.jetty.maven.plugin.SystemProperties
 
setGenerateQuickStart(boolean) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
setGroupId(String) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
setHost(String) - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
setIdleTimeout(long) - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
setIncludes(List<String>) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
setIncludes(List<String>) - Method in class org.eclipse.jetty.maven.plugin.ScanPattern
 
setIncludes(List<String>) - Method in class org.eclipse.jetty.maven.plugin.ScanTargetPattern
 
setIncludes(List<String>) - Method in class org.eclipse.jetty.maven.plugin.SelectiveJarResource
 
setJettyEnvXml(String) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
setKey(String) - Method in class org.eclipse.jetty.maven.plugin.SystemProperty
 
setLog(Log) - Static method in class org.eclipse.jetty.maven.plugin.PluginLog
 
setName(String) - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
setName(String) - Method in class org.eclipse.jetty.maven.plugin.SystemProperty
 
setOverlays(List<Overlay>) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
Ordered list of wars to overlay on top of the current project.
setPort(int) - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
setQuickStartWebDescriptor(String) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
setQuickStartWebDescriptor(Resource) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
setQuickStartWebXml(Resource) - Method in class org.eclipse.jetty.maven.plugin.MavenQuickStartConfiguration
 
setResource(Resource) - Method in class org.eclipse.jetty.maven.plugin.Overlay
 
setResourceBases(String[]) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
This method is provided as a convenience for jetty maven plugin configuration
setServer(Server) - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
setSkip(boolean) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
setSoLingerTime(int) - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
setStopKey(String) - Method in class org.eclipse.jetty.maven.plugin.JettyStopMojo
 
setStopPort(int) - Method in class org.eclipse.jetty.maven.plugin.JettyStopMojo
 
setSystemProperties(SystemProperties) - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
setSystemPropertiesFile(File) - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
setSystemProperty(SystemProperty) - Method in class org.eclipse.jetty.maven.plugin.SystemProperties
 
setTargetPath(String) - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 
setTestClasses(File) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
setValue(String) - Method in class org.eclipse.jetty.maven.plugin.SystemProperty
 
setWebInfIncludeJarPattern(String) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
setWebInfLib(List<File>) - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
shutdown() - Method in class org.eclipse.jetty.maven.plugin.MavenServerConnector
 
ShutdownThread() - Constructor for class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo.ShutdownThread
 
skip - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Skip this mojo execution.
startConsoleScanner() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Run a thread that monitors the console input to detect ENTER hits.
Starter - Class in org.eclipse.jetty.maven.plugin
Starter Class which is exec'ed to create a new jetty process.
Starter() - Constructor for class org.eclipse.jetty.maven.plugin.Starter
 
Starter.Artifact - Class in org.eclipse.jetty.maven.plugin
Artifact A mock maven Artifact class as the maven jars are not put onto the classpath for the execution of this class.
startJetty() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
startJetty() - Method in class org.eclipse.jetty.maven.plugin.JettyEffectiveWebXml
 
startJetty() - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
 
startScanner() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Run a scanner thread on the given list of files and directories, calling stop/start on the given list of LifeCycle objects if any of the watched files change.
startWebapp() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
stopKey - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Key to provide when stopping jetty on executing java -DSTOP.KEY=<stopKey> -DSTOP.PORT=<stopPort> -jar start.jar --stop
stopKey - Variable in class org.eclipse.jetty.maven.plugin.JettyStopMojo
Key to provide when stopping jetty on executing java -DSTOP.KEY=<stopKey> -DSTOP.PORT=<stopPort> -jar start.jar --stop
stopPort - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Port to listen to stop jetty on executing -DSTOP.PORT=<stopPort> -DSTOP.KEY=<stopKey> -jar start.jar --stop
stopPort - Variable in class org.eclipse.jetty.maven.plugin.JettyStopMojo
Port to listen to stop jetty on sending stop command
stopScanner() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
 
stopWait - Variable in class org.eclipse.jetty.maven.plugin.JettyStopMojo
Max time in seconds that the plugin will wait for confirmation that jetty has stopped.
stopWebapp() - Method in class org.eclipse.jetty.maven.plugin.JettyWebAppContext
 
systemProperties - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
System properties to set before execution.
SystemProperties - Class in org.eclipse.jetty.maven.plugin
SystemProperties Map of name to SystemProperty.
SystemProperties() - Constructor for class org.eclipse.jetty.maven.plugin.SystemProperties
 
systemPropertiesFile - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
File containing system properties to be set before execution Note that these properties will NOT override System properties that have been set on the command line, by the JVM, or directly in the POM via systemProperties.
SystemProperty - Class in org.eclipse.jetty.maven.plugin
SystemProperty Provides the ability to set System properties for the mojo execution.
SystemProperty() - Constructor for class org.eclipse.jetty.maven.plugin.SystemProperty
 

T

target - Variable in class org.eclipse.jetty.maven.plugin.JettyEffectiveWebXml
The target directory
target - Variable in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
The target directory
testClassesDirectory - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
The directory containing generated test classes.
toString() - Method in class org.eclipse.jetty.maven.plugin.Overlay
 
toString() - Method in class org.eclipse.jetty.maven.plugin.OverlayConfig
 

U

unpack(WebAppContext) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 
unpackOverlay(WebAppContext, Overlay) - Method in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 
useProvidedScope - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
Whether or not to include dependencies on the plugin's classpath with <scope>provided</scope> Use WITH CAUTION as you may wind up with duplicate jars/classes.
useTestScope - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
If true, the <testOutputDirectory> and the dependencies of <scope>test<scope> will be put first on the runtime classpath.

W

warArtifacts - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
List of deps that are wars
warPluginInfo - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
maven-war-plugin reference
WarPluginInfo - Class in org.eclipse.jetty.maven.plugin
WarPluginInfo
WarPluginInfo(MavenProject) - Constructor for class org.eclipse.jetty.maven.plugin.WarPluginInfo
 
webApp - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
An instance of org.eclipse.jetty.webapp.WebAppContext that represents the webapp.
webAppSourceDirectory - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
Root directory for all html/jsp etc files
webXml - Variable in class org.eclipse.jetty.maven.plugin.JettyRunMojo
The default location of the web.xml file.

_

_originalResourceBase - Variable in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 
_unpackedOverlayResources - Variable in class org.eclipse.jetty.maven.plugin.MavenWebInfConfiguration
 
A C D E F G H I J L M N O P R S T U W _ 
Skip navigation links

Copyright © 1995–2016 Webtide. All rights reserved.