com.smallx.xml.tools
Class bpipe

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

public class bpipe
extends CommandLine


Constructor Summary
bpipe()
           
 
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

bpipe

public bpipe()
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)