Uses of Interface
org.eclipse.jetty.deploy.AppProvider
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Webapp Deployment Providers
-
Uses of AppProvider in org.eclipse.jetty.deploy
Modifier and TypeMethodDescriptionvoid
DeploymentManager.addAppProvider
(AppProvider provider) void
DeploymentManager.removeAppProvider
(AppProvider provider) Modifier and TypeMethodDescriptionvoid
DeploymentManager.setAppProviders
(Collection<AppProvider> providers) Set the AppProviders.ModifierConstructorDescriptionApp
(DeploymentManager manager, AppProvider provider, Path path) Create an App with specified Origin ID and archivePath -
Uses of AppProvider in org.eclipse.jetty.deploy.providers
Modifier and TypeClassDescriptionclass
The webapps directory scanning provider.class
-
Uses of AppProvider in org.eclipse.jetty.osgi
Modifier and TypeClassDescriptionclass
AbstractContextProviderclass
BundleContextProviderclass
BundleWebAppProviderModifierConstructorDescriptionOSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle)