Interface DeploymentClassLoaderOption
public interface DeploymentClassLoaderOption
Implement this interface to provide a custom class loader for a deployment.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the classloader to use for the deployment.
-
Method Details
-
getClassLoader
Returns the classloader to use for the deployment.Implementations can use the runtime's parent class loader or can use the configuration transient values that are provided by the context.
- Parameters:
env
- the deployment context- Returns:
- class loader (null is not supported)
-