com.smallx.xml.tools
Class xparse

java.lang.Object
  extended bycom.smallx.xml.tools.CommandLine
      extended bycom.smallx.xml.tools.xparse

public class xparse
extends CommandLine


Constructor Summary
xparse()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 int run(java.lang.String[] args)
           
 void setup()
           
 void usage()
           
 
Methods inherited from class com.smallx.xml.tools.CommandLine
allowMoreArguments, allowOption, allowOptionWithArgument, allowOptionWithArguments, doMain, getOption, getOptionValues, hasOption, setLogLevel, setMinimumArguments, toURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

xparse

public xparse()
Method Detail

usage

public void usage()
Specified by:
usage in class CommandLine

setup

public void setup()
Specified by:
setup in class CommandLine

run

public int run(java.lang.String[] args)
Specified by:
run in class CommandLine

main

public static void main(java.lang.String[] args)