net.sf.xaj.support
Class XQueryTool.Command

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

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

A command-line arguments bean object.


Field Summary
 java.lang.String configFile
          The Spring configuration file.
 java.lang.String query
          The XQuery to run.
 java.lang.String xmlDbName
          The Spring bean name of the XmlDb to use.
 java.lang.String xmlDbTransactionTemplateName
          The Spring bean name of the TransactionTemplate to use.
 
Constructor Summary
XQueryTool.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.


xmlDbTransactionTemplateName

public java.lang.String xmlDbTransactionTemplateName
The Spring bean name of the TransactionTemplate to use.


query

public java.lang.String query
The XQuery to run.

Constructor Detail

XQueryTool.Command

public XQueryTool.Command()