public class ClassAliasPool extends Object
Modifier and Type | Field and Description |
---|---|
static ClassAliasPool |
CLASS_ALIASES |
Constructor and Description |
---|
ClassAliasPool() |
Modifier and Type | Method and Description |
---|---|
void |
addAlias(Class... classes) |
void |
addAlias(Class clazz,
String names) |
void |
clean()
remove classes which are not in the default class loaders.
|
Class |
forName(CharSequence name) |
String |
nameFor(Class clazz) |
public static final ClassAliasPool CLASS_ALIASES
public void clean()
public Class forName(CharSequence name) throws ClassNotFoundException
ClassNotFoundException
public void addAlias(Class... classes)
Copyright © 2015. All rights reserved.