|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.util.framework.AbstractFactory
de.dante.extex.typesetter.output.OutputRoutineFactory
This class provides a factory for the output routines.
Constructor Summary | |
OutputRoutineFactory(Configuration configuration,
java.util.logging.Logger logger)
Creates a new object. |
Method Summary | |
OutputRoutine |
newInstance(Interpreter interpreter)
Create a new output routine. |
Methods inherited from class de.dante.util.framework.AbstractFactory |
configure, configure, createInstance, createInstance, createInstance, createInstanceForConfiguration, createInstanceForConfiguration, createInstanceForConfiguration, enableLogging, enableLogging, getConfiguration, getLogger, reconnect, selectConfiguration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OutputRoutineFactory(Configuration configuration, java.util.logging.Logger logger) throws ConfigurationException
configuration
- the configuration for this factorylogger
- the logger
ConfigurationException
- in case of an error in the configuration.Method Detail |
public OutputRoutine newInstance(Interpreter interpreter) throws ConfigurationException
interpreter
- the current interpreter. This interpreter can be
used to run the output routine in; alternatively it can be used to
access all information necessary
ConfigurationException
- in case of a configuration error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |