Package com.github.fungal.spi.deployers
Interface Deployment
- All Known Subinterfaces:
BeanDeployment
- All Known Implementing Classes:
BeanDeploymentImpl
public interface Deployment
The deployment interface for Fungal
- Author:
- Jesper Pedersen
-
Method Summary
Modifier and TypeMethodDescriptionGet the classloadergetURL()Get the unique URL for the deployment
-
Method Details
-
getURL
URL getURL()Get the unique URL for the deployment- Returns:
- The URL
-
getClassLoader
ClassLoader getClassLoader()Get the classloader- Returns:
- The classloader
-