public static interface Utils.ClassFactory
Modifier and Type | Method and Description |
---|---|
Class<?> |
loadClass(String name)
Load the class.
|
boolean |
match(String name)
Check whether the factory can return the named class.
|
boolean match(String name)
name
- the binary name of the classClass<?> loadClass(String name) throws ClassNotFoundException
name
- the binary name of the classClassNotFoundException
- If the class is not handle by this
factoryCopyright © 2017 JBoss by Red Hat. All rights reserved.