Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractUnassembledWebAppMojo - Class in org.eclipse.jetty.ee10.maven.plugin
Base class for all goals that operate on unassembled webapps.
AbstractUnassembledWebAppMojo() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.AbstractUnassembledWebAppMojo
 
AbstractWebAppMojo - Class in org.eclipse.jetty.ee10.maven.plugin
AbstractWebAppMojo Base class for common behaviour of jetty mojos.
AbstractWebAppMojo() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
AbstractWebAppMojo.DeploymentMode - Enum Class in org.eclipse.jetty.ee10.maven.plugin
 
addPattern(String, String) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
addWebAppToServer() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyEmbedder
 
applyWebAppProperties() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyEmbedder
 
augmentPluginClasspath() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Augment jetty's classpath with dependencies marked as scope=provided if useProvidedScope==true.

B

BASE_DIRS - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 

C

CLASSES_DIR - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
classesDirectory - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractUnassembledWebAppMojo
The directory containing generated classes.
configure(WebAppContext) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebInfConfiguration
 
configureScanner() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
 
configureScanner() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
 
configureScanTargetPatterns(Scanner) - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Configure any extra files, directories or patterns thereof for the scanner to watch for changes.
configureSystemProperties() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
configureUnassembledWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractUnassembledWebAppMojo
Configure a webapp that has not been assembled into a war.
configureUnassembledWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyEffectiveWebXml
Override so we can call the parent's method in a different order.
configureWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractUnassembledWebAppMojo
 
configureWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Ensure there is a webapp, and that some basic defaults are applied if the user has not supplied them.
configureWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyEffectiveWebXml
 
configureWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyEmbedder
Configure the webapp
configureWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
 
configureWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStartWarMojo
 
CONTEXT_PATH - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
CONTEXT_XML - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
contextHandlers - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
List of other contexts to set up.
contextXml - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Location of a context xml configuration file whose contents will be applied to the webapp AFTER anything in <webApp>.Optional.
COUNTER - Static variable in class org.eclipse.jetty.ee10.maven.plugin.MavenMetaInfConfiguration
 

D

deconfigure(WebAppContext) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenQuickStartConfiguration
 
DEFAULTS_DESCRIPTOR - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
deployMode - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Controls how to run jetty.
DISTRO - Enum constant in enum class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo.DeploymentMode
 
doStart() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
doStop() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 

E

effectiveWebXml - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyEffectiveWebXml
The name of the file to generate into
EMBED - Enum constant in enum class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo.DeploymentMode
 
embedder - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
Only one of the following will be used, depending the mode the mojo is started in: EMBED, FORK, EXTERNAL
embedder - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
 
embedder - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyStartWarMojo
 
env - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Extra environment variables to be passed to the forked process
excludedGoals - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
List of goals that are NOT to be used
execute() - Method in class org.eclipse.jetty.ee10.jetty_ee10_maven_plugin.HelpMojo
execute() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
execute() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
 
execute() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStopMojo
 
execution - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
The maven build executing.
EXTERNAL - Enum constant in enum class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo.DeploymentMode
 

F

FAKE_WEBAPP - Static variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
findClassDirs(WebAppContext) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenMetaInfConfiguration
Add in the classes dirs from test/classes and target/classes
findJars(WebAppContext) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenMetaInfConfiguration
Get the jars to examine from the files from which we have synthesized the classpath.
findJettyWebXmlFile(File) - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Try and find a jetty-web.xml file, using some historical naming conventions if necessary.
FORK - Enum constant in enum class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo.DeploymentMode
 
forker - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
 
forker - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
 
forker - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyStartWarMojo
 
forkWebXml - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
The file into which to generate the quickstart web xml for the forked process to use
fromProperties(MavenWebAppContext, String, Server, Map<String, String>) - Static method in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
Configure a webapp from a properties file.
fromProperties(MavenWebAppContext, Path, Server, Map<String, String>) - Static method in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
Configure a webapp from a properties file
fromProperties(MavenWebAppContext, Properties, Server, Map<String, String>) - Static method in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
Configure a webapp from properties.

G

gatherScannables() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
 
generate() - Method in class org.eclipse.jetty.ee10.maven.plugin.QuickStartGenerator
Run enough of jetty to generate a full quickstart xml file for the webapp.
generateWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyForker
 
generateWebAppPropertiesFile() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyHomeForker
 
getBaseAppFirst() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getBaseDir() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyHomeForker
 
getClasses() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getClassPathUris() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getContainerClassPath() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Synthesize a classpath appropriate for a forked jetty based off the artifacts associated with the jetty plugin, plus any dependencies that are marked as provided and useProvidedScope is true.
getContainerIncludeJarPattern() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getContextHandlers() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyEmbedder
 
getContextXml() - Method in class org.eclipse.jetty.ee10.maven.plugin.QuickStartGenerator
 
getJettyEnvXml() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getJettyOutputFile(String) - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Get a file into which to write output from jetty.
getOriginAttribute() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
Get the originAttribute.
getOverlays() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getProjectName() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
getProvidedJars() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Get any dependencies that are scope "provided" if useProvidedScope == true.
getQuickstartXml() - Method in class org.eclipse.jetty.ee10.maven.plugin.QuickStartGenerator
Get the quickstartXml.
getResource(String) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getResourcePaths(String) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getServer() - Method in class org.eclipse.jetty.ee10.maven.plugin.QuickStartGenerator
Get the server.
getTestClasses() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.QuickStartGenerator
Get the webApp.
getWebAppProps() - Method in class org.eclipse.jetty.ee10.maven.plugin.QuickStartGenerator
 
getWebInfClasses() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getWebInfIncludeJarPattern() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getWebInfLib() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
getWebInfLibArtifacts() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractUnassembledWebAppMojo
Find which dependencies are suitable for addition to the virtual WEB-INF lib.

H

HelpMojo - Class in org.eclipse.jetty.ee10.jetty_ee10_maven_plugin
Display help information on jetty-ee10-maven-plugin.
Call mvn jetty:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.eclipse.jetty.ee10.jetty_ee10_maven_plugin.HelpMojo
 
HOME - Enum constant in enum class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo.DeploymentMode
 
homeForker - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
 
homeForker - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
 
homeForker - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyStartWarMojo
 
httpConnector - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
A ServerConnector to use.

I

initCDI() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
isExcludedGoal(String) - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Check if the goal that we're executing as is excluded or not.
isPackagingSupported() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
isPluginArtifact(Artifact) - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Check to see if the given artifact is one of the dependency artifacts for this plugin.

J

JETTY_HOME_ARTIFACTID - Static variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
JETTY_HOME_GROUPID - Static variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
jettyBase - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Location of jetty base directory
JettyEffectiveWebXml - Class in org.eclipse.jetty.ee10.maven.plugin
Generate the effective web.xml for a pre-built webapp.
JettyEffectiveWebXml() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.JettyEffectiveWebXml
 
JettyEmbedder - Class in org.eclipse.jetty.ee10.maven.plugin
JettyEmbedder Starts jetty within the current process.
JettyEmbedder() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.JettyEmbedder
 
JettyForkedChild - Class in org.eclipse.jetty.ee10.maven.plugin
JettyForkedChild This is the class that is executed when the jetty maven plugin forks a process when DeploymentMode=FORKED.
JettyForkedChild(String[]) - Constructor for class org.eclipse.jetty.ee10.maven.plugin.JettyForkedChild
 
JettyForker - Class in org.eclipse.jetty.ee10.maven.plugin
JettyForker Uses quickstart to generate a webapp and forks a process to run it.
JettyForker() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.JettyForker
 
jettyHome - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Location of jetty home directory
JettyHomeForker - Class in org.eclipse.jetty.ee10.maven.plugin
JettyHomeBaseForker Unpacks a jetty-home and configures it with a base that allows it to run an unassembled webapp.
JettyHomeForker() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.JettyHomeForker
 
jettyHomeZip - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Location of Jetty home zipped
jettyOptions - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Extra options that can be passed to the jetty command line
jettyProperties - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Optional jetty properties to put on the command line
JettyRunMojo - Class in org.eclipse.jetty.ee10.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.ee10.maven.plugin.JettyRunMojo
 
JettyRunWarMojo - Class in org.eclipse.jetty.ee10.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.ee10.maven.plugin.JettyRunWarMojo
 
JettyStartMojo - Class in org.eclipse.jetty.ee10.maven.plugin
This goal is similar to the jetty:run goal in that it it starts jetty on an unassembled webapp, EXCEPT that it is designed to be bound to an execution inside your pom.
JettyStartMojo() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.JettyStartMojo
 
JettyStartWarMojo - Class in org.eclipse.jetty.ee10.maven.plugin
This goal is used to run Jetty with any pre-assembled war.
JettyStartWarMojo() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.JettyStartWarMojo
 
JettyStopMojo - Class in org.eclipse.jetty.ee10.maven.plugin
This goal stops a running instance of jetty.
JettyStopMojo() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.JettyStopMojo
 
jettyXmls - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
List of jetty xml configuration files whose contents will be applied (in order declared) before any plugin configuration.
jvmArgs - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Arbitrary jvm args to pass to the forked process

L

LIB_JARS - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
loginServices - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
List of security realms to set up.

M

main(String[]) - Static method in class org.eclipse.jetty.ee10.maven.plugin.JettyForkedChild
 
MavenMetaInfConfiguration - Class in org.eclipse.jetty.ee10.maven.plugin
MavenMetaInfConfiguration MetaInfConfiguration to take account of overlaid wars expressed as project dependencies and potential configured via the maven-war-plugin.
MavenMetaInfConfiguration() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.MavenMetaInfConfiguration
 
mavenProjectHelper - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Helper for interacting with the maven project space
MavenQuickStartConfiguration - Class in org.eclipse.jetty.ee10.maven.plugin
MavenQuickStartConfiguration
MavenQuickStartConfiguration() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.MavenQuickStartConfiguration
 
MavenWebAppContext - Class in org.eclipse.jetty.ee10.maven.plugin
MavenWebAppContext
MavenWebAppContext() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
MavenWebInfConfiguration - Class in org.eclipse.jetty.ee10.maven.plugin
MavenWebInfConfiguration
MavenWebInfConfiguration() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.MavenWebInfConfiguration
 
maxChildStartCheckMs - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
How long to wait in msec between checks to see if jetty has started correctly when running in FORK or EXTERNAL mode.
maxChildStartChecks - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Max number of times to check to see if jetty has started correctly when running in FORK or EXTERNAL mode.
mergedSystemProperties - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
System properties from both systemPropertyFile and systemProperties.
mergeSystemProperties() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Unite system properties set via systemPropertiesFile element and the systemProperties element.
modules - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Optional list of other modules to activate.

N

newConfigurations() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
newJettyEmbedder() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
newJettyEmbedder() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyForkedChild
 
newJettyForker() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
newJettyHomeForker() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 

O

org.eclipse.jetty.ee10.jetty_ee10_maven_plugin - package org.eclipse.jetty.ee10.jetty_ee10_maven_plugin
 
org.eclipse.jetty.ee10.maven.plugin - package org.eclipse.jetty.ee10.maven.plugin
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
originalBaseResource - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Webapp base before applying overlays etc
OVERRIDE_DESCRIPTORS - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 

P

plugin - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
This plugin
pluginArtifacts - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
The artifacts for the plugin itself.
project - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
The maven project.
projectArtifacts - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
The artifacts for the project.
providedJars - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
List of jars with scope=provided

Q

QUICKSTART_WEB_XML - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
QuickStartGenerator - Class in org.eclipse.jetty.ee10.maven.plugin
Run enough of jetty in order to generate a quickstart file for a webapp.
QuickStartGenerator(Path, MavenWebAppContext) - Constructor for class org.eclipse.jetty.ee10.maven.plugin.QuickStartGenerator
 

R

reactorProjects - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
redeployWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyEmbedder
 
redeployWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyForker
 
redeployWebApp() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyHomeForker
 
replaces() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenMetaInfConfiguration
 
replaces() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenQuickStartConfiguration
 
replaces() - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebInfConfiguration
 
requestLog - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
A RequestLog implementation to use for the webapp at runtime.
restartWebApp(boolean) - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
Stop an executing webapp and restart it after optionally reconfiguring it.
restartWebApp(boolean) - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
 

S

scan - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
Controls redeployment of the webapp.
scan - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
The interval in seconds to pause before checking if changes have occurred and re-deploying as necessary.
scanClassesPattern - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractUnassembledWebAppMojo
An optional pattern for includes/excludes of classes in the classesDirectory
scanner - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
Scanner to check for files changes to cause redeploy
scanner - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
Scanner to check for files changes to cause redeploy
scanTargetPatterns - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
List of directories with ant-style <include> and <exclude> patterns for extra targets to periodically scan for changes.Optional.
scanTestClassesPattern - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractUnassembledWebAppMojo
An optional pattern for includes/excludes of classes in the testClassesDirectory
server - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
A wrapper for the Server object
setBaseAppFirst(boolean) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
setBaseDir(File) - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyHomeForker
 
setClasses(File) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
setContainerIncludeJarPattern(String) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
setContextXml(String) - Method in class org.eclipse.jetty.ee10.maven.plugin.QuickStartGenerator
Set a context xml file to apply to the webapp.
setJettyEnvXml(String) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
setOriginAttribute(String) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
Set the name of the attribute that is used in each generated xml element to indicate the source of the xml element (eg annotation, web.xml etc).
setOverlays(List<Overlay>) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
Ordered list of wars to overlay on top of the current project.
setResourceBases(String[]) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
This method is provided as a convenience for jetty maven plugin configuration
setServer(Server) - Method in class org.eclipse.jetty.ee10.maven.plugin.QuickStartGenerator
Set the server to use.
setTestClasses(File) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
setWebApp(MavenWebAppContext) - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyEmbedder
 
setWebApp(MavenWebAppContext) - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyForker
 
setWebApp(MavenWebAppContext) - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyHomeForker
 
setWebAppProps(Path) - Method in class org.eclipse.jetty.ee10.maven.plugin.QuickStartGenerator
Set properties file describing the webapp.
setWebInfIncludeJarPattern(String) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
setWebInfLib(List<File>) - Method in class org.eclipse.jetty.ee10.maven.plugin.MavenWebAppContext
 
skip - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Skip this mojo execution.
startJetty() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
startJettyEmbedded() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
startJettyEmbedded() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyEffectiveWebXml
 
startJettyEmbedded() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
 
startJettyEmbedded() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
Start a jetty instance in process to run the built war.
startJettyEmbedded() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStartMojo
Starts the webapp - without first compiling the classes - in the same process as maven.
startJettyEmbedded() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStartWarMojo
Start a jetty instance in process to run given war.
startJettyEmbedded() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStopMojo
 
startJettyForked() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
startJettyForked() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyEffectiveWebXml
 
startJettyForked() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
 
startJettyForked() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
Fork a jetty instance to run the built war.
startJettyForked() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStartMojo
Start the webapp in a forked jetty process.
startJettyForked() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStartWarMojo
Fork a jetty instance to run the given war.
startJettyForked() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStopMojo
 
startJettyHome() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
 
startJettyHome() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyEffectiveWebXml
 
startJettyHome() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunMojo
 
startJettyHome() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
Deploy the built war to a jetty distro.
startJettyHome() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStartMojo
Start the webapp in a forked jetty distribution.
startJettyHome() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStartWarMojo
Fork a jetty distro to run the given war.
startJettyHome() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStopMojo
 
startScanner() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
 
stopKey - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
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.ee10.maven.plugin.AbstractWebAppMojo
Port to listen to stop jetty on executing -DSTOP.PORT=<stopPort> -DSTOP.KEY=<stopKey> -jar start.jar --stop
stopWait - Variable in class org.eclipse.jetty.ee10.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.ee10.maven.plugin.JettyEmbedder
 
supportedPackagings - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Default supported project type is war packaging.
systemProperties - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
System properties to set before execution.
systemPropertiesFile - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
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.

T

target - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
The target directory
TEST_CLASSES_DIR - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
testClassesDirectory - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractUnassembledWebAppMojo
The directory containing generated test classes.
TMP_DIR - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
TMP_DIR_PERSIST - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
toProperties(MavenWebAppContext, File, String) - Static method in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
Convert a webapp to properties stored in a file.

U

useProvidedScope - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
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.ee10.maven.plugin.AbstractWebAppMojo
If true, the <testOutputDirectory> and the dependencies of <scope>test<scope> will be put first on the runtime classpath.

V

valueOf(String) - Static method in enum class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo.DeploymentMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo.DeploymentMode
Returns an array containing the constants of this enum class, in the order they are declared.
verifyPomConfiguration() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractUnassembledWebAppMojo
 
verifyPomConfiguration() - Method in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
Used by subclasses.
verifyPomConfiguration() - Method in class org.eclipse.jetty.ee10.maven.plugin.JettyStartWarMojo
 

W

war - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyRunWarMojo
 
WAR_FILE - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
warArtifacts - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
List of deps that are wars
WEB_XML - Static variable in class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
webApp - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
An instance of org.eclipse.jetty.ee10.webapp.WebAppContext that represents the webapp.
webApp - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyEmbedder
 
webApp - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyForker
 
webApp - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyHomeForker
 
WebAppPropertyConverter - Class in org.eclipse.jetty.ee10.maven.plugin
WebAppPropertyConverter Converts a webapp's configuration to a properties file, and vice versa.
WebAppPropertyConverter() - Constructor for class org.eclipse.jetty.ee10.maven.plugin.WebAppPropertyConverter
 
webAppSourceDirectory - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractUnassembledWebAppMojo
Default root directory for all html/jsp etc files.
webAppSourceDirectory - Variable in class org.eclipse.jetty.ee10.maven.plugin.JettyStartWarMojo
 
webXml - Variable in class org.eclipse.jetty.ee10.maven.plugin.AbstractUnassembledWebAppMojo
The default location of the web.xml file.
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values