Uses of Class
org.apache.maven.plugins.enforcer.utils.PluginWrapper

Packages that use PluginWrapper
org.apache.maven.plugins.enforcer   
org.apache.maven.plugins.enforcer.utils   
 

Uses of PluginWrapper in org.apache.maven.plugins.enforcer
 

Methods in org.apache.maven.plugins.enforcer that return types with arguments of type PluginWrapper
protected  List<PluginWrapper> RequirePluginVersions.getAllPluginEntries(MavenProject project)
          Gets all plugin entries in build.plugins, build.pluginManagement.plugins, profile.build.plugins, reporting and profile.reporting in this project and all parents
 

Method parameters in org.apache.maven.plugins.enforcer with type arguments of type PluginWrapper
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
static List<PluginWrapper> PluginWrapper.addAll(List<?> plugins, String source)
           
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.