public interface DeploymentClassLoaderOption
Modifier and Type | Method and Description |
---|---|
java.lang.ClassLoader |
getClassLoader(DeploymentClassLoaderContext env)
Returns the classloader to use for the deployment.
|
java.lang.ClassLoader getClassLoader(DeploymentClassLoaderContext env)
Implementations can use the runtime's parent class loader or can use the configuration transient values that are provided by the context.
env
- the deployment context