Uses of Interface
com.github.fungal.spi.deployers.Deployment
Packages that use Deployment
Package
Description
This package contains the main API for the Fungal kernel
Interface for the main deployers for the Fungal kernel.
This package contains a representation of a bean deployment.
This package contains the Fungal kernel implementation
This package contains the deployer infrastructure for Fungal
-
Uses of Deployment in com.github.fungal.api
Methods in com.github.fungal.api that return types with arguments of type DeploymentModifier and TypeMethodDescriptionKernel.getDeployments()Get the deploymentsKernel.getDeployments(URL deployment) Get the deployment units for a deployment -
Uses of Deployment in com.github.fungal.api.deployer
Methods in com.github.fungal.api.deployer with parameters of type DeploymentModifier and TypeMethodDescriptionvoidMainDeployer.registerDeployment(Deployment deployment) Register a deployment -- advanced usagevoidMainDeployer.unregisterDeployment(Deployment deployment) Unregister a deployment -- advanced usage -
Uses of Deployment in com.github.fungal.api.deployment
Subinterfaces of Deployment in com.github.fungal.api.deployment -
Uses of Deployment in com.github.fungal.impl
Classes in com.github.fungal.impl that implement DeploymentMethods in com.github.fungal.impl that return DeploymentModifier and TypeMethodDescriptionDeploymentDeployer.deploy(URL url, Context context, ClassLoader parent) DeployMethods in com.github.fungal.impl that return types with arguments of type DeploymentModifier and TypeMethodDescriptionKernelImpl.getDeployments()Get the deploymentsKernelImpl.getDeployments(URL url) Get the deployment units for a deploymentMethods in com.github.fungal.impl with parameters of type DeploymentModifier and TypeMethodDescriptionvoidMainDeployerImpl.registerDeployment(Deployment deployment) Register a deployment -- advanced usagevoidMainDeployerImpl.unregisterDeployment(Deployment deployment) Unregister a deployment -- advanced usage -
Uses of Deployment in com.github.fungal.spi.deployers
Methods in com.github.fungal.spi.deployers that return DeploymentModifier and TypeMethodDescriptionDeployer.deploy(URL url, Context context, ClassLoader parent) Deploy