Uses of Interface
org.eclipse.jetty.deploy.Deployer
Packages that use Deployer
Package
Description
Jetty Deploy : Deploy Management
-
Uses of Deployer in org.eclipse.jetty.deploy
Classes in org.eclipse.jetty.deploy that implement DeployerConstructors in org.eclipse.jetty.deploy with parameters of type DeployerModifierConstructorDescriptionDeploymentScanner
(Server server, Deployer deployer) Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to theDeployer
for eventual deployment to its configured destination.DeploymentScanner
(Server server, Deployer deployer, FilenameFilter filter) Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to theDeployer
for eventual deployment to its configured destination.DeploymentScanner
(Server server, Deployer deployer, FilenameFilter filter, ContextHandlerFactory contextHandlerFactory) Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to theDeployer
for eventual deployment to its configured destination.DeploymentScanner
(Server server, Deployer deployer, ContextHandlerFactory contextHandlerFactory) Construct a raw DeploymentScanner that will (periodically) scan specific directories for paths that can be used to construct webapps that will be submitted to theDeployer
for eventual deployment to its configured destination. -
Uses of Deployer in org.eclipse.jetty.osgi
Methods in org.eclipse.jetty.osgi that return DeployerConstructors in org.eclipse.jetty.osgi with parameters of type DeployerModifierConstructorDescriptionAbstractContextProvider
(Server server, Deployer deployer, String environment, ContextFactory contextFactory) BundleContextProvider
(Server server, Deployer deployer, String environment, ContextFactory contextFactory) BundleWebAppProvider
(Server server, Deployer deployer, String environment, ContextFactory contextFactory)