|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertiesReader | |
|---|---|
| com.tomgibara.pronto.config.source | |
| Uses of PropertiesReader in com.tomgibara.pronto.config.source |
|---|
| Classes in com.tomgibara.pronto.config.source that implement PropertiesReader | |
|---|---|
class |
DefaultPropertiesReader
Reads properties from an input stream using the java.util.Properties class. |
| Methods in com.tomgibara.pronto.config.source that return PropertiesReader | |
|---|---|
PropertiesReader |
FileConfigSource.getReader()
The reader which converts this source's file into properties. |
PropertiesReader |
URLConfigSource.getReader()
The reader which converts this source's resources into properties. |
| Constructors in com.tomgibara.pronto.config.source with parameters of type PropertiesReader | |
|---|---|
FileConfigSource(java.io.File file,
PropertiesReader reader)
Constructs a source which reads its properties from a file using the supplied properties reader. |
|
URLConfigSource(java.net.URL url,
PropertiesReader reader)
Constructs a source which reads its properties from a URL using the supplied properties reader. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||