程序包 | 说明 |
---|---|
com.fr.cert.token.lang |
限定符和类型 | 方法和说明 |
---|---|
static java.lang.Class |
Classes.forName(java.lang.String fqcn)
Attempts to load the specified class name from the current thread's
context class loader , then the
current ClassLoader (Classes.class.getClassLoader() ), then the system/application
ClassLoader (ClassLoader.getSystemClassLoader() , in that order. |