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

Quick Search    Search Deep

org.apache.batik.script
Interface InterpreterFactory  view InterpreterFactory download InterpreterFactory.java


public interface InterpreterFactory

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

Version:
$Id: InterpreterFactory.java,v 1.6 2004/08/27 00:42:06 deweese Exp $

Method Summary
 Interpreter createInterpreter(java.net.URL documentURL)
          This method should create an instance of Interpreter interface implementation.
 java.lang.String getMimeType()
          Returns the mime-type to register this interpereter with.
 

Method Detail

getMimeType

public java.lang.String getMimeType()
Returns the mime-type to register this interpereter with.


createInterpreter

public Interpreter createInterpreter(java.net.URL documentURL)
This method should create an instance of Interpreter interface implementation.