org.apache.maven.plugins.enforcer
Class AbstractStandardEnforcerRule

java.lang.Object
  extended by org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule
All Implemented Interfaces:
EnforcerRule
Direct Known Subclasses:
AbstractNonCacheableEnforcerRule, AbstractRequireFiles, AbstractVersionEnforcer, RequireOS

public abstract class AbstractStandardEnforcerRule
extends java.lang.Object
implements EnforcerRule

The Class AbstractStandardEnforcerRule.


Field Summary
 java.lang.String message
          Specify a friendly message if the rule fails.
 
Constructor Summary
AbstractStandardEnforcerRule()
           
 
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, getCacheId, isCacheable, isResultValid
 

Field Detail

message

public java.lang.String message
Specify a friendly message if the rule fails.

Constructor Detail

AbstractStandardEnforcerRule

public AbstractStandardEnforcerRule()


Copyright © 2007-2010 Apache Software Foundation. All Rights Reserved.