Uses of Class
aQute.bnd.header.Attrs.Type
-
Packages that use Attrs.Type Package Description aQute.bnd.header aQute.bnd.osgi -
-
Uses of Attrs.Type in aQute.bnd.header
Fields in aQute.bnd.header declared as Attrs.Type Modifier and Type Field Description (package private) Attrs.TypeAttrs.Type. subFields in aQute.bnd.header with type parameters of type Attrs.Type Modifier and Type Field Description private java.util.Map<java.lang.String,Attrs.Type>Attrs. typesMethods in aQute.bnd.header that return Attrs.Type Modifier and Type Method Description private Attrs.TypeAttrs. getObjectType(java.lang.Object member)Attrs.TypeAttrs. getType(java.lang.String key)Attrs.TypeAttrs.Type. plural()static Attrs.TypeAttrs. toType(java.lang.String type)Attrs.TypeAttrs.DataType. type()static Attrs.TypeAttrs.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Attrs.Type[]Attrs.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.bnd.header with parameters of type Attrs.Type Modifier and Type Method Description static java.lang.ObjectAttrs. convert(Attrs.Type t, java.lang.String s)Constructors in aQute.bnd.header with parameters of type Attrs.Type Constructor Description Type(Attrs.Type sub, java.lang.String toString) -
Uses of Attrs.Type in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type Attrs.Type Modifier and Type Method Description private voidVerifier. verifyType(Attrs.Type type, java.lang.String string)
-