Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- accept(File, String) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider.Filter
- add(Edge) - Method in class org.eclipse.jetty.deploy.graph.Route
- addApp(App) - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
Receive an app for processing.
- addAppProvider(AppProvider) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- addBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
- addBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
- addBindings(AppLifeCycle.Binding[]) - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
- addEdge(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
- addEdge(Edge) - Method in class org.eclipse.jetty.deploy.graph.Graph
- addLifeCycleBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- addNode(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
- addScannerListener(Scanner.Listener) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- App - Class in org.eclipse.jetty.deploy
-
The information about an App that is managed by the
DeploymentManager
. - App(DeploymentManager, AppProvider, Path) - Constructor for class org.eclipse.jetty.deploy.App
-
Create an App with specified Origin ID and archivePath
- AppEntry() - Constructor for class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
- AppLifeCycle - Class in org.eclipse.jetty.deploy
-
The lifecycle of an App in the
DeploymentManager
. - AppLifeCycle() - Constructor for class org.eclipse.jetty.deploy.AppLifeCycle
- AppLifeCycle.Binding - Interface in org.eclipse.jetty.deploy
- AppProvider - Interface in org.eclipse.jetty.deploy
-
Object responsible for providing
App
s to theDeploymentManager
C
- ContextProvider - Class in org.eclipse.jetty.deploy.providers
-
The webapps directory scanning provider.
- ContextProvider() - Constructor for class org.eclipse.jetty.deploy.providers.ContextProvider
- ContextProvider.Filter - Class in org.eclipse.jetty.deploy.providers
- createApp(Path) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
-
Called by the Scanner.DiscreteListener to create a new App object.
- createContextHandler(App) - Method in interface org.eclipse.jetty.deploy.AppProvider
-
Create a ContextHandler for an App
- createContextHandler(App) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
D
- DebugBinding - Class in org.eclipse.jetty.deploy.bindings
- DebugBinding(String) - Constructor for class org.eclipse.jetty.deploy.bindings.DebugBinding
- DebugBinding(String...) - Constructor for class org.eclipse.jetty.deploy.bindings.DebugBinding
- DEPLOYED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
- DEPLOYING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
- DeploymentManager - Class in org.eclipse.jetty.deploy
-
The Deployment Manager.
- DeploymentManager() - Constructor for class org.eclipse.jetty.deploy.DeploymentManager
- DeploymentManager.AppEntry - Class in org.eclipse.jetty.deploy
-
Represents a single tracked app within the deployment manager.
- DeploymentManagerMBean - Class in org.eclipse.jetty.deploy.jmx
- DeploymentManagerMBean(Object) - Constructor for class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- doStart() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- doStart() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- doStop() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- doStop() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
E
- Edge - Class in org.eclipse.jetty.deploy.graph
-
Basic Graph Edge
- Edge(Node, Node) - Constructor for class org.eclipse.jetty.deploy.graph.Edge
- edges() - Method in class org.eclipse.jetty.deploy.graph.Route
- equals(Object) - Method in class org.eclipse.jetty.deploy.graph.Edge
- equals(Object) - Method in class org.eclipse.jetty.deploy.graph.Node
- exists(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
F
- FAILED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
- Filter() - Constructor for class org.eclipse.jetty.deploy.providers.ContextProvider.Filter
- findCoreContextClassLoader(Path) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
- findEdges(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Find all edges that are connected to the specific node, both as an outgoing
Edge.getFrom()
or incomingEdge.getTo()
end point. - findEdgesFrom(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Find all edges that are connected
Edge.getFrom()
the specific node. - firstEdge() - Method in class org.eclipse.jetty.deploy.graph.Route
- firstNode() - Method in class org.eclipse.jetty.deploy.graph.Route
- forkRoute() - Method in class org.eclipse.jetty.deploy.graph.Route
G
- getApp() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
- getApp(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getApp(Path) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getAppEntries() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getAppProvider() - Method in class org.eclipse.jetty.deploy.App
- getAppProviders() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getAppProviders() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- getApps() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getApps() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- getApps(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getApps(String) - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- getApps(Node) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getAppsWithSameContext(App) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getBindings() - Method in class org.eclipse.jetty.deploy.AppLifeCycle
-
Get all
Node
bound objects. - getBindings(String) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
-
Get all objects bound to a specific
Node
- getBindings(Node) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
-
Get all objects bound to a specific
Node
- getBindingTargets() - Method in interface org.eclipse.jetty.deploy.AppLifeCycle.Binding
-
Get a list of targets that this implementation should bind to.
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.DebugBinding
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardDeployer
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardStarter
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardStopper
- getBindingTargets() - Method in class org.eclipse.jetty.deploy.bindings.StandardUndeployer
- getConfigurationClasses() - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
-
This is equivalent to getting the
Deployable.CONFIGURATION_CLASSES
property. - getContextHandler() - Method in class org.eclipse.jetty.deploy.App
-
Get ContextHandler for the App.
- getContextPath() - Method in class org.eclipse.jetty.deploy.App
-
The context path
App
relating to how it is installed on the jetty server side. - getContexts() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getContexts() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- getDefaultEnvironmentName() - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
Get the default
Environment
name for deployed applications. - getDefaultLifeCycleGoal() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getDefaultsDescriptor() - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
-
Get the defaultsDescriptor.
- getDeployedApps() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- getDeploymentManager() - Method in class org.eclipse.jetty.deploy.App
- getDeploymentManager() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
-
Get the deploymentManager.
- getEdge(int) - Method in class org.eclipse.jetty.deploy.graph.Route
- getEdges() - Method in class org.eclipse.jetty.deploy.graph.Graph
- getEdges() - Method in class org.eclipse.jetty.deploy.graph.Route
- getEnvironmentName() - Method in class org.eclipse.jetty.deploy.App
-
Get the environment name.
- getEnvironmentName() - Method in interface org.eclipse.jetty.deploy.AppProvider
- getEnvironmentName() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- getFrom() - Method in class org.eclipse.jetty.deploy.graph.Edge
- getLifeCycle() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getLifeCycleBindings() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getLifecyleNode() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
- getMonitoredDirName() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- getMonitoredDirResource() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- getMonitoredResources() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- getName() - Method in class org.eclipse.jetty.deploy.graph.Node
- getNode(int) - Method in class org.eclipse.jetty.deploy.graph.Route
- getNodeByName(String) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Get the Node by Name.
- getNodes() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getNodes() - Method in class org.eclipse.jetty.deploy.graph.Graph
- getNodes() - Method in class org.eclipse.jetty.deploy.graph.Route
- getNodes() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- getPath() - Method in class org.eclipse.jetty.deploy.App
-
The origin of this
App
as specified by theAppProvider
- getPath(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Convenience method for
Graph.getPath(Node, Node)
- getPath(Node, Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Using BFS (Breadth First Search) return the path from a any arbitrary node to any other.
- getProperties() - Method in class org.eclipse.jetty.deploy.App
- getProperties() - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
- getScanInterval() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- getServer() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- getStateTimestamps() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
- getTo() - Method in class org.eclipse.jetty.deploy.graph.Edge
- getVersion() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
- Graph - Class in org.eclipse.jetty.deploy.graph
-
Basic directed graph implementation
- Graph() - Constructor for class org.eclipse.jetty.deploy.graph.Graph
- GraphOutputDot - Class in org.eclipse.jetty.deploy.graph
-
Output the Graph in GraphViz Dot format.
H
- hashCode() - Method in class org.eclipse.jetty.deploy.graph.Edge
- hashCode() - Method in class org.eclipse.jetty.deploy.graph.Node
I
- initializeContextHandler(Object, Path, Map<String, String>) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
- initializeContextPath(ContextHandler, Path) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
- insertLifeCycleNode(String, String, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
Convenience method to allow for insertion of nodes into the lifecycle.
- insertNode(Edge, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Convenience method for
Graph.insertNode(Edge, Node)
- insertNode(Edge, Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
-
Insert an arbitrary node on an existing edge.
- isDeployable(Path) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
- isEmpty() - Method in class org.eclipse.jetty.deploy.graph.Route
- isExtractWars() - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
-
Get the extractWars.
- isParentLoaderPriority() - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
-
Get the parentLoaderPriority.
- isUseRealPaths() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- isUseStandardBindings() - Method in class org.eclipse.jetty.deploy.DeploymentManager
L
- lastEdge() - Method in class org.eclipse.jetty.deploy.graph.Route
- lastNode() - Method in class org.eclipse.jetty.deploy.graph.Route
- loadProperties(Resource) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
- loadPropertiesFromPath(Path) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
- loadPropertiesFromString(String) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
N
- Node - Class in org.eclipse.jetty.deploy.graph
-
Basic Graph Node
- Node(String) - Constructor for class org.eclipse.jetty.deploy.graph.Node
- nodes() - Method in class org.eclipse.jetty.deploy.graph.Route
O
- OrderedGroupBinding - Class in org.eclipse.jetty.deploy.bindings
-
Provides a way of forcing the ordered execution of bindings within a declared binding target.
- OrderedGroupBinding(String[]) - Constructor for class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
- org.eclipse.jetty.deploy - module org.eclipse.jetty.deploy
- org.eclipse.jetty.deploy - package org.eclipse.jetty.deploy
-
Jetty Deploy : Webapp Deploy Management
- org.eclipse.jetty.deploy.bindings - package org.eclipse.jetty.deploy.bindings
-
Jetty Deploy : Standard Deployment Bindings
- org.eclipse.jetty.deploy.graph - package org.eclipse.jetty.deploy.graph
-
Jetty Deploy : Deployment Graph
- org.eclipse.jetty.deploy.jmx - package org.eclipse.jetty.deploy.jmx
-
Jetty Deploy : JMX Integration
- org.eclipse.jetty.deploy.providers - package org.eclipse.jetty.deploy.providers
-
Jetty Deploy : Webapp Deployment Providers
P
- pathAdded(Path) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
- pathAdded(Path) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- pathChanged(Path) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- pathRemoved(Path) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- processBinding(Node, App) - Method in interface org.eclipse.jetty.deploy.AppLifeCycle.Binding
-
Event called to process a
AppLifeCycle
binding. - processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.DebugBinding
- processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.OrderedGroupBinding
- processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardDeployer
- processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardStarter
- processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardStopper
- processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.StandardUndeployer
R
- removeApp(App) - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
Remove the app from the tracking of the DeploymentManager
- removeAppProvider(AppProvider) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- removeBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
- removeEdge(String, String) - Method in class org.eclipse.jetty.deploy.graph.Graph
- removeEdge(Edge) - Method in class org.eclipse.jetty.deploy.graph.Graph
- removeNode(Node) - Method in class org.eclipse.jetty.deploy.graph.Graph
- requestAppGoal(String, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
Move an
App
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state. - requestAppGoal(String, String) - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
- requestAppGoal(App, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
Move an
App
through theAppLifeCycle
to the desiredNode
, executing each lifecycle step in the process to reach the desired state. - Route - Class in org.eclipse.jetty.deploy.graph
- Route() - Constructor for class org.eclipse.jetty.deploy.graph.Route
- runBindings(Node, App, DeploymentManager) - Method in class org.eclipse.jetty.deploy.AppLifeCycle
S
- scan() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- ScanningAppProvider - Class in org.eclipse.jetty.deploy.providers
- ScanningAppProvider() - Constructor for class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- ScanningAppProvider(FilenameFilter) - Constructor for class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- setAppProviders(Collection<AppProvider>) - Method in class org.eclipse.jetty.deploy.DeploymentManager
-
Set the AppProviders.
- setConfigurationClasses(String) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
-
This is equivalent to setting the
Deployable.CONFIGURATION_CLASSES
property. - setConfigurationClasses(String[]) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
-
This is equivalent to setting the
Deployable.CONFIGURATION_CLASSES
property. - setContexts(ContextHandlerCollection) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- setDefaultLifeCycleGoal(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- setDefaultsDescriptor(String) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
-
Set the defaultsDescriptor.
- setDeploymentManager(DeploymentManager) - Method in interface org.eclipse.jetty.deploy.AppProvider
-
Set the Deployment Manager
- setDeploymentManager(DeploymentManager) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- setEdges(Set<Edge>) - Method in class org.eclipse.jetty.deploy.graph.Graph
- setEnvironmentName(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- setExtractWars(boolean) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
-
Set the extractWars.
- setFilenameFilter(FilenameFilter) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- setLifeCycleBindings(Collection<AppLifeCycle.Binding>) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- setMonitoredDirectories(Collection<String>) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- setMonitoredDirName(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- setMonitoredDirResource(Resource) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- setMonitoredResources(List<Resource>) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- setNodes(Set<Node>) - Method in class org.eclipse.jetty.deploy.graph.Graph
- setParentLoaderPriority(boolean) - Method in class org.eclipse.jetty.deploy.providers.ContextProvider
-
Set the parentLoaderPriority.
- setScanInterval(int) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- setUseRealPaths(boolean) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
- setUseStandardBindings(boolean) - Method in class org.eclipse.jetty.deploy.DeploymentManager
- StandardDeployer - Class in org.eclipse.jetty.deploy.bindings
- StandardDeployer() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardDeployer
- StandardStarter - Class in org.eclipse.jetty.deploy.bindings
- StandardStarter() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardStarter
- StandardStopper - Class in org.eclipse.jetty.deploy.bindings
- StandardStopper() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardStopper
- StandardUndeployer - Class in org.eclipse.jetty.deploy.bindings
- StandardUndeployer() - Constructor for class org.eclipse.jetty.deploy.bindings.StandardUndeployer
- STARTED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
- STARTING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
- STOPPING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
T
- toString() - Method in class org.eclipse.jetty.deploy.App
- toString() - Method in class org.eclipse.jetty.deploy.graph.Edge
- toString() - Method in class org.eclipse.jetty.deploy.graph.Node
- toString() - Method in class org.eclipse.jetty.deploy.graph.Route
- toString() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
U
- undeployAll() - Method in class org.eclipse.jetty.deploy.DeploymentManager
- UNDEPLOYED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
- UNDEPLOYING - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
W
- write(Graph, File) - Static method in class org.eclipse.jetty.deploy.graph.GraphOutputDot
All Classes and Interfaces|All Packages|Constant Field Values