Class Summary | |
---|---|
AbstractStrategy | |
ClassEventDebug | Created by IntelliJ IDEA. |
ClassEventListener | Created by IntelliJ IDEA. |
ClassRealm |
Implementation of ClassRealm . |
ClassWorld |
A collection of ClassRealm s, indexed by id.
|
ClassWorldException |
Base exception for ClassWorld errors.
|
ConfigurationException |
Indicates an error during Launcher configuration.
|
Configurator |
Launcher configurator.
|
DefaultStrategy | Load classes directly from the Realm first before attempting to get from the parent. |
DuplicateRealmException |
Indicates an attempt to add a ClassRealm to a
ClassWorld with a duplicate id.
|
Entry | Import description entry. |
ForeignStrategy | Created by IntelliJ IDEA. |
Launcher | Command-line invokable application launcher. |
NoSuchRealmException |
Indicates an attempt to retrieve a ClassRealm from a
ClassWorld with an invalid id.
|
ResourceEventDebug | Created by IntelliJ IDEA. |
ResourceEventListener | Created by IntelliJ IDEA. |
Strategy | A strategy is a class for defining how classes and resources are located in classworlds. |
StrategyFactory | StrategyFactory loads a strategy, either default or from a given hint. |
UrlUtils |