Uses of Class
org.codehaus.mojo.xmlbeans.XmlBeansException

Packages that use XmlBeansException
org.codehaus.mojo.xmlbeans   
 

Uses of XmlBeansException in org.codehaus.mojo.xmlbeans
 

Methods in org.codehaus.mojo.xmlbeans that throw XmlBeansException
static java.util.Collection SchemaArtifact.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.
 org.apache.maven.artifact.Artifact SchemaArtifactLookup.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.
 java.io.File[] AbstractXmlBeansPlugin.getConfigFiles()
          Returns configuration files identified in the xmlConfigs string passed by the project configuration.
 java.io.File[] AbstractXmlBeansPlugin.getXsdFiles()
          Returns a file array of xsd files to translate to object models.
 void AbstractXmlBeansPlugin.validate()
          No validation beyond those done by the maven plugin occur at this time.
 



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