- 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.
- scanList - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
List of files and directories to scan
- scanner - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
A scanner to check for changes to the webapp
- scannerListeners - Variable in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
List of Listeners for the scanner
- 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.
- 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
- 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) - 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
-
- 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) - 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
-
- setRequestLog(RequestLog) - Method in class org.eclipse.jetty.maven.plugin.JettyServer
-
- 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
-
- 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.
- Starter.Artifact(String) - Constructor for class org.eclipse.jetty.maven.plugin.Starter.Artifact
-
- Starter.Artifact(String, String, String) - Constructor for class org.eclipse.jetty.maven.plugin.Starter.Artifact
-
- startJetty() - Method in class org.eclipse.jetty.maven.plugin.AbstractJettyMojo
-
- startJettyRunner() - Method in class org.eclipse.jetty.maven.plugin.JettyRunForkedMojo
-
- 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.JettyRunForkedMojo
-
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.JettyRunForkedMojo
-
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
- 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
-