|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xaj.support.XmlLoaderTool.Command
public static class XmlLoaderTool.Command
A command-line arguments bean object.
Field Summary | |
---|---|
java.lang.String |
configFile
The Spring configuration file. |
java.io.File |
inputDir
The input directory. |
java.io.File |
inputFile
The input file. |
boolean |
splitOnFirstLevelElements
Split first-level elements. |
java.lang.String |
xmlDbName
The Spring bean name of the XmlDb to use. |
boolean |
zip
Treat input as zip. |
Constructor Summary | |
---|---|
XmlLoaderTool.Command()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String configFile
public java.lang.String xmlDbName
public java.io.File inputDir
public java.io.File inputFile
public boolean splitOnFirstLevelElements
public boolean zip
Constructor Detail |
---|
public XmlLoaderTool.Command()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |