public interface ArtifactClassLoader extends DisposableClassLoader, LocalResourceLocator
Modifier and Type | Method and Description |
---|---|
void |
addShutdownListener(ShutdownListener listener)
Adds a shutdown listener to the class loader.
|
URL |
findResource(String resource) |
String |
getArtifactName() |
ClassLoader |
getClassLoader()
ClassLoader is an abstract class.
|
dispose
findLocalResource
String getArtifactName()
URL findResource(String resource)
resource
- name of the resource to find.ClassLoader getClassLoader()
void addShutdownListener(ShutdownListener listener)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.