Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addEventListener(EventListener) - Method in class org.eclipse.jetty.deploy.StandardDeployer
- addWebappsDirectory(Path) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- applyXml(Server, Object, Path, Environment, Attributes) - Method in class org.eclipse.jetty.deploy.StandardContextHandlerFactory
C
- configureEnvironment(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
-
Configure the Environment specific Deploy settings.
- ContextHandlerFactory - Interface in org.eclipse.jetty.deploy
-
A factory to create a ContextHandler from a set of associated files.
D
- DEFAULT_CONTEXT_HANDLER_CLASS_ATTRIBUTE - Static variable in interface org.eclipse.jetty.deploy.ContextHandlerFactory
-
The attribute name for the value holding the default class to used for creating
ContextHandlerin the environment - deploy(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer
-
Deploy a ContextHandler to the server, and start it if appropriate.
- deploy(ContextHandler) - Method in class org.eclipse.jetty.deploy.StandardDeployer
- DEPLOY - Enum constant in enum class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction.Type
- DeployAction(DeploymentScanner.DeployAction.Type, String) - Constructor for record class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction
-
Creates an instance of a
DeployActionrecord class. - Deployer - Interface in org.eclipse.jetty.deploy
-
Deployer for ContextHandlers
- Deployer.Listener - Interface in org.eclipse.jetty.deploy
- DeploymentScanner - Class in org.eclipse.jetty.deploy
-
Jetty WebApp Hot Deployment Scanner.
- DeploymentScanner(Server) - Constructor for class org.eclipse.jetty.deploy.DeploymentScanner
-
Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to the
Deployerfor eventual deployment to its configured destination. - DeploymentScanner(Server, Deployer) - Constructor for class org.eclipse.jetty.deploy.DeploymentScanner
-
Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to the
Deployerfor eventual deployment to its configured destination. - DeploymentScanner(Server, Deployer, FilenameFilter) - Constructor for class org.eclipse.jetty.deploy.DeploymentScanner
-
Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to the
Deployerfor eventual deployment to its configured destination. - DeploymentScanner(Server, Deployer, FilenameFilter, ContextHandlerFactory) - Constructor for class org.eclipse.jetty.deploy.DeploymentScanner
-
Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to the
Deployerfor eventual deployment to its configured destination. - DeploymentScanner(Server, Deployer, ContextHandlerFactory) - Constructor for class org.eclipse.jetty.deploy.DeploymentScanner
-
Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to the
Deployerfor eventual deployment to its configured destination. - DeploymentScanner.DeployAction - Record Class in org.eclipse.jetty.deploy
- DeploymentScanner.DeployAction.Type - Enum Class in org.eclipse.jetty.deploy
- DeploymentScanner.EnvironmentConfig - Class in org.eclipse.jetty.deploy
-
Builder of a deployment configuration for a specific
Environment. - doStart() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- doStop() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- dump(Appendable, String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
E
- ENVIRONMENT_ATTRIBUTE - Static variable in interface org.eclipse.jetty.deploy.ContextHandlerFactory
-
The attribute name for the environment name.
- ENVIRONMENT_XML_PATHS_ATTRIBUTE - Static variable in interface org.eclipse.jetty.deploy.ContextHandlerFactory
-
Attribute name that stores the
List<Path>pointing to XML files that represent the Environment XML files to apply to the ContextHandler has been created. - equals(Object) - Method in record class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction
-
Indicates whether some other object is "equal to" this one.
G
- getActionComparator() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- getContexts() - Method in class org.eclipse.jetty.deploy.StandardDeployer
- getEnvironmentsDirectory() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- getEnvironmentsOrder() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- getScanInterval() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- getWebappDirectories() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
H
- hashCode() - Method in record class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction
-
Returns a hash code value for this object.
I
- initializeContextHandler(ContextHandler, Path, Attributes) - Method in class org.eclipse.jetty.deploy.StandardContextHandlerFactory
- initializeContextPath(ContextHandler, Path, Attributes) - Method in class org.eclipse.jetty.deploy.StandardContextHandlerFactory
- isDeferInitialScan() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
-
Test if initial scan should be deferred.
- isUseRealPaths() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
-
If
Scanneris configured toreportRealPaths.
L
- loadProperties(Path) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
Load a java properties file as a set of Attributes for this Environment.
- loadPropertiesFromPathName(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
Convenience method for
loadProperties(Path.of(pathName)), called from Jetty XML files.
N
- name() - Method in record class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction
-
Returns the value of the
namerecord component. - newContextHandler(Server, Environment, Path, Set<Path>, Attributes) - Method in interface org.eclipse.jetty.deploy.ContextHandlerFactory
- newContextHandler(Server, Environment, Path, Set<Path>, Attributes) - Method in class org.eclipse.jetty.deploy.StandardContextHandlerFactory
O
- onCreated(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
-
Called when a
ContextHandleris first seen by theDeployer. - onDeployed(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
-
Event called when a
ContextHandleris bothstartedand added to theContextHandlerCollection. - onDeploying(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
-
Event called when a
ContextHandleris added to theContextHandlerCollection. - onFailure(ContextHandler, Throwable) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
-
Event called when a
ContextHandlerisfailed. - onRemoved(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
-
Called when a
ContextHandleris last seen by theDeployer. - onStarted(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
-
Event called when a
ContextHandlerisstarted. - onStarting(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
-
Event called when a
ContextHandlerisstarting. - onStopped(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
-
Event called when a
ContextHandlerisstopped. - onStopping(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
-
Event called when a
ContextHandlerisstopping. - onUndeployed(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
- onUndeploying(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
-
Event called when a
ContextHandleris removed from theContextHandlerCollection. - org.eclipse.jetty.deploy - module org.eclipse.jetty.deploy
- org.eclipse.jetty.deploy - package org.eclipse.jetty.deploy
-
Jetty Deploy : Deploy Management
P
- pathsChanged(Map<Path, Scanner.Notification>) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
-
This is the listener event for Scanner to report changes.
R
- redeploy(ContextHandler, ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer
-
Redeploy a ContextHandler to the server, and start it if appropriate.
- redeploy(ContextHandler, ContextHandler) - Method in class org.eclipse.jetty.deploy.StandardDeployer
- REDEPLOY - Enum constant in enum class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction.Type
- removeEventListener(EventListener) - Method in class org.eclipse.jetty.deploy.StandardDeployer
S
- scan() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- setActionComparator(Comparator<DeploymentScanner.DeployAction>) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- setConfigurationClasses(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
This is equivalent to setting the
Deployable.CONFIGURATION_CLASSESattribute. - setConfigurationClasses(String[]) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
This is equivalent to setting the
Deployable.CONFIGURATION_CLASSESproperty. - setContainerScanJarPattern(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
This is equivalent to setting the
Deployable.CONTAINER_SCAN_JARSproperty. - setDefaultContextHandlerClass(Class<? extends ContextHandler>) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
The default class that this environment uses to create
ContextHandlerinstances (supports a class that implementsjava.util.function.Supplier<ContextHandler>as well). - setDefaultContextHandlerClassName(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
The name of the default class that this environment uses to create
ContextHandlerinstances (supports a class that implementsjava.util.function.Supplier<ContextHandler>as well). - setDefaultsDescriptor(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
Set the defaultsDescriptor.
- setDeferInitialScan(boolean) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
-
Flag to control initial scan behavior.
- setEnvironmentsDirectory(Path) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- setEnvironmentsOrder(List<String>) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- setExtractWars(boolean) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
This is equivalent to setting the
Deployable.EXTRACT_WARSattribute. - setParentLoaderPriority(boolean) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
This is equivalent to setting the
Deployable.PARENT_LOADER_PRIORITYattribute. - setScanInterval(int) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- setServletContainerInitializerExclusionPattern(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
This is equivalent to setting the
Deployable.SCI_EXCLUSION_PATTERNproperty. - setServletContainerInitializerOrder(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
This is equivalent to setting the
Deployable.SCI_ORDERproperty. - setUseRealPaths(boolean) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
-
Tells
ScannertoreportRealPaths. - setWebappDirectories(Collection<Path>) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- setWebInfScanJarPattern(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
-
This is equivalent to setting the
Deployable.WEBINF_SCAN_JARSproperty. - StandardContextHandlerFactory - Class in org.eclipse.jetty.deploy
-
Creates a
ContextHandlerfrom a WAR file and/or one or more XML files and property files. - StandardContextHandlerFactory() - Constructor for class org.eclipse.jetty.deploy.StandardContextHandlerFactory
- StandardDeployer - Class in org.eclipse.jetty.deploy
-
A Direct
Deployerimplementation. - StandardDeployer(ContextHandlerCollection) - Constructor for class org.eclipse.jetty.deploy.StandardDeployer
- StandardDeployer(ContextHandlerCollection, boolean) - Constructor for class org.eclipse.jetty.deploy.StandardDeployer
T
- toString() - Method in record class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction
-
Returns a string representation of this record class.
- toString() - Method in class org.eclipse.jetty.deploy.DeploymentScanner
- toString() - Method in class org.eclipse.jetty.deploy.StandardDeployer
- type() - Method in record class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction
-
Returns the value of the
typerecord component.
U
- undeploy(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer
-
Undeploy and stop a ContextHandler.
- undeploy(ContextHandler) - Method in class org.eclipse.jetty.deploy.StandardDeployer
- UNDEPLOY - Enum constant in enum class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction.Type
V
- valueOf(String) - Static method in enum class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction.Type
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.eclipse.jetty.deploy.DeploymentScanner.DeployAction.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values