Package org.eclipse.jetty.start.config
Class ConfigSources
- java.lang.Object
-
- org.eclipse.jetty.start.config.ConfigSources
-
- All Implemented Interfaces:
java.lang.Iterable<ConfigSource>
public class ConfigSources extends java.lang.Object implements java.lang.Iterable<ConfigSource>
Weighted List of ConfigSources.
-
-
Constructor Summary
Constructors Constructor Description ConfigSources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
add
public void add(ConfigSource source) throws java.io.IOException
- Throws:
java.io.IOException
-
getCommandLineSource
public CommandLineConfigSource getCommandLineSource()
-
getProp
public Props.Prop getProp(java.lang.String key)
-
getProps
public Props getProps()
-
iterator
public java.util.Iterator<ConfigSource> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<ConfigSource>
-
reverseListIterator
public java.util.ListIterator<ConfigSource> reverseListIterator()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-