org.apache.maven.plugin
Class MavenPluginValidator

java.lang.Object
  extended by org.apache.maven.plugin.MavenPluginValidator
All Implemented Interfaces:
org.codehaus.plexus.component.discovery.ComponentDiscoveryListener

public class MavenPluginValidator
extends Object
implements org.codehaus.plexus.component.discovery.ComponentDiscoveryListener


Constructor Summary
MavenPluginValidator(Artifact pluginArtifact)
           
 
Method Summary
 void componentDiscovered(org.codehaus.plexus.component.discovery.ComponentDiscoveryEvent event)
           
 List getErrors()
           
 boolean hasErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.plexus.component.discovery.ComponentDiscoveryListener
getId
 

Constructor Detail

MavenPluginValidator

public MavenPluginValidator(Artifact pluginArtifact)
Method Detail

componentDiscovered

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

hasErrors

public boolean hasErrors()

getErrors

public List getErrors()


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