E G I L O S V 

E

EnforcerLevel - Enum in org.apache.maven.enforcer.rule.api
Levels steering whether a rule should fail a build or just display a warning.
EnforcerRule - Interface in org.apache.maven.enforcer.rule.api
Interface to be implemented by any rules executed by the enforcer.
EnforcerRule2 - Interface in org.apache.maven.enforcer.rule.api
Interface to be implemented by any rules as of version 2.0 executed by the enforcer.
EnforcerRuleException - Exception in org.apache.maven.enforcer.rule.api
An exception occurring during the execution of a rule.
EnforcerRuleException(Object, String, String) - Constructor for exception org.apache.maven.enforcer.rule.api.EnforcerRuleException
Construct a new EnforcerRuleException exception providing the source and a short and long message.
EnforcerRuleException(String, Exception) - Constructor for exception org.apache.maven.enforcer.rule.api.EnforcerRuleException
Construct a new EnforcerRuleException exception wrapping an underlying Exception and providing a message.
EnforcerRuleException(String, Throwable) - Constructor for exception org.apache.maven.enforcer.rule.api.EnforcerRuleException
Construct a new EnforcerRuleException exception wrapping an underlying Throwable and providing a message.
EnforcerRuleException(String) - Constructor for exception org.apache.maven.enforcer.rule.api.EnforcerRuleException
Construct a new EnforcerRuleException exception providing a message.
EnforcerRuleHelper - Interface in org.apache.maven.enforcer.rule.api
This is the interface that all helpers will use.
execute(EnforcerRuleHelper) - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRule
This is the interface into the rule.

G

getCacheId() - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRule
If the rule is to be cached, this id is used as part of the key.
getComponent(Class) - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRuleHelper
Gets the component.
getComponent(String) - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRuleHelper
Gets the component.
getComponent(String, String) - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRuleHelper
Gets the component.
getComponentList(String) - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRuleHelper
Gets the component list.
getComponentMap(String) - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRuleHelper
Gets the component map.
getContainer() - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRuleHelper
Gets the container.
getLevel() - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRule2
Returns the level of enforcement.
getLog() - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRuleHelper
Gets the log.
getLongMessage() - Method in exception org.apache.maven.enforcer.rule.api.EnforcerRuleException
Gets the long message.
getSource() - Method in exception org.apache.maven.enforcer.rule.api.EnforcerRuleException
Gets the source.

I

isCacheable() - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRule
This method tells the enforcer if the rule results may be cached.
isResultValid(EnforcerRule) - Method in interface org.apache.maven.enforcer.rule.api.EnforcerRule
Checks if cached result is valid.

L

longMessage - Variable in exception org.apache.maven.enforcer.rule.api.EnforcerRuleException
The long message.

O

org.apache.maven.enforcer.rule.api - package org.apache.maven.enforcer.rule.api
 

S

source - Variable in exception org.apache.maven.enforcer.rule.api.EnforcerRuleException
The source.

V

valueOf(String) - Static method in enum org.apache.maven.enforcer.rule.api.EnforcerLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.maven.enforcer.rule.api.EnforcerLevel
Returns an array containing the constants of this enum type, in the order they are declared.
E G I L O S V 

Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.