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
 org.apache.maven.artifact.Artifact SchemaArtifactLookup.find(String string)
          Finds an artifact in the list of project artifacts and returns a casted version of it with extra helper methods.
 File[] AbstractXmlBeansPlugin.getConfigFiles()
          Returns configuration files identified in the xmlConfigs string passed by the project configuration.
static Map SchemaArtifact.getFilePaths(org.apache.maven.artifact.Artifact artifact, org.apache.maven.plugin.logging.Log logger, File prefix)
          Assuming that the artifact has a file handle, returns a collection of strings pointing to each xsd file within the jar.
 File[] AbstractXmlBeansPlugin.getXsdFiles()
          Returns a file array of xsd files to translate to object models.
protected  void CompileXmlBeansMojo.updateProject(org.apache.maven.project.MavenProject project, org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters compilerParams)
           
protected abstract  void AbstractXmlBeansPlugin.updateProject(org.apache.maven.project.MavenProject project, org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters compilerParams)
           
protected  void TestXmlBeansMojo.updateProject(org.apache.maven.project.MavenProject project, org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters compilerParams)
           
 void AbstractXmlBeansPlugin.validate()
          No validation beyond those done by the maven plugin occur at this time.
 



Copyright © 2005-2011 Codehaus. All Rights Reserved.