net.sf.jse
Class JSE

java.lang.Object
  |
  +--net.sf.jse.JSE

public class JSE
extends java.lang.Object

Java PreProcessor

Version:
0.9, 03OCT00
Author:
Jonathan Bachrach, Keith Playford

Constructor Summary
JSE()
           
 
Method Summary
static void expandStreams(java.io.InputStream input, java.io.OutputStream out, boolean isTraced, boolean isPretty, boolean isRecursive)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSE

public JSE()
Method Detail

expandStreams

public static void expandStreams(java.io.InputStream input,
                                 java.io.OutputStream out,
                                 boolean isTraced,
                                 boolean isPretty,
                                 boolean isRecursive)
                          throws java.lang.Exception

main

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