Uses of Class
org.eclipse.jetty.deploy.DeploymentManager
Packages that use DeploymentManager
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Webapp Deployment Providers
-
Uses of DeploymentManager in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy that return DeploymentManagerMethods in org.eclipse.jetty.deploy with parameters of type DeploymentManagerModifier and TypeMethodDescriptionvoid
AppLifeCycle.runBindings
(Node node, App app, DeploymentManager deploymentManager) void
AppProvider.setDeploymentManager
(DeploymentManager deploymentManager) Set the Deployment ManagerConstructors in org.eclipse.jetty.deploy with parameters of type DeploymentManagerModifierConstructorDescriptionApp
(DeploymentManager manager, AppProvider provider, Path path) Create an App with specified Origin ID and archivePath -
Uses of DeploymentManager in org.eclipse.jetty.deploy.providers
Methods in org.eclipse.jetty.deploy.providers that return DeploymentManagerModifier and TypeMethodDescriptionScanningAppProvider.getDeploymentManager()
Get the deploymentManager.Methods in org.eclipse.jetty.deploy.providers with parameters of type DeploymentManagerModifier and TypeMethodDescriptionvoid
ScanningAppProvider.setDeploymentManager
(DeploymentManager deploymentManager) -
Uses of DeploymentManager in org.eclipse.jetty.osgi
Methods in org.eclipse.jetty.osgi that return DeploymentManagerMethods in org.eclipse.jetty.osgi with parameters of type DeploymentManagerModifier and TypeMethodDescriptionvoid
AbstractContextProvider.setDeploymentManager
(DeploymentManager deploymentManager) Constructors in org.eclipse.jetty.osgi with parameters of type DeploymentManagerModifierConstructorDescriptionOSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle)