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()
SourceLocationgetSource in interface SourceLocationint getLineNumber()
SourceLocationgetLineNumber in interface SourceLocationConfigurationTokenizer.Item next() throws Exception
null if the end is reached.Exceptioncache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.