public interface ClassVisibilityChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
isServerClass(Class<?> clazz)
Is the class a Server Class.
|
boolean |
isSystemClass(Class<?> clazz)
Is the class a System Class.
|
boolean isSystemClass(Class<?> clazz)
clazz - The fully qualified name of the class.boolean isServerClass(Class<?> clazz)
clazz - The fully qualified name of the class.Copyright © 2010 - 2020 Adobe. All Rights Reserved