Package | Description |
---|---|
org.codehaus.plexus.classworlds.event | |
org.codehaus.plexus.classworlds.realm | |
org.codehaus.plexus.classworlds.strategy |
Modifier and Type | Method and Description |
---|---|
void |
ResourceEventDebug.failed(String name,
Strategy strategy) |
void |
ResourceEventListener.failed(String name,
Strategy strategy) |
void |
ClassEventListener.failed(String name,
Strategy strategy,
Exception reason) |
void |
ClassEventDebug.failed(String name,
Strategy strategy,
Exception reason) |
void |
ClassEventListener.found(String name,
Strategy strategy,
Class found) |
void |
ClassEventDebug.found(String name,
Strategy strategy,
Class found) |
void |
ResourceEventDebug.found(String name,
Strategy strategy,
URL found) |
void |
ResourceEventListener.found(String name,
Strategy strategy,
URL found) |
void |
ClassEventListener.lookup(String name,
Strategy strategy) |
void |
ResourceEventDebug.lookup(String name,
Strategy strategy) |
void |
ClassEventDebug.lookup(String name,
Strategy strategy) |
void |
ResourceEventListener.lookup(String name,
Strategy strategy) |
Modifier and Type | Method and Description |
---|---|
Strategy |
ClassRealm.getStrategy() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStrategy |
class |
DefaultStrategy
Load classes directly from the Realm first before attempting to get from the parent.
|
class |
ForeignStrategy
Created by IntelliJ IDEA.
|
class |
OsgiBundleStrategy |
class |
ParentFirstStrategy |
class |
SelfFirstStrategy |
Modifier and Type | Method and Description |
---|---|
static Strategy |
StrategyFactory.getStrategy(ClassRealm realm) |
static Strategy |
StrategyFactory.getStrategy(ClassRealm realm,
ClassLoader foreign) |
static Strategy |
StrategyFactory.getStrategy(ClassRealm realm,
String hint) |
static Strategy |
StrategyFactory.getStrategy(ClassRealm realm,
String hint,
ClassLoader foreign) |
Copyright © 2002–2013. All rights reserved.