public interface ValueMapWithContext extends ValueMap
| Modifier and Type | Method and Description |
|---|---|
List<LoaderValues> |
getAllLoaderValues()
A sequential list of all loaders and all its values, even overwritten ones.
|
LoaderValues |
getAllValuesLoadedByLoader(Loader loader)
All the values loaded by the specified Loader, even if they were overridden
by earlier loaders.
|
LoaderValues |
getEffectiveValuesLoadedByLoader(Loader loader)
The list of Properties and values loaded by the specified loader that
were not overridden by earlier Loaders.
|
ValueMap |
getValueMapImmutable()
Unmodifiable minimum data for Properties to retrieve their data from.
|
ValueMapWithContext |
getValueMapWithContextImmutable()
Unmodifiable minimum data collection to store the structure of how data
was loaded.
|
boolean |
hasProblems()
Returns true if any value or loader has any sort of issue (invalid value,
parsing error, etc).
|
getEffectiveValue, getExplicitValue, isExplicitlySetboolean hasProblems()
List<LoaderValues> getAllLoaderValues()
LoaderValues getAllValuesLoadedByLoader(Loader loader)
loader - LoaderValues getEffectiveValuesLoadedByLoader(Loader loader)
loader - ValueMap getValueMapImmutable()
ValueMapWithContext getValueMapWithContextImmutable()
Copyright © 2017. All rights reserved.