public class RequireFilesSize extends AbstractRequireFiles
message| Constructor and Description |
|---|
RequireFilesSize() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.apache.maven.enforcer.rule.api.EnforcerRuleHelper helper) |
boolean |
isCacheable()
This tells the system if the results are cacheable at all.
|
boolean |
isResultValid(org.apache.maven.enforcer.rule.api.EnforcerRule cachedRule)
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.
|
getCacheIdgetMessage, setMessagepublic void execute(org.apache.maven.enforcer.rule.api.EnforcerRuleHelper helper)
throws org.apache.maven.enforcer.rule.api.EnforcerRuleException
execute in interface org.apache.maven.enforcer.rule.api.EnforcerRuleexecute in class AbstractRequireFilesorg.apache.maven.enforcer.rule.api.EnforcerRuleExceptionpublic boolean isCacheable()
AbstractRequireFilesisCacheable in interface org.apache.maven.enforcer.rule.api.EnforcerRuleisCacheable in class AbstractRequireFilestrue if rule is cacheablepublic boolean isResultValid(org.apache.maven.enforcer.rule.api.EnforcerRule cachedRule)
AbstractRequireFilesisResultValid in interface org.apache.maven.enforcer.rule.api.EnforcerRuleisResultValid in class AbstractRequireFilescachedRule - the cached ruletrue if the stored results are valid for the same id.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.