Interface ConfigurationTokenizer

  • All Superinterfaces:
    SourceLocation
    All Known Implementing Classes:
    AbstractConfigurationTokenizer, StaxConfigTokenizer

    public interface ConfigurationTokenizer
    extends SourceLocation
    The configuration tokenizer reads in a text representation of a configuration in a tokenized form. This abstracts the actual representation and makes it possible to not support only XML.
    Author:
    Jens Wilke