org.jnetstream.lang
Class Compilers

java.lang.Object
  extended by org.jnetstream.lang.Compilers

public class Compilers
extends java.lang.Object

Factory class which loads the default NPL compiler.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Field Summary
static java.lang.String NPL_COMPILER
          Property name which can be used to override the default implementation for NPL compiler.
 
Constructor Summary
Compilers()
           
 
Method Summary
static NplCompiler getNplCompiler()
          Retrieves the default NPL compiler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NPL_COMPILER

public static final java.lang.String NPL_COMPILER
Property name which can be used to override the default implementation for NPL compiler. The system property should contain the name of the class that provides the NplCompiler implementation.

See Also:
Constant Field Values
Constructor Detail

Compilers

public Compilers()
Method Detail

getNplCompiler

public static NplCompiler getNplCompiler()
Retrieves the default NPL compiler.

Returns:
default NPL compiler