public interface DomainClassLoaderRepository
Modifier and Type | Method and Description |
---|---|
ArtifactClassLoader |
getDefaultDomainClassLoader() |
ArtifactClassLoader |
getDomainClassLoader(DomainDescriptor descriptor) |
ArtifactClassLoader |
getDomainClassLoader(String domain) |
ArtifactClassLoader getDomainClassLoader(DomainDescriptor descriptor)
descriptor
- DomainDescriptor
of the domain owner of the class loaderArtifactClassLoader getDomainClassLoader(String domain)
domain
- name of the domain owner of the class loaderArtifactClassLoader getDefaultDomainClassLoader()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.