public final class ClasspathUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
exists(String className)
Test if the class name is defined in the classpath.
|
static void |
reset() |
static void |
setHelper(ClasspathHelper helper) |
public static boolean exists(String className)
className
- the class namepublic static void setHelper(ClasspathHelper helper)
public static void reset()
Copyright © 2021. All rights reserved.