Uses of Class
org.apache.maven.enforcer.rules.utils.PluginWrapper
-
Packages that use PluginWrapper Package Description org.apache.maven.enforcer.rules org.apache.maven.enforcer.rules.utils -
-
Uses of PluginWrapper in org.apache.maven.enforcer.rules
Methods in org.apache.maven.enforcer.rules that return types with arguments of type PluginWrapper Modifier and Type Method Description private java.util.List<PluginWrapper>
RequirePluginVersions. getAllPluginEntries(org.apache.maven.project.MavenProject project)
Gets all plugin entries in build.plugins, build.pluginManagement.plugins, profile.build.plugins, reporting and profile.reporting in this project and all parentsMethods in org.apache.maven.enforcer.rules with parameters of type PluginWrapper Modifier and Type Method Description private boolean
RequirePluginVersions. isMatchingPlugin(org.apache.maven.model.Plugin source, PluginWrapper plugin)
Method parameters in org.apache.maven.enforcer.rules with type arguments of type PluginWrapper Modifier and Type Method Description private void
RequirePluginVersions. addPluginsInProfiles(java.util.List<PluginWrapper> plugins, org.apache.maven.model.Model model)
private void
RequirePluginVersions. getPluginManagementPlugins(java.util.List<PluginWrapper> plugins, org.apache.maven.model.Model model)
private void
RequirePluginVersions. getPlugins(java.util.List<PluginWrapper> plugins, org.apache.maven.model.Model model)
private void
RequirePluginVersions. getProfilePluginManagementPlugins(java.util.List<PluginWrapper> plugins, org.apache.maven.model.Profile profile)
private void
RequirePluginVersions. getProfilePlugins(java.util.List<PluginWrapper> plugins, org.apache.maven.model.Profile profile)
private void
RequirePluginVersions. getProfileReportingPlugins(java.util.List<PluginWrapper> plugins, org.apache.maven.model.Profile profile)
private void
RequirePluginVersions. getReportingPlugins(java.util.List<PluginWrapper> plugins, org.apache.maven.model.Model model)
boolean
RequirePluginVersions. hasValidVersionSpecified(org.apache.maven.model.Plugin source, java.util.List<PluginWrapper> pluginWrappers)
Checks for valid version specified. -
Uses of PluginWrapper in org.apache.maven.enforcer.rules.utils
Methods in org.apache.maven.enforcer.rules.utils that return types with arguments of type PluginWrapper Modifier and Type Method Description static java.util.List<PluginWrapper>
PluginWrapper. addAll(java.util.List<? extends org.apache.maven.model.InputLocationTracker> plugins, boolean banMavenDefaults)
-