Uses of Class
com.mycila.maven.plugin.license.dependencies.LicensePolicyEnforcerResult
-
Packages that use LicensePolicyEnforcerResult Package Description com.mycila.maven.plugin.license.dependencies -
-
Uses of LicensePolicyEnforcerResult in com.mycila.maven.plugin.license.dependencies
Methods in com.mycila.maven.plugin.license.dependencies that return types with arguments of type LicensePolicyEnforcerResult 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.Map<org.apache.maven.artifact.Artifact,LicensePolicyEnforcerResult>AggregateLicensePolicyEnforcer. apply(Map<org.apache.maven.model.License,Set<org.apache.maven.artifact.Artifact>> licenseMap)Take a map ofLicensekeys and the Set ofArtifactattributed to them, applying the internal set ofLicensePolicyEnforcerimplementations on them, and returning a mapping of Artifact keys to the boolean enforcement decision made.
-