org.apache.maven.plugin
Class MavenPluginCollector

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.maven.plugin.MavenPluginCollector
All Implemented Interfaces:
org.codehaus.plexus.component.discovery.ComponentDiscoveryListener, org.codehaus.plexus.logging.LogEnabled

public class MavenPluginCollector
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements org.codehaus.plexus.component.discovery.ComponentDiscoveryListener


Constructor Summary
MavenPluginCollector()
           
 
Method Summary
 void componentDiscovered(org.codehaus.plexus.component.discovery.ComponentDiscoveryEvent event)
           
 void flushPluginDescriptor(Plugin plugin)
           
 PluginDescriptor getPluginDescriptor(Plugin plugin)
           
 PluginDescriptor getPluginDescriptorForPrefix(String prefix)
           
 boolean isPluginInstalled(Plugin plugin)
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenPluginCollector

public MavenPluginCollector()
Method Detail

componentDiscovered

public void componentDiscovered(org.codehaus.plexus.component.discovery.ComponentDiscoveryEvent event)
Specified by:
componentDiscovered in interface org.codehaus.plexus.component.discovery.ComponentDiscoveryListener

getPluginDescriptor

public PluginDescriptor getPluginDescriptor(Plugin plugin)

isPluginInstalled

public boolean isPluginInstalled(Plugin plugin)

getPluginDescriptorForPrefix

public PluginDescriptor getPluginDescriptorForPrefix(String prefix)

flushPluginDescriptor

public void flushPluginDescriptor(Plugin plugin)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.