Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.script.gsp
Interface IGSPCompiler  view IGSPCompiler download IGSPCompiler.java


public interface IGSPCompiler

Defines an interface for the parser to call into the compiler.


Method Summary
 java.io.Reader open(java.lang.String file)
          Gets the inuput stream to the specified file.
 

Method Detail

open

public java.io.Reader open(java.lang.String file)
                    throws GSPException
Gets the inuput stream to the specified file.