|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule
org.apache.maven.plugins.enforcer.AbstractNonCacheableEnforcerRule
public abstract class AbstractNonCacheableEnforcerRule
The Class AbstractNonCacheableEnforcerRule. This is to be used by rules that don't need caching...it saves implementing a bunch of methods.
Field Summary |
---|
Fields inherited from class org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule |
---|
message |
Constructor Summary | |
---|---|
AbstractNonCacheableEnforcerRule()
|
Method Summary | |
---|---|
java.lang.String |
getCacheId()
|
boolean |
isCacheable()
|
boolean |
isResultValid(EnforcerRule cachedRule)
|
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 |
Constructor Detail |
---|
public AbstractNonCacheableEnforcerRule()
Method Detail |
---|
public java.lang.String getCacheId()
public boolean isCacheable()
public boolean isResultValid(EnforcerRule cachedRule)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |