Uses of Class
org.apache.maven.enforcer.rules.utils.PluginWrapper
Packages that use PluginWrapper
-
Uses of PluginWrapper in org.apache.maven.enforcer.rules
Methods in org.apache.maven.enforcer.rules that return types with arguments of type PluginWrapperModifier and TypeMethodDescriptionprivate 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 PluginWrapperModifier and TypeMethodDescriptionprivate booleanRequirePluginVersions.isMatchingPlugin(org.apache.maven.model.Plugin source, PluginWrapper plugin) Method parameters in org.apache.maven.enforcer.rules with type arguments of type PluginWrapperModifier and TypeMethodDescriptionprivate voidRequirePluginVersions.addPluginsInProfiles(List<PluginWrapper> plugins, org.apache.maven.model.Model model) private voidRequirePluginVersions.getPluginManagementPlugins(List<PluginWrapper> plugins, org.apache.maven.model.Model model) private voidRequirePluginVersions.getPlugins(List<PluginWrapper> plugins, org.apache.maven.model.Model model) private voidRequirePluginVersions.getProfilePluginManagementPlugins(List<PluginWrapper> plugins, org.apache.maven.model.Profile profile) private voidRequirePluginVersions.getProfilePlugins(List<PluginWrapper> plugins, org.apache.maven.model.Profile profile) private voidRequirePluginVersions.getProfileReportingPlugins(List<PluginWrapper> plugins, org.apache.maven.model.Profile profile) private voidRequirePluginVersions.getReportingPlugins(List<PluginWrapper> plugins, org.apache.maven.model.Model model) booleanRequirePluginVersions.hasValidVersionSpecified(org.apache.maven.model.Plugin source, 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 PluginWrapperModifier and TypeMethodDescriptionstatic List<PluginWrapper> PluginWrapper.addAll(List<? extends org.apache.maven.model.InputLocationTracker> plugins, boolean banMavenDefaults)