| org.geotools.maven.xmlcodegen.AbstractGeneratorMojo org.geotools.maven.xmlcodegen.SchemaGeneratorMojo
SchemaGeneratorMojo | public class SchemaGeneratorMojo extends AbstractGeneratorMojo (Code) | | Generates an instance of
org.opengis.feature.type.Schema from an xml schema.
author: Justin Deoliveira, The Open Planning Project |
Field Summary | |
boolean | includeComplexTypes Flag controlling wether complex types from the schema should be included. | boolean | includeSimpleTypes Flag controlling wether simple types from the schema should be included. |
Method Summary | |
public void | execute() |
includeComplexTypes | boolean includeComplexTypes(Code) | | Flag controlling wether complex types from the schema should be included.
|
includeSimpleTypes | boolean includeSimpleTypes(Code) | | Flag controlling wether simple types from the schema should be included.
|
execute | public void execute() throws MojoExecutionException, MojoFailureException(Code) | | |
Methods inherited from org.geotools.maven.xmlcodegen.AbstractGeneratorMojo | protected XSDSchema schema()(Code)(Java Doc)
|
|
|