Uses of Class
com.mycila.maven.plugin.license.dependencies.LicensePolicy
-
Packages that use LicensePolicy Package Description com.mycila.maven.plugin.license.dependencies -
-
Uses of LicensePolicy in com.mycila.maven.plugin.license.dependencies
Methods in com.mycila.maven.plugin.license.dependencies that return LicensePolicy Modifier and Type Method Description LicensePolicyAbstractLicensePolicyEnforcer. getPolicy()LicensePolicyLicensePolicyEnforcer. getPolicy()LicensePolicyLicensePolicyEnforcerResult. getPolicy()Methods in com.mycila.maven.plugin.license.dependencies that return types with arguments of type LicensePolicy Modifier and Type Method Description Set<LicensePolicy>AggregateLicensePolicyEnforcer. getPolicies()Constructors in com.mycila.maven.plugin.license.dependencies with parameters of type LicensePolicy Constructor Description AbstractLicensePolicyEnforcer(LicensePolicy policy)ArtifactLicensePolicyEnforcer(LicensePolicy policy)ArtifactLicensePolicyEnforcer(LicensePolicy policy, org.apache.maven.artifact.resolver.filter.ArtifactFilter filter)LicenseNameLicensePolicyEnforcer(LicensePolicy policy)LicensePolicyEnforcerResult(LicensePolicy policy, org.apache.maven.model.License license, org.apache.maven.artifact.Artifact artifact, LicensePolicy.Rule ruling)LicenseURLLicensePolicyEnforcer(LicensePolicy policy)Constructor parameters in com.mycila.maven.plugin.license.dependencies with type arguments of type LicensePolicy Constructor Description AggregateLicensePolicyEnforcer(Set<LicensePolicy> policies)
-