A C D E F G I O P R S T U W _ 
All Classes All Packages

A

accept(File, String) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider.Filter
 
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
 
addLifeCycleBinding(AppLifeCycle.Binding) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
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, String) - Constructor for class org.eclipse.jetty.deploy.App
Create an App with specified Origin ID and archivePath
App(DeploymentManager, AppProvider, String, ContextHandler) - 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 Apps to the DeploymentManager

C

ConfigurationManager - Interface in org.eclipse.jetty.deploy
ConfigurationManager Type for allow injection of property values for replacement in jetty xml files during deployment.
createApp(String) - 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.WebAppProvider
 

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
 
DebugListenerBinding - Class in org.eclipse.jetty.deploy.bindings
A Deployment binding that installs a DebugListener in all deployed contexts
DebugListenerBinding() - Constructor for class org.eclipse.jetty.deploy.bindings.DebugListenerBinding
 
DebugListenerBinding(DebugListener) - Constructor for class org.eclipse.jetty.deploy.bindings.DebugListenerBinding
 
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
 
dump() - Method in class org.eclipse.jetty.deploy.PropertiesConfigurationManager
 
dump(Appendable, String) - Method in class org.eclipse.jetty.deploy.PropertiesConfigurationManager
 

E

exists(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 

F

FAILED - Static variable in class org.eclipse.jetty.deploy.AppLifeCycle
 
fileAdded(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
fileAdded(String) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
 
fileChanged(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
fileChanged(String) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
 
fileRemoved(String) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
fileRemoved(String) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
 
Filter() - Constructor for class org.eclipse.jetty.deploy.providers.WebAppProvider.Filter
 

G

getApp() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
getAppByOriginId(String) - 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
Get Set of Apps by Node
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.GlobalWebappConfigBinding
 
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.WebAppProvider
 
getConfigurationManager() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
 
getContextAttribute(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Get a contextAttribute that will be set for every Context deployed by this provider.
getContextAttributes() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getContextHandler() - Method in class org.eclipse.jetty.deploy.App
Get ContextHandler for the App.
getContextId() - Method in class org.eclipse.jetty.deploy.App
Deprecated.
Use getContextPath instead.
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
 
getDebugListener() - Method in class org.eclipse.jetty.deploy.bindings.DebugListenerBinding
 
getDefaultLifeCycleGoal() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getDefaultsDescriptor() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
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.
getFile() - Method in class org.eclipse.jetty.deploy.PropertiesConfigurationManager
 
getJettyXml() - Method in class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
 
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
 
getNodes() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
getNodes() - Method in class org.eclipse.jetty.deploy.jmx.DeploymentManagerMBean
 
getOriginId() - Method in class org.eclipse.jetty.deploy.App
The origin of this App as specified by the AppProvider
getProperties() - Method in interface org.eclipse.jetty.deploy.ConfigurationManager
 
getProperties() - Method in class org.eclipse.jetty.deploy.PropertiesConfigurationManager
 
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
 
getTempDir() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Get the user supplied Work Directory.
getVersion() - Method in class org.eclipse.jetty.deploy.DeploymentManager.AppEntry
 
GlobalWebappConfigBinding - Class in org.eclipse.jetty.deploy.bindings
Provides a way of globally setting various aspects of webapp contexts.
GlobalWebappConfigBinding() - Constructor for class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
 

I

initializeWebAppContextDefaults(WebAppContext) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
 
insertLifeCycleNode(String, String, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Convenience method to allow for insertion of nodes into the lifecycle.
isExtractWars() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Get the extractWars.
isParentLoaderPriority() - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Get the parentLoaderPriority.
isRecursive() - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
isUseStandardBindings() - Method in class org.eclipse.jetty.deploy.DeploymentManager
 

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.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

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.DebugListenerBinding
 
processBinding(Node, App) - Method in class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
 
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
 
PropertiesConfigurationManager - Class in org.eclipse.jetty.deploy
FileConfigurationManager Supplies properties defined in a file.
PropertiesConfigurationManager() - Constructor for class org.eclipse.jetty.deploy.PropertiesConfigurationManager
 
PropertiesConfigurationManager(String) - Constructor for class org.eclipse.jetty.deploy.PropertiesConfigurationManager
 
put(String, String) - Method in class org.eclipse.jetty.deploy.PropertiesConfigurationManager
 

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
 
removeContextAttribute(String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Remove a contextAttribute that will be set for every Context deployed by this provider.
requestAppGoal(String, String) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Move an App through the AppLifeCycle to the desired Node, 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 the AppLifeCycle to the desired Node, executing each lifecycle step in the process to reach the desired state.
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
 
scope(XmlConfiguration, Resource) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
setAppProviders(Collection<AppProvider>) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Set the AppProviders.
setConfigurationClasses(String[]) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
 
setConfigurationManager(ConfigurationManager) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Set the configurationManager.
setContextAttribute(String, Object) - Method in class org.eclipse.jetty.deploy.DeploymentManager
Set a contextAttribute that will be set for every Context deployed by this provider.
setContextAttributes(AttributesMap) - Method in class org.eclipse.jetty.deploy.DeploymentManager
 
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.WebAppProvider
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
 
setExtractWars(boolean) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Set the extractWars.
setFile(String) - Method in class org.eclipse.jetty.deploy.PropertiesConfigurationManager
 
setFilenameFilter(FilenameFilter) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setJettyXml(String) - Method in class org.eclipse.jetty.deploy.bindings.GlobalWebappConfigBinding
 
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
 
setParentLoaderPriority(boolean) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Set the parentLoaderPriority.
setRecursive(boolean) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setScanInterval(int) - Method in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
setTempDir(File) - Method in class org.eclipse.jetty.deploy.providers.WebAppProvider
Set the Work directory where unpacked WAR files are managed from.
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.PropertiesConfigurationManager
 
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

WebAppProvider - Class in org.eclipse.jetty.deploy.providers
The webapps directory scanning provider.
WebAppProvider() - Constructor for class org.eclipse.jetty.deploy.providers.WebAppProvider
 
WebAppProvider.Filter - Class in org.eclipse.jetty.deploy.providers
 

_

_filenameFilter - Variable in class org.eclipse.jetty.deploy.providers.ScanningAppProvider
 
A C D E F G I O P R S T U W _ 
All Classes All Packages