Class CheckSignatureRule

java.lang.Object
org.codehaus.mojo.animal_sniffer.enforcer.CheckSignatureRule
All Implemented Interfaces:
org.apache.maven.enforcer.rule.api.EnforcerRule, org.apache.maven.enforcer.rule.api.EnforcerRuleBase

public class CheckSignatureRule extends Object implements org.apache.maven.enforcer.rule.api.EnforcerRule
Created by IntelliJ IDEA.
Since:
Sep 4, 2009 2:44:29 PM
Author:
connollys
  • Field Details

  • Constructor Details

    • CheckSignatureRule

      public CheckSignatureRule()
  • Method Details

    • execute

      public void execute(org.apache.maven.enforcer.rule.api.EnforcerRuleHelper helper) throws org.apache.maven.enforcer.rule.api.EnforcerRuleException
      Specified by:
      execute in interface org.apache.maven.enforcer.rule.api.EnforcerRule
      Throws:
      org.apache.maven.enforcer.rule.api.EnforcerRuleException
    • isCacheable

      public boolean isCacheable()
      Specified by:
      isCacheable in interface org.apache.maven.enforcer.rule.api.EnforcerRule
    • isResultValid

      public boolean isResultValid(org.apache.maven.enforcer.rule.api.EnforcerRule enforcerRule)
      Specified by:
      isResultValid in interface org.apache.maven.enforcer.rule.api.EnforcerRule
    • getCacheId

      public String getCacheId()
      Specified by:
      getCacheId in interface org.apache.maven.enforcer.rule.api.EnforcerRule