Uses of Class
aQute.bnd.component.DSAnnotations.Options
-
Packages that use DSAnnotations.Options Package Description aQute.bnd.component -
-
Uses of DSAnnotations.Options in aQute.bnd.component
Fields in aQute.bnd.component with type parameters of type DSAnnotations.Options Modifier and Type Field Description (package private) java.util.Set<DSAnnotations.Options>DSAnnotationReader. optionsMethods in aQute.bnd.component that return DSAnnotations.Options Modifier and Type Method Description static DSAnnotations.OptionsDSAnnotations.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.Method parameters in aQute.bnd.component with type arguments of type DSAnnotations.Options Modifier and Type Method Description static ComponentDefDSAnnotationReader. getDefinition(Clazz c, Analyzer analyzer, java.util.Set<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion)(package private) static voidDSAnnotations.Options. parseOption(java.util.Map.Entry<java.lang.String,Attrs> entry, java.util.Set<DSAnnotations.Options> options, DSAnnotations.VersionSettings state)Constructor parameters in aQute.bnd.component with type arguments of type DSAnnotations.Options Constructor Description DSAnnotationReader(Analyzer analyzer, Clazz clazz, java.util.Set<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion)
-