org.apache.maven.plugins.enforcer
Class AlwaysPass

java.lang.Object
  extended by org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule
      extended by org.apache.maven.plugins.enforcer.AbstractNonCacheableEnforcerRule
          extended by org.apache.maven.plugins.enforcer.AlwaysPass

public class AlwaysPass
extends AbstractNonCacheableEnforcerRule

Always pass. This rule is useful for testing the Enforcer configuration.

Author:
Ben Lidgey

Field Summary
 
Fields inherited from class org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule
message
 
Constructor Summary
AlwaysPass()
           
 
Method Summary
 void execute(EnforcerRuleHelper helper)
          
 
Methods inherited from class org.apache.maven.plugins.enforcer.AbstractNonCacheableEnforcerRule
getCacheId, isCacheable, isResultValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysPass

public AlwaysPass()
Method Detail

execute

public void execute(EnforcerRuleHelper helper)
             throws EnforcerRuleException

Throws:
EnforcerRuleException


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.