org.apache.cocoon.interpreter
Interface Interpreter

All Known Implementing Classes:
AbstractInterpreter

public interface Interpreter
extends Actor

This class implements a language interpreter.

Version:
$Revision: 1.1 $ $Date: 1999/08/14 22:14:23 $
Author:
Ricardo Rocha

Method Summary
 Module createModule(java.lang.String moduleName)
           
 java.util.Enumeration getModules()
           
 
Methods inherited from interface org.apache.cocoon.framework.Actor
init
 

Method Detail

getModules

public java.util.Enumeration getModules()

createModule

public Module createModule(java.lang.String moduleName)
                    throws LanguageException


Copyright 1999 Java Apache Project. All Rights Reserved.