Uses of Class
org.apache.maven.artifact.repository.metadata.Plugin

Packages that use Plugin
org.apache.maven.artifact.repository.metadata   
 

Uses of Plugin in org.apache.maven.artifact.repository.metadata
 

Methods in org.apache.maven.artifact.repository.metadata that return Plugin
 Plugin Plugin.clone()
          Method clone.
 

Methods in org.apache.maven.artifact.repository.metadata that return types with arguments of type Plugin
 List<Plugin> Metadata.getPlugins()
          Method getPlugins.
 

Methods in org.apache.maven.artifact.repository.metadata with parameters of type Plugin
 void Metadata.addPlugin(Plugin plugin)
          Method addPlugin.
 void Metadata.removePlugin(Plugin plugin)
          Method removePlugin.
 

Method parameters in org.apache.maven.artifact.repository.metadata with type arguments of type Plugin
 void Metadata.setPlugins(List<Plugin> plugins)
          Set the set of plugin mappings for the group represented by this directory.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.