Uses of Class
org.apache.maven.plugins.enforcer.utils.PluginWrapper
Packages that use PluginWrapper
-
Uses of PluginWrapper in org.apache.maven.plugins.enforcer
Methods in org.apache.maven.plugins.enforcer that return types with arguments of type PluginWrapperModifier and TypeMethodDescriptionprotected 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.plugins.enforcer with parameters of type PluginWrapperModifier and TypeMethodDescriptionprivate boolean
RequirePluginVersions.isMatchingPlugin
(org.apache.maven.model.Plugin source, PluginWrapper plugin) Method parameters in org.apache.maven.plugins.enforcer with type arguments of type PluginWrapperModifier and TypeMethodDescriptionprivate void
RequirePluginVersions.addPluginsInProfiles
(List<PluginWrapper> plugins, org.apache.maven.model.Model model) private void
RequirePluginVersions.getPluginManagementPlugins
(List<PluginWrapper> plugins, org.apache.maven.model.Model model) private void
RequirePluginVersions.getPlugins
(List<PluginWrapper> plugins, org.apache.maven.model.Model model) private void
RequirePluginVersions.getProfilePluginManagementPlugins
(List<PluginWrapper> plugins, org.apache.maven.model.Model model, org.apache.maven.model.Profile profile) private void
RequirePluginVersions.getProfilePlugins
(List<PluginWrapper> plugins, org.apache.maven.model.Model model, org.apache.maven.model.Profile profile) private void
RequirePluginVersions.getProfileReportingPlugins
(List<PluginWrapper> plugins, org.apache.maven.model.Model model, org.apache.maven.model.Profile profile) private void
RequirePluginVersions.getReportingPlugins
(List<PluginWrapper> plugins, org.apache.maven.model.Model model) protected boolean
RequirePluginVersions.hasValidVersionSpecified
(EnforcerRuleHelper helper, org.apache.maven.model.Plugin source, List<PluginWrapper> pluginWrappers) Checks for valid version specified. -
Uses of PluginWrapper in org.apache.maven.plugins.enforcer.utils
Methods in org.apache.maven.plugins.enforcer.utils that return types with arguments of type PluginWrapper