| Package | Description |
|---|---|
| asia.redact.bracket.properties.ref |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<PropertiesReference> |
LoadList.list |
| Modifier and Type | Method and Description |
|---|---|
List<PropertiesReference> |
LoadList.getList() |
| Modifier and Type | Method and Description |
|---|---|
LoadList |
LoadList.addReference(PropertiesReference ref) |
private void |
LoadList.loadFromClasspath(PropertiesReference ref)
interpret ref.data as a class path such as /myprops.properties
|
private void |
LoadList.loadFromDirect(PropertiesReference ref)
Interpret ref.data as a stream of properties such as myval.0=1\nmyval1=2
|
private void |
LoadList.loadFromExternal(PropertiesReference ref)
Support data which is a directory path containing properties file(s)
or a else file path to a single properties file
|
Copyright © 2011–2016 David R. Smith. All rights reserved.