org.geotools.maven.xmlcodegen
Class SchemaLocationResolverGenerator

java.lang.Object
  extended by org.geotools.maven.xmlcodegen.AbstractGenerator
      extended by org.geotools.maven.xmlcodegen.SchemaLocationResolverGenerator

public class SchemaLocationResolverGenerator
extends AbstractGenerator

Generates an instance of XSDSchemaLocationResolver for a particular schema.

The schema supplied, and any included schemas ( not imported ), are added to the set of schemas that the resulting class can resolve.

Author:
Justin Deoliveira, The Open Planning Project, jdeolive@openplans.org

Constructor Summary
SchemaLocationResolverGenerator()
           
 
Method Summary
 void generate(org.eclipse.xsd.XSDSchema schema)
           
 
Methods inherited from class org.geotools.maven.xmlcodegen.AbstractGenerator
copy, execute, findSchemaFile, getPackageBase, included, outputLocation, setIncluded, setOverwriting, setPackageBase, setResourceLocation, setSchemaLookupDirectories, setSchemaSourceDirectory, setSourceLocation, setTestLocation, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaLocationResolverGenerator

public SchemaLocationResolverGenerator()
Method Detail

generate

public void generate(org.eclipse.xsd.XSDSchema schema)


Copyright © 1996-2010 Geotools. All Rights Reserved.