public class SchemaToFieldsFiles
extends java.lang.Object
NOTE: currently only generates field DEFINITION!
| Constructor and Description |
|---|
SchemaToFieldsFiles(java.lang.String xmlFormat,
java.lang.String basePath)
Constructor for the SchemaToFieldsFiles object
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Walk the schema and create a fields file for each xpath.
|
static void |
setDebug(boolean d)
Sets the debug attribute of the SchemaToFieldsFiles class
|
public SchemaToFieldsFiles(java.lang.String xmlFormat,
java.lang.String basePath)
throws java.lang.Exception
basePath - directory into which fields files are writtenxmlFormat - NOT YET DOCUMENTEDjava.lang.Exception - if basePath does not existpublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line argumentsjava.lang.Exception - NOT YET DOCUMENTEDpublic static void setDebug(boolean d)
d - The new debug value