Package | Description |
---|---|
org.codehaus.mojo.xmlbeans |
Modifier and Type | Method and Description |
---|---|
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.getWsdlFiles()
Returns a file array of wsdl files to translate to object models.
|
File[] |
AbstractXmlBeansPlugin.getXsdFiles()
Returns a file array of xsd files to translate to object models.
|
protected void |
TestXmlBeansMojo.updateProject(org.apache.maven.project.MavenProject project,
org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters compilerParams,
boolean stale) |
protected void |
CompileXmlBeansMojo.updateProject(org.apache.maven.project.MavenProject project,
org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters compilerParams,
boolean stale) |
protected abstract void |
AbstractXmlBeansPlugin.updateProject(org.apache.maven.project.MavenProject project,
org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters compilerParams,
boolean stale) |
void |
AbstractXmlBeansPlugin.validate()
No validation beyond those done by the maven plugin occur at this time.
|
Copyright © 2005–2011. All rights reserved.