public abstract class ClassUtils extends Object
| Constructor and Description |
|---|
ClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
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–2022 EasyJ开源社区. All rights reserved.