bpp
Class BPP

java.lang.Object
  extended bybpp.BPP

public class BPP
extends java.lang.Object

This is the main preprocessor class. See main() for command line arguments.



The Beanshell Preprocessor
Copyright (C) 2003-2004 Warren D. MacEvoy jr.


Field Summary
static boolean DEBUG
          If the bpp.debug property is a non-emtpy string, this is initialized to true.
 
Constructor Summary
BPP()
           
 
Method Summary
static void main(java.lang.String[] args)
          Command-line interface for the preprocessor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG
If the bpp.debug property is a non-emtpy string, this is initialized to true.

Constructor Detail

BPP

public BPP()
Method Detail

main

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

Command-line interface for the preprocessor. See http://bpp.sourceforge.net for tutorials and information on using BPP.

Examples

Command Line Arguments

Preprocessor automatically defined values:

Throws:
java.lang.Exception