Uses of Class
org.codehaus.mojo.jaxb2.TransformSchema

Packages that use TransformSchema
org.codehaus.mojo.jaxb2.helpers   
 

Uses of TransformSchema in org.codehaus.mojo.jaxb2.helpers
 

Method parameters in org.codehaus.mojo.jaxb2.helpers with type arguments of type TransformSchema
static void SchemagenHelper.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 SchemagenHelper.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.
static void SchemagenHelper.validateSchemasInPluginConfiguration(List<TransformSchema> configuredTransformSchemas)
          Validates that the list of Schemas provided within the configuration all contain unique values.
 



Copyright © 2005-2012 Codehaus. All Rights Reserved.