Package | Description |
---|---|
aQute.bnd.component |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.EnumSet<DSAnnotations.Options> |
AnnotationReader.options |
Modifier and Type | Method and Description |
---|---|
static DSAnnotations.Options |
DSAnnotations.Options.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DSAnnotations.Options[] |
DSAnnotations.Options.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ComponentDef |
AnnotationReader.getDefinition(Clazz c,
Analyzer analyzer,
java.util.EnumSet<DSAnnotations.Options> options,
XMLAttributeFinder finder,
Version minVersion) |
(package private) static void |
DSAnnotations.Options.parseOption(java.util.Map.Entry<java.lang.String,Attrs> entry,
java.util.EnumSet<DSAnnotations.Options> options,
DSAnnotations state) |
Constructor and Description |
---|
AnnotationReader(Analyzer analyzer,
Clazz clazz,
java.util.EnumSet<DSAnnotations.Options> options,
XMLAttributeFinder finder,
Version minVersion) |