-
public final class PreconditionExtensions
-
-
Method Summary
Modifier and Type Method Description final static BooleanpresentInClassPath(String className)判断指定名字的Class是否出现在classpath中并且可加载。 -
-
Method Detail
-
presentInClassPath
final static Boolean presentInClassPath(String className)
判断指定名字的Class是否出现在classpath中并且可加载。
-
-
-
-