Package org.apache.pinot.spi.env
Class ConfigFilePropertyReader
- java.lang.Object
-
- java.io.Reader
-
- java.io.BufferedReader
-
- java.io.LineNumberReader
-
- org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
- org.apache.pinot.spi.env.ConfigFilePropertyReader
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
public class ConfigFilePropertyReader extends org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
-
-
Constructor Summary
Constructors Constructor Description ConfigFilePropertyReader(Reader reader, char listDelimiter)
-
Method Summary
Modifier and Type Method Description StringgetPropertyName()-
Methods inherited from class org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader
getCommentLines, getPropertySeparator, getPropertyValue, initPropertyName, initPropertySeparator, initPropertyValue, nextProperty, parseProperty, readProperty
-
Methods inherited from class java.io.LineNumberReader
getLineNumber, mark, read, read, readLine, reset, setLineNumber, skip
-
Methods inherited from class java.io.BufferedReader
close, lines, markSupported, ready
-
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
-