Uses of Interface
org.apache.maven.enforcer.rule.api.EnforcerRule
Packages that use EnforcerRule
-
Uses of EnforcerRule in org.apache.maven.enforcer.rule.api
Subinterfaces of EnforcerRule in org.apache.maven.enforcer.rule.apiModifier and TypeInterfaceDescriptioninterfaceDeprecated.Please see Writing a custom ruleMethods in org.apache.maven.enforcer.rule.api with parameters of type EnforcerRuleModifier and TypeMethodDescriptionbooleanEnforcerRule.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 EnforcerRuleModifier and TypeFieldDescriptionprotected static Map<String, EnforcerRule> EnforceMojo.cacheThis is a static variable used to persist the cached results across plugin invocations.Methods in org.apache.maven.plugins.enforcer with parameters of type EnforcerRuleModifier and TypeMethodDescriptionprotected booleanEnforceMojo.shouldExecute(EnforcerRule rule) This method determines if a rule should execute based on the cache