public class ConfigSources extends java.lang.Object implements java.lang.Iterable<ConfigSource>
Constructor and Description |
---|
ConfigSources() |
Modifier and Type | Method and Description |
---|---|
void |
add(ConfigSource source) |
CommandLineConfigSource |
getCommandLineSource() |
Props.Prop |
getProp(java.lang.String key) |
Props |
getProps() |
java.util.Iterator<ConfigSource> |
iterator() |
java.util.ListIterator<ConfigSource> |
reverseListIterator() |
java.lang.String |
toString() |
public void add(ConfigSource source) throws java.io.IOException
java.io.IOException
public CommandLineConfigSource getCommandLineSource()
public Props.Prop getProp(java.lang.String key)
public Props getProps()
public java.util.Iterator<ConfigSource> iterator()
iterator
in interface java.lang.Iterable<ConfigSource>
public java.util.ListIterator<ConfigSource> reverseListIterator()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 1995–2023 Webtide. All rights reserved.