|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Utils.ClassFactory
The utility methods will try to use the provided class factories to convert binary name of class to Class object. Used by H2 OSGi Activator in order to provide a class from another bundle ClassLoader.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean match(java.lang.String name)
name
- the binary name of the class
java.lang.Class<?> loadClass(java.lang.String name) throws java.lang.ClassNotFoundException
name
- the binary name of the class
java.lang.ClassNotFoundException
- If the class is not handle by this
factory
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |