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() |
public void add(ConfigSource source) throws IOException
IOException
public 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-2015 Webtide. All Rights Reserved.