public interface DeploymentClassLoaderOption
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader(DeploymentClassLoaderContext env)
Returns the classloader to use for the deployment.
|
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 contextCopyright © 2005–2019. All rights reserved.