Interface Engine
- All Known Implementing Classes:
BasicEngine
public interface Engine
- Version:
- CVS $Revision: 313195 $ $Date: 1999-11-15 23:08:18 +0100 (Mon, 15 Nov 1999) $
- Author:
- Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptionvoidReport a debug message to the user.Return the Parser instance owned by this Engine.getPrinter(String name) Return a Printer instance associated with the specified name.getProcessor(String name) Return a Processor instance associated with the specified name.getProducer(String name) Return a Producer instance associated with the specified name.voidReport a log message to the user.
-
Method Details
-
getParser
Parser getParser()Return the Parser instance owned by this Engine.- Returns:
- A non-null Parser instance.
-
getProducer
-
getProcessor
-
getPrinter
-
debug
-
log
-