org.codehaus.mojo.xmlbeans
Class SchemaArtifactLookup

java.lang.Object
  extended byorg.codehaus.mojo.xmlbeans.SchemaArtifactLookup

public class SchemaArtifactLookup
extends java.lang.Object


Constructor Summary
SchemaArtifactLookup(java.util.Set projectArtifacts, org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 org.apache.maven.artifact.Artifact find(java.lang.String string)
          Finds an artifact in the list of project artifacts and returns a casted version of it with extra helper methods.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaArtifactLookup

public SchemaArtifactLookup(java.util.Set projectArtifacts,
                            org.apache.maven.plugin.logging.Log log)
Method Detail

find

public org.apache.maven.artifact.Artifact find(java.lang.String string)
                                        throws XmlBeansException
Finds an artifact in the list of project artifacts and returns a casted version of it with extra helper methods.

Parameters:
string -
Returns:
Throws:
XmlBeansException


Copyright © {inceptionYear}-2007 null. All Rights Reserved.