| Package | Description |
|---|---|
| org.mule.runtime.module.artifact.api.classloader | |
| org.mule.runtime.module.artifact.api.classloader.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildFirstLookupStrategy
Defines a
LookupStrategy that given a classloader, will search on that classloader first
and then on it's father |
class |
ChildOnlyLookupStrategy
Defines a
LookupStrategy that given a classloader, will search on that classloader without
searching on the parent classloader. |
class |
DelegateOnlyLookupStrategy
Defines a
LookupStrategy that will search on a given classloader only, without searching
on the current classloader. |
class |
ParentFirstLookupStrategy
Defines a
LookupStrategy that given a classloader, will search on the classloader's parent
first, before searching on the provided one. |
class |
ParentOnlyLookupStrategy
Defines a
LookupStrategy that given a classloader, will search on that classloader's parent
without searching on the provided classloader. |
| Modifier and Type | Field and Description |
|---|---|
static LookupStrategy |
ChildFirstLookupStrategy.CHILD_FIRST
Provides access to the strategy
|
static LookupStrategy |
ChildOnlyLookupStrategy.CHILD_ONLY
Provides access to the strategy
|
static LookupStrategy |
ParentFirstLookupStrategy.PARENT_FIRST
Provides access to the strategy
|
static LookupStrategy |
ParentOnlyLookupStrategy.PARENT_ONLY
Provides access to the strategy
|
| Modifier and Type | Method and Description |
|---|---|
LookupStrategy |
ClassLoaderLookupPolicy.getClassLookupStrategy(String className)
Returns the lookup strategy to use for a given class.
|
LookupStrategy |
ClassLoaderLookupPolicy.getPackageLookupStrategy(String packageName)
Returns the lookup strategy to use for a given package.
|
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderLookupPolicy |
ClassLoaderLookupPolicy.extend(Map<String,LookupStrategy> lookupStrategies)
Creates a new instance extending the original poclicy configuration
|
| Modifier and Type | Method and Description |
|---|---|
LookupStrategy |
CompositeClassNotFoundException.getLookupStrategy() |
| Constructor and Description |
|---|
CompositeClassNotFoundException(String className,
LookupStrategy lookupStrategy,
List<ClassNotFoundException> exceptions)
Builds the exception.
|
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.