public interface ConfigurationTokenizer extends SourceLocation
Modifier and Type | Interface and Description |
---|---|
static interface |
ConfigurationTokenizer.End |
static interface |
ConfigurationTokenizer.Item |
static interface |
ConfigurationTokenizer.Nest |
static interface |
ConfigurationTokenizer.Property |
static interface |
ConfigurationTokenizer.Unnest |
Modifier and Type | Method and Description |
---|---|
int |
getLineNumber()
Line number of the configuration source
|
String |
getSource()
File name or URL of the (configuration) source
|
ConfigurationTokenizer.Item |
next()
The next item in the configuration or
null if the end is reached. |
String getSource()
SourceLocation
getSource
in interface SourceLocation
int getLineNumber()
SourceLocation
getLineNumber
in interface SourceLocation
ConfigurationTokenizer.Item next() throws Exception
null
if the end is reached.Exception
cache2k API documentation. Copyright © 2000–2016 headissue GmbH, Munich.