Uses of Interface
com.mycila.maven.plugin.license.dependencies.LicensePolicyEnforcer
-
Packages that use LicensePolicyEnforcer Package Description com.mycila.maven.plugin.license.dependencies -
-
Uses of LicensePolicyEnforcer in com.mycila.maven.plugin.license.dependencies
Classes in com.mycila.maven.plugin.license.dependencies that implement LicensePolicyEnforcer Modifier and Type Class Description classAbstractLicensePolicyEnforcer<T>Base class for all policy enforcer implementations.classArtifactLicensePolicyEnforcerMake policy decisions on aArtifactbased on anArtifactFilter.classDefaultLicensePolicyEnforcerA default deny ArtifactLicensePolicyEnforcer.classLicenseNameLicensePolicyEnforcerMake policy decisions on aLicensebased on the license name.classLicenseURLLicensePolicyEnforcerMake policy decisions on aLicensebased on the license URL.Methods in com.mycila.maven.plugin.license.dependencies that return LicensePolicyEnforcer Modifier and Type Method Description LicensePolicyEnforcer<?>AggregateLicensePolicyEnforcer. getDefaultPolicy()Methods in com.mycila.maven.plugin.license.dependencies that return types with arguments of type LicensePolicyEnforcer Modifier and Type Method Description Set<LicensePolicyEnforcer>AggregateLicensePolicyEnforcer. getEnforcers()Methods in com.mycila.maven.plugin.license.dependencies with parameters of type LicensePolicyEnforcer Modifier and Type Method Description voidAggregateLicensePolicyEnforcer. setDefaultPolicy(LicensePolicyEnforcer defaultPolicy)Method parameters in com.mycila.maven.plugin.license.dependencies with type arguments of type LicensePolicyEnforcer Modifier and Type Method Description voidAggregateLicensePolicyEnforcer. setEnforcers(Set<LicensePolicyEnforcer> enforcers)
-