public static interface Utils.ClassFactory
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