Uses of Class
org.apache.maven.enforcer.rule.api.EnforcerRuleError
Packages that use EnforcerRuleError
-
Uses of EnforcerRuleError in org.apache.maven.enforcer.rule.api
Methods in org.apache.maven.enforcer.rule.api that throw EnforcerRuleErrorModifier and TypeMethodDescriptionabstract org.codehaus.plexus.util.xml.Xpp3Dom
AbstractEnforcerRuleConfigProvider.getRulesConfig()
Produce rule configuration. -
Uses of EnforcerRuleError in org.apache.maven.enforcer.rules
Methods in org.apache.maven.enforcer.rules that throw EnforcerRuleErrorModifier and TypeMethodDescriptionSet
<org.apache.maven.model.Plugin> RequirePluginVersions.addAdditionalPlugins
(Set<org.apache.maven.model.Plugin> existing, List<String> additional) Add the additional plugins if they don't exist yet.org.codehaus.plexus.util.xml.Xpp3Dom
ExternalRules.getRulesConfig()
private org.apache.maven.model.Plugin
RequirePluginVersions.parsePluginString
(String pluginString, String field) Helper method to parse and inject a Plugin.(package private) Set
<org.apache.maven.model.Plugin> RequirePluginVersions.removeUncheckedPlugins
(Collection<String> uncheckedPlugins, Set<org.apache.maven.model.Plugin> plugins) Remove the plugins that the user doesn't want to check.private InputStream
ExternalRules.resolveDescriptor()