public abstract class ClassUtils extends Object
| 构造器和说明 |
|---|
ClassUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
isExist(String className)
判断类是否存在
|
static boolean |
isExist(String className,
ClassLoader loader)
判断类是否存在
|
static boolean |
isNotExist(String className)
判断类是否不存在
|
static boolean |
isNotExist(String className,
ClassLoader loader)
判断类是否不存在
|
public static boolean isExist(String className, ClassLoader loader)
className - 类名loader - 类加载器public static boolean isExist(String className)
className - 类名public static boolean isNotExist(String className, ClassLoader loader)
className - 类名loader - 类加载器public static boolean isNotExist(String className)
className - 类名Copyright © 2021 EasyJ寮�婧愮ぞ鍖�. All rights reserved.