Uses of Enum Class
aQute.bnd.component.DSAnnotations.Options
Packages that use DSAnnotations.Options
-
Uses of DSAnnotations.Options in aQute.bnd.component
Fields in aQute.bnd.component with type parameters of type DSAnnotations.OptionsModifier and TypeFieldDescription(package private) final Set<DSAnnotations.Options>DSAnnotationReader.optionsMethods in aQute.bnd.component that return DSAnnotations.OptionsModifier and TypeMethodDescriptionstatic DSAnnotations.OptionsReturns the enum constant of this class with the specified name.static DSAnnotations.Options[]DSAnnotations.Options.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in aQute.bnd.component with type arguments of type DSAnnotations.OptionsModifier and TypeMethodDescriptionstatic ComponentDefDSAnnotationReader.getDefinition(Clazz c, Analyzer analyzer, Set<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion) (package private) static voidDSAnnotations.Options.parseOption(Map.Entry<String, Attrs> entry, Set<DSAnnotations.Options> options, DSAnnotations.VersionSettings state) Constructor parameters in aQute.bnd.component with type arguments of type DSAnnotations.OptionsModifierConstructorDescription(package private)DSAnnotationReader(Analyzer analyzer, Clazz clazz, Set<DSAnnotations.Options> options, XMLAttributeFinder finder, Version minVersion)