Interface LicensePolicyEnforcer<T>
-
- All Known Implementing Classes:
AbstractLicensePolicyEnforcer,ArtifactLicensePolicyEnforcer,DefaultLicensePolicyEnforcer,LicenseNameLicensePolicyEnforcer,LicenseURLLicensePolicyEnforcer
public interface LicensePolicyEnforcer<T>Methods exposed by enforcer implementations usingLicensePolicy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(T target)LicensePolicygetPolicy()Class<?>getType()
-
-
-
Method Detail
-
getPolicy
LicensePolicy getPolicy()
-
apply
boolean apply(T target)
-
getType
Class<?> getType()
-
-