Index

A C D E G H I L N O P R S T U V 
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 ContextHandler in 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 DeployAction record 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 Deployer for 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 Deployer for 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 Deployer for 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 Deployer for 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 Deployer for 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 Scanner is configured to reportRealPaths.

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 name record 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 ContextHandler is first seen by the Deployer.
onDeployed(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
Event called when a ContextHandler is both started and added to the ContextHandlerCollection.
onDeploying(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
Event called when a ContextHandler is added to the ContextHandlerCollection.
onFailure(ContextHandler, Throwable) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
Event called when a ContextHandler is failed.
onRemoved(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
Called when a ContextHandler is last seen by the Deployer.
onStarted(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
Event called when a ContextHandler is started.
onStarting(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
Event called when a ContextHandler is starting.
onStopped(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
Event called when a ContextHandler is stopped.
onStopping(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
Event called when a ContextHandler is stopping.
onUndeployed(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
Event called when a ContextHandler is both stopped and removed from the ContextHandlerCollection.
onUndeploying(ContextHandler) - Method in interface org.eclipse.jetty.deploy.Deployer.Listener
Event called when a ContextHandler is removed from the ContextHandlerCollection.
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_CLASSES attribute.
setConfigurationClasses(String[]) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
This is equivalent to setting the Deployable.CONFIGURATION_CLASSES property.
setContainerScanJarPattern(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
This is equivalent to setting the Deployable.CONTAINER_SCAN_JARS property.
setDefaultContextHandlerClass(Class<? extends ContextHandler>) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
The default class that this environment uses to create ContextHandler instances (supports a class that implements java.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 ContextHandler instances (supports a class that implements java.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_WARS attribute.
setParentLoaderPriority(boolean) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
This is equivalent to setting the Deployable.PARENT_LOADER_PRIORITY attribute.
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_PATTERN property.
setServletContainerInitializerOrder(String) - Method in class org.eclipse.jetty.deploy.DeploymentScanner.EnvironmentConfig
This is equivalent to setting the Deployable.SCI_ORDER property.
setUseRealPaths(boolean) - Method in class org.eclipse.jetty.deploy.DeploymentScanner
Tells Scanner to reportRealPaths.
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_JARS property.
StandardContextHandlerFactory - Class in org.eclipse.jetty.deploy
Creates a ContextHandler from 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 Deployer implementation.
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 type record 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.
A C D E G H I L N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values