Uses of Class
me.snowdrop.licenses.xml.LicenseElement
-
Packages that use LicenseElement Package Description me.snowdrop.licenses.sanitiser me.snowdrop.licenses.sanitiser.exceptions me.snowdrop.licenses.sanitiser.provider me.snowdrop.licenses.xml -
-
Uses of LicenseElement in me.snowdrop.licenses.sanitiser
Methods in me.snowdrop.licenses.sanitiser that return LicenseElement Modifier and Type Method Description LicenseElementRedHatLicense. toLicenseElement()Methods in me.snowdrop.licenses.sanitiser with parameters of type LicenseElement Modifier and Type Method Description booleanRedHatLicense. isAliasTo(LicenseElement licenseElement) -
Uses of LicenseElement in me.snowdrop.licenses.sanitiser.exceptions
Methods in me.snowdrop.licenses.sanitiser.exceptions that return types with arguments of type LicenseElement Modifier and Type Method Description java.util.Set<LicenseElement>LicenseException. getLicenses() -
Uses of LicenseElement in me.snowdrop.licenses.sanitiser.provider
Methods in me.snowdrop.licenses.sanitiser.provider that return LicenseElement Modifier and Type Method Description LicenseElementExternalLicenseDto. toLicenseElement()Methods in me.snowdrop.licenses.sanitiser.provider that return types with arguments of type LicenseElement Modifier and Type Method Description java.util.Set<LicenseElement>ExternalLicenseProvider. getLicenses(java.lang.String gav) -
Uses of LicenseElement in me.snowdrop.licenses.xml
Methods in me.snowdrop.licenses.xml that return types with arguments of type LicenseElement Modifier and Type Method Description java.util.Set<LicenseElement>DependencyElement. getLicenses()Method parameters in me.snowdrop.licenses.xml with type arguments of type LicenseElement Modifier and Type Method Description voidDependencyElement. setLicenses(java.util.Set<LicenseElement> licenses)Constructors in me.snowdrop.licenses.xml with parameters of type LicenseElement Constructor Description LicenseElement(LicenseElement licenseElement)Constructor parameters in me.snowdrop.licenses.xml with type arguments of type LicenseElement Constructor Description DependencyElement(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.util.Set<LicenseElement> licenses)DependencyElement(DependencyElement dependencyElement, java.util.Set<LicenseElement> licenses)
-