Uses of Interface
org.apache.maven.enforcer.rule.api.EnforcerRule
-
Packages that use EnforcerRule Package Description org.apache.maven.enforcer.rule.api org.apache.maven.plugins.enforcer -
-
Uses of EnforcerRule in org.apache.maven.enforcer.rule.api
Subinterfaces of EnforcerRule in org.apache.maven.enforcer.rule.api Modifier and Type Interface Description interface
EnforcerRule2
Deprecated.Please see Writing a custom ruleMethods in org.apache.maven.enforcer.rule.api with parameters of type EnforcerRule Modifier and Type Method Description boolean
EnforcerRule. isResultValid(EnforcerRule cachedRule)
Deprecated.If the rule is cacheable and the same id is found in the cache, the stored results are passed to this method to allow double-checking of the results. -
Uses of EnforcerRule in org.apache.maven.plugins.enforcer
Fields in org.apache.maven.plugins.enforcer with type parameters of type EnforcerRule Modifier and Type Field Description protected static java.util.Hashtable<java.lang.String,EnforcerRule>
EnforceMojo. cache
This is a static variable used to persist the cached results across plugin invocations.Methods in org.apache.maven.plugins.enforcer with parameters of type EnforcerRule Modifier and Type Method Description protected boolean
EnforceMojo. shouldExecute(EnforcerRule rule)
This method determines if a rule should execute based on the cache
-