-
- All Implemented Interfaces:
- org.apache.maven.enforcer.rule.api.EnforcerRule
- Direct Known Subclasses:
- AbstractBanDependencies, AbstractPropertyEnforcerRule, AlwaysFail, AlwaysPass, BanDuplicatePomDependencyVersions, BanTransitiveDependencies, EvaluateBeanshell, RequireActiveProfile, RequireNoRepositories, RequirePluginVersions, RequirePrerequisite, RequireReleaseVersion, RequireSameVersions, RequireUpperBoundDeps
public abstract class AbstractNonCacheableEnforcerRule
extends AbstractStandardEnforcerRule
The Class AbstractNonCacheableEnforcerRule. This is to be used by rules
that don't need caching... it saves implementing a bunch of methods.
- Version:
- $Id$
- Author:
- Brian Fox
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.maven.enforcer.rule.api.EnforcerRule
execute
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.