public class ConfigSources extends Object implements Iterable<ConfigSource>
| Constructor and Description |
|---|
ConfigSources() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ConfigSource source) |
CommandLineConfigSource |
getCommandLineSource() |
Props.Prop |
getProp(String key) |
Props |
getProps() |
Iterator<ConfigSource> |
iterator() |
ListIterator<ConfigSource> |
reverseListIterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void add(ConfigSource source) throws IOException
IOExceptionpublic CommandLineConfigSource getCommandLineSource()
public Props.Prop getProp(String key)
public Props getProps()
public Iterator<ConfigSource> iterator()
iterator in interface Iterable<ConfigSource>public ListIterator<ConfigSource> reverseListIterator()
Copyright © 1995–2017 Webtide. All rights reserved.