Uses of Interface
com.mycila.maven.plugin.license.dependencies.LicenseMap
-
Packages that use LicenseMap Package Description com.mycila.maven.plugin.license.dependencies -
-
Uses of LicenseMap in com.mycila.maven.plugin.license.dependencies
Classes in com.mycila.maven.plugin.license.dependencies that implement LicenseMap Modifier and Type Class Description classMavenProjectLicensesHelper class for building Artifact/License mappings from a maven project (multi module or single).Methods in com.mycila.maven.plugin.license.dependencies with parameters of type LicenseMap Modifier and Type Method Description Map<org.apache.maven.artifact.Artifact,LicensePolicyEnforcerResult>AggregateLicensePolicyEnforcer. apply(LicenseMap licenseMap)Take anLicenseMapimplementation, getting its licenseMap and applying the internal set ofLicensePolicyEnforcerimplementations on them, and returning a mapping of Artifact keys to the boolean enforcement decision made.
-