net.sf.xaj.support
Class XmlLoaderTool.Command

java.lang.Object
  extended by net.sf.xaj.support.XmlLoaderTool.Command
Enclosing class:
XmlLoaderTool

public static class XmlLoaderTool.Command
extends java.lang.Object

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

configFile

public java.lang.String configFile
The Spring configuration file.


xmlDbName

public java.lang.String xmlDbName
The Spring bean name of the XmlDb to use.


inputDir

public java.io.File inputDir
The input directory.


inputFile

public java.io.File inputFile
The input file.


splitOnFirstLevelElements

public boolean splitOnFirstLevelElements
Split first-level elements.


zip

public boolean zip
Treat input as zip.

Constructor Detail

XmlLoaderTool.Command

public XmlLoaderTool.Command()