java.lang.Object
com.ibm.java.diagnostics.utils.plugins.ClassInfo
Information about the structural aspects of a class such as the annotations found and interfaces
supported.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAnnotation
(String classname) Adds an annotation to the listvoid
addInterface
(String iface) getAnnotation
(String classname) getURL()
boolean
hasAnnotation
(String classname) boolean
hasInterface
(Class<?> iface) boolean
hasInterface
(String iface) void
setSuperclass
(String superclass)
-
Constructor Details
-
ClassInfo
-
-
Method Details
-
getInterfaces
-
addInterface
-
getAnnotations
-
hasInterface
-
hasInterface
-
hasAnnotation
-
getAnnotation
-
addAnnotation
Adds an annotation to the list- Parameters:
classname
- class name for the annotation- Returns:
- a new annotation if it did previously not exist, otherwise a new one is created
-
getClassname
-
getURL
-
getSuperclass
-
setSuperclass
-