org.codehaus.mojo.xmlbeans
Class SchemaArtifact

java.lang.Object
  extended by org.codehaus.mojo.xmlbeans.SchemaArtifact

public class SchemaArtifact
extends java.lang.Object


Constructor Summary
SchemaArtifact()
           
 
Method Summary
static java.util.Map getFilePaths(org.apache.maven.artifact.Artifact artifact, org.apache.maven.plugin.logging.Log logger, java.io.File prefix)
          Assuming that the artifact has a file handle, returns a collection of strings pointing to each xsd file within the jar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaArtifact

public SchemaArtifact()
Method Detail

getFilePaths

public static java.util.Map getFilePaths(org.apache.maven.artifact.Artifact artifact,
                                         org.apache.maven.plugin.logging.Log logger,
                                         java.io.File prefix)
                                  throws XmlBeansException
Assuming that the artifact has a file handle, returns a collection of strings pointing to each xsd file within the jar.

Returns:
Collection of xsd file paths relative to the jar file.
Throws:
XmlBeansException


Copyright © 2005-2011. All Rights Reserved.