com.smallx.xml.tools
Class diff

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

public class diff
extends CommandLine


Constructor Summary
diff()
          Creates a new instance of xslt
 
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

diff

public diff()
Creates a new instance of xslt

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)