org.apache.batik.script
Interface InterpreterFactory

All Known Implementing Classes:
JaclInterpreterFactory, JPythonInterpreterFactory, RhinoInterpreterFactory

public interface InterpreterFactory

An hight level interface that represents a factory allowing to create instances of a particular Interpreter interface implementation.


Method Summary
 Interpreter createInterpreter()
          This method should create an instance of Interpreter interface implementation.
 

Method Detail

createInterpreter

public Interpreter createInterpreter()
This method should create an instance of Interpreter interface implementation.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.