|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Engine
Method Summary | |
---|---|
void |
debug(java.lang.Object source,
java.lang.String message)
Report a debug message to the user. |
Parser |
getParser()
Return the Parser instance owned by this Engine. |
Printer |
getPrinter(java.lang.String name)
Return a Printer instance associated with the specified name. |
Processor |
getProcessor(java.lang.String name)
Return a Processor instance associated with the specified name. |
Producer |
getProducer(java.lang.String name)
Return a Producer instance associated with the specified name. |
void |
log(java.lang.Object source,
java.lang.String message)
Report a log message to the user. |
Method Detail |
---|
Parser getParser()
Producer getProducer(java.lang.String name)
name
- A non-null String representing the Producer name.
Processor getProcessor(java.lang.String name)
name
- A non-null String representing the Processor name.
Printer getPrinter(java.lang.String name)
name
- A non-null String representing the Printer name.
void debug(java.lang.Object source, java.lang.String message)
msg
- The debug message to report.void log(java.lang.Object source, java.lang.String message)
msg
- The log message to report.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |