Uses of Class
biz.aQute.bnd.reporter.manifest.dto.TypedAttributeValueDTO
-
Packages that use TypedAttributeValueDTO Package Description biz.aQute.bnd.reporter.component.dto biz.aQute.bnd.reporter.manifest.dto -
-
Uses of TypedAttributeValueDTO in biz.aQute.bnd.reporter.component.dto
Fields in biz.aQute.bnd.reporter.component.dto with type parameters of type TypedAttributeValueDTO Modifier and Type Field Description java.util.Map<java.lang.String,TypedAttributeValueDTO>
ComponentDescriptionDTO. properties
A map of the declared component properties. -
Uses of TypedAttributeValueDTO in biz.aQute.bnd.reporter.manifest.dto
Fields in biz.aQute.bnd.reporter.manifest.dto with type parameters of type TypedAttributeValueDTO Modifier and Type Field Description java.util.Map<java.lang.String,TypedAttributeValueDTO>
ProvideCapabilityDTO. typedAttributes
A map of attributes that define the capability.java.util.Map<java.lang.String,TypedAttributeValueDTO>
RequireCapabilityDTO. typedAttributes
A map of attributes used by the filter.
-