Package | Description |
---|---|
org.codehaus.mojo.jaxb2.schemageneration |
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,SimpleNamespaceResolver> |
XsdGeneratorHelper.getFileNameToResolverMap(File outputDirectory)
Acquires a map relating generated schema filename to its SimpleNamespaceResolver.
|
Modifier and Type | Method and Description |
---|---|
static void |
XsdGeneratorHelper.renameGeneratedSchemaFiles(Map<String,SimpleNamespaceResolver> resolverMap,
List<TransformSchema> configuredTransformSchemas,
org.apache.maven.plugin.logging.Log mavenLog,
File schemaDirectory)
Updates all schemaLocation attributes within the generated schema files to match the 'file' properties within the
Schemas read from the plugin configuration.
|
static void |
XsdGeneratorHelper.replaceNamespacePrefixes(Map<String,SimpleNamespaceResolver> resolverMap,
List<TransformSchema> configuredTransformSchemas,
org.apache.maven.plugin.logging.Log mavenLog,
File schemaDirectory)
Replaces all namespaces within generated schema files, as instructed by the configured Schema instances.
|
Copyright © 2005–2015 MojoHaus. All rights reserved.