public static interface Utils.ClassFactory
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
loadClass(java.lang.String name)
Load the class.
|
boolean |
match(java.lang.String name)
Check whether the factory can return the named class.
|
boolean match(java.lang.String name)
name
- the binary name of the classjava.lang.Class<?> loadClass(java.lang.String name) throws java.lang.ClassNotFoundException
name
- the binary name of the classjava.lang.ClassNotFoundException
- If the class is not handle by this
factory