Uses of Class
biz.aQute.bnd.reporter.manifest.dto.LicenseDTO
-
Packages that use LicenseDTO Package Description biz.aQute.bnd.reporter.helpers biz.aQute.bnd.reporter.manifest.dto -
-
Uses of LicenseDTO in biz.aQute.bnd.reporter.helpers
Methods in biz.aQute.bnd.reporter.helpers that return types with arguments of type LicenseDTO Modifier and Type Method Description static java.util.List<LicenseDTO>
HeadersHelper. convertBundleLicenses(Parameters header)
-
Uses of LicenseDTO in biz.aQute.bnd.reporter.manifest.dto
Fields in biz.aQute.bnd.reporter.manifest.dto with type parameters of type LicenseDTO Modifier and Type Field Description java.util.List<LicenseDTO>
OSGiHeadersDTO. bundleLicenses
java.util.List<LicenseDTO>
CommonInfoDTO. licenses
-