|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.maven.xmlcodegen.GeneratorUtils
public class GeneratorUtils
Utility class used for generating.
Constructor Summary | |
---|---|
GeneratorUtils()
|
Method Summary | |
---|---|
static java.util.List |
allTypes(org.eclipse.xsd.XSDSchema schema)
Returns all the types defined in schema, including anonymous complex types. |
static java.util.List |
types(org.eclipse.xsd.XSDSchema schema,
java.util.Set names)
Returns all the types defined in schema whose names are included in the specified set of names. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneratorUtils()
Method Detail |
---|
public static java.util.List allTypes(org.eclipse.xsd.XSDSchema schema)
schema
- the schema.
public static java.util.List types(org.eclipse.xsd.XSDSchema schema, java.util.Set names)
If names is null or empty all types are returned.
schema
- the schema.names
- the names of types to include.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |