Class DefaultLicensePolicyEnforcer
- java.lang.Object
-
- com.mycila.maven.plugin.license.dependencies.AbstractLicensePolicyEnforcer<org.apache.maven.artifact.Artifact>
-
- com.mycila.maven.plugin.license.dependencies.ArtifactLicensePolicyEnforcer
-
- com.mycila.maven.plugin.license.dependencies.DefaultLicensePolicyEnforcer
-
- All Implemented Interfaces:
LicensePolicyEnforcer<org.apache.maven.artifact.Artifact>
public class DefaultLicensePolicyEnforcer extends ArtifactLicensePolicyEnforcer
A default deny ArtifactLicensePolicyEnforcer.
-
-
Constructor Summary
Constructors Constructor Description DefaultLicensePolicyEnforcer()
-
Method Summary
-
Methods inherited from class com.mycila.maven.plugin.license.dependencies.ArtifactLicensePolicyEnforcer
apply, getType
-
Methods inherited from class com.mycila.maven.plugin.license.dependencies.AbstractLicensePolicyEnforcer
getPolicy
-
-