|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xaj.support.XQueryTool
public class XQueryTool
A command-line tool to load a set of XML data into a Xaj database.
Nested Class Summary | |
---|---|
static class |
XQueryTool.Command
A command-line arguments bean object. |
Constructor Summary | |
---|---|
XQueryTool(XQueryTool.Command cmd)
Construct from a Command object. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Run the XML data load tool. |
void |
run()
Run the tool. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQueryTool(XQueryTool.Command cmd)
cmd
- the command objectMethod Detail |
---|
public void run() throws java.lang.Exception
java.lang.Exception
- if any error occurspublic static void main(java.lang.String[] args) throws java.lang.Exception
args
- the command line arguments
java.lang.Exception
- if any error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |