anvil.tools
Class Compiler

java.lang.Object
  |
  +--anvil.tools.Compiler

public class Compiler
extends java.lang.Object

class Compiler


Constructor Summary
Compiler()
           
 
Method Summary
 void compile(java.lang.String pathinfo)
           
 void compile(java.lang.String[] args)
           
 void errors(java.io.PrintStream out, java.lang.Throwable throwable)
           
static void main(java.lang.String[] args)
           
 void reconfigure(Zone zone)
           
 void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compiler

public Compiler()
Method Detail

usage

public void usage()

reconfigure

public void reconfigure(Zone zone)

compile

public void compile(java.lang.String[] args)

compile

public void compile(java.lang.String pathinfo)

errors

public void errors(java.io.PrintStream out,
                   java.lang.Throwable throwable)

main

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