Uses of Class
org.apache.ivy.core.module.descriptor.License
-
Packages that use License Package Description org.apache.ivy.core.module.descriptor org.apache.ivy.plugins.parser.m2 org.apache.ivy.plugins.parser.xml -
-
Uses of License in org.apache.ivy.core.module.descriptor
Fields in org.apache.ivy.core.module.descriptor with type parameters of type License Modifier and Type Field Description private java.util.List<License>
DefaultModuleDescriptor. licenses
Methods in org.apache.ivy.core.module.descriptor that return License Modifier and Type Method Description License[]
DefaultModuleDescriptor. getLicenses()
License[]
ModuleDescriptor. getLicenses()
Methods in org.apache.ivy.core.module.descriptor with parameters of type License Modifier and Type Method Description void
DefaultModuleDescriptor. addLicense(License license)
-
Uses of License in org.apache.ivy.plugins.parser.m2
Methods in org.apache.ivy.plugins.parser.m2 that return License Modifier and Type Method Description License[]
PomReader. getLicenses()
Methods in org.apache.ivy.plugins.parser.m2 with parameters of type License Modifier and Type Method Description void
PomModuleDescriptorBuilder. setLicenses(License[] licenses)
-
Uses of License in org.apache.ivy.plugins.parser.xml
Methods in org.apache.ivy.plugins.parser.xml with parameters of type License Modifier and Type Method Description void
XmlModuleDescriptorParser.Parser. mergeLicenses(License[] licenses)
Describes how to merge licenses
-