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 Type
    Method
    Description
    Get the classloader
    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