public class SIFFieldInfoWriter
extends java.lang.Object
NOTE: currently only generates field DEFINITION!
Constructor and Description |
---|
SIFFieldInfoWriter(java.lang.String xmlFormat,
java.lang.String basePath)
Constructor for the SIFFieldInfoWriter 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 SIFFieldInfoWriter class
|
public SIFFieldInfoWriter(java.lang.String xmlFormat, java.lang.String basePath) throws java.lang.Exception
basePath
- directory into which fields files are writtenjava.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