org.extex.framework.configuration
Interface Configurable

All Known Implementing Classes:
AbstractFactory, AbstractFileCode, AbstractPostscriptWriter, BackendFactory, BaseLanguageManager, ColorConverterFacory, ContextExtensionImpl, ContextFactory, ContextImpl, DimenParameter, DocumentWriterFactory, DumpDocumentWriter, DviDocumentWriter, EpsWriter, ErrorHandlerFactory, FontFactoryImpl, FontKeyFactory, Input, IntegerParameter, InterpreterFactory, LanguageManagerFactory, LoaderFactory, LoadingLanguageManager, LoadUnit, Moritz, MultiDumpDocumentWriter, NativeDef, NativeDef.Factory, NativeLoad, Openin, Openout, OutputFactory, OutputRoutineFactory, PdfDocumentWriter, PdftexUnitInfo, PsWriter, RtfDocumentWriter, Showgroups, StringSource, TexUnitInfo, TokenFactoryFactory, TokenFactoryFactory, TokenStreamFactory, ToksParameter, TwoPassDocumentWriter, TypesetterFactory, TypesettingContextFactory, UnitInfoFactory, XMLDocumentWriter

public interface Configurable

This interface describes the possibilities to configure an object.

Often it is desirable to have a generic way how objects can be configured. This is accomplished by this interface.

Version:
$Revision: 6802 $
Author:
Gerd Neugebauer

Method Summary
 void configure(Configuration config)
          Configure an object according to a given Configuration.
 

Method Detail

configure

void configure(Configuration config)
               throws ConfigurationException
Configure an object according to a given Configuration.

Parameters:
config - the configuration object to consider
Throws:
ConfigurationException - in case that something went wrong