| Package | Description |
|---|---|
| xyz.cofe.cxconsole.cp |
Работа с ClassLoader(Builder).
|
| Modifier and Type | Field and Description |
|---|---|
protected ParentCL |
UrlClassLoaderBuilder.parentCL |
| Modifier and Type | Method and Description |
|---|---|
ParentCL |
UrlClassLoaderBuilder.getParentCL()
Указывает какой parent class loader использовать.
|
static ParentCL |
ParentCL.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParentCL[] |
ParentCL.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UrlClassLoaderBuilder.setParentCL(ParentCL parentCL)
Указывает какой parent class loader использовать.
|
Copyright © 2018. All rights reserved.