config/v1.3.2/index-all.html

1706 lines
163 KiB
HTML
Raw Permalink Normal View History

2017-10-06 22:07:46 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
<title>Index</title>
<meta name="date" content="2017-10-06">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#appendIncluder-com.typesafe.config.ConfigIncluder-">appendIncluder(ConfigIncluder)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Appends a <a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a> which customizes how
includes are handled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigResolveOptions.html#appendResolver-com.typesafe.config.ConfigResolver-">appendResolver(ConfigResolver)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a></dt>
<dd>
<div class="block">Returns options where the given resolver used as a fallback if a
reference cannot be otherwise resolved.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#atKey-java.lang.String-">atKey(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Places the config inside a <code>Config</code> at the given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValue.html#atKey-java.lang.String-">atKey(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a></dt>
<dd>
<div class="block">Places the value inside a <a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a> at the given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#atPath-java.lang.String-">atPath(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Places the config inside another <code>Config</code> at the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValue.html#atPath-java.lang.String-">atPath(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a></dt>
<dd>
<div class="block">Places the value inside a <a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a> at the given path.</div>
</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BadBean.html#BadBean-java.lang.String-java.lang.Throwable-">BadBean(String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BadBean.html#BadBean-java.lang.String-">BadBean(String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BadPath.html#BadPath-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.Throwable-">BadPath(ConfigOrigin, String, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BadPath.html#BadPath-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-">BadPath(ConfigOrigin, String, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BadPath.html#BadPath-java.lang.String-java.lang.String-java.lang.Throwable-">BadPath(String, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BadPath.html#BadPath-java.lang.String-java.lang.String-">BadPath(String, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BadPath.html#BadPath-com.typesafe.config.ConfigOrigin-java.lang.String-">BadPath(ConfigOrigin, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BadValue.html#BadValue-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.Throwable-">BadValue(ConfigOrigin, String, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BadValue.html#BadValue-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-">BadValue(ConfigOrigin, String, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BadValue.html#BadValue-java.lang.String-java.lang.String-java.lang.Throwable-">BadValue(String, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BadValue.html#BadValue-java.lang.String-java.lang.String-">BadValue(String, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BugOrBroken.html#BugOrBroken-java.lang.String-java.lang.Throwable-">BugOrBroken(String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.BugOrBroken.html#BugOrBroken-java.lang.String-">BugOrBroken(String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#checkValid-com.typesafe.config.Config-java.lang.String...-">checkValid(Config, String...)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Validates this config against a reference config, throwing an exception
if it is invalid.</div>
</dd>
<dt><a href="com/typesafe/config/package-summary.html">com.typesafe.config</a> - package com.typesafe.config</dt>
<dd>
<div class="block">
An API for loading and using configuration files, see <a href="https://github.com/typesafehub/config/">the project site</a>
for more information.</div>
</dd>
<dt><a href="com/typesafe/config/impl/package-summary.html">com.typesafe.config.impl</a> - package com.typesafe.config.impl</dt>
<dd>
<div class="block">
Internal implementation details that can change ABI at any time.</div>
</dd>
<dt><a href="com/typesafe/config/parser/package-summary.html">com.typesafe.config.parser</a> - package com.typesafe.config.parser</dt>
<dd>
<div class="block">
This package supplies a raw parser and syntax tree for individual HOCON and JSON
files.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOrigin.html#comments--">comments()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a></dt>
<dd>
<div class="block">Returns any comments that appeared to "go with" this place in the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#computeCachedConfig-java.lang.ClassLoader-java.lang.String-java.util.concurrent.Callable-">computeCachedConfig(ClassLoader, String, Callable&lt;Config&gt;)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigRenderOptions.html#concise--">concise()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></dt>
<dd>
<div class="block">Returns concise render options (no whitespace or comments).</div>
</dd>
<dt><a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config"><span class="typeNameLink">Config</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">An immutable map from config paths to config values.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigBeanFactory.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigBeanFactory</span></a> - Class in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Factory for automatically creating a Java class from a <a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigBeanFactory.html#ConfigBeanFactory--">ConfigBeanFactory()</a></span> - Constructor for class com.typesafe.config.<a href="com/typesafe/config/ConfigBeanFactory.html" title="class in com.typesafe.config">ConfigBeanFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/typesafe/config/impl/ConfigBeanImpl.html" title="class in com.typesafe.config.impl"><span class="typeNameLink">ConfigBeanImpl</span></a> - Class in <a href="com/typesafe/config/impl/package-summary.html">com.typesafe.config.impl</a></dt>
<dd>
<div class="block">Internal implementation detail, not ABI stable, do not touch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigBeanImpl.html#ConfigBeanImpl--">ConfigBeanImpl()</a></span> - Constructor for class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigBeanImpl.html" title="class in com.typesafe.config.impl">ConfigBeanImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser"><span class="typeNameLink">ConfigDocument</span></a> - Interface in <a href="com/typesafe/config/parser/package-summary.html">com.typesafe.config.parser</a></dt>
<dd>
<div class="block">Represents an individual HOCON or JSON file, preserving all
formatting and syntax details.</div>
</dd>
<dt><a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser"><span class="typeNameLink">ConfigDocumentFactory</span></a> - Class in <a href="com/typesafe/config/parser/package-summary.html">com.typesafe.config.parser</a></dt>
<dd>
<div class="block">Factory for creating <a href="com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser"><code>ConfigDocument</code></a> instances.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocumentFactory.html#ConfigDocumentFactory--">ConfigDocumentFactory()</a></span> - Constructor for class com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser">ConfigDocumentFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">All exceptions thrown by the library are subclasses of
<code>ConfigException</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.html#ConfigException-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">ConfigException(ConfigOrigin, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.html#ConfigException-com.typesafe.config.ConfigOrigin-java.lang.String-">ConfigException(ConfigOrigin, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.html#ConfigException-java.lang.String-java.lang.Throwable-">ConfigException(String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.html#ConfigException-java.lang.String-">ConfigException(String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.BadBean</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Some problem with a JavaBean we are trying to initialize.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.BadPath</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception indicating that a path expression was invalid.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.BadValue</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception indicating that a value was messed up, for example you may have
asked for a duration and the value can't be sensibly parsed as a
duration.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.BugOrBroken</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception indicating that there's a bug in something (possibly the
library itself) or the runtime environment is broken.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.Generic</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception that doesn't fall into any other category.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.IO</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception indicating that there was an IO error.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.Missing</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception indicates that the setting was never set to anything, not even
null.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.NotResolved</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception indicating that you tried to use a function that requires
substitutions to be resolved, but substitutions have not been resolved
(that is, <a href="com/typesafe/config/Config.html#resolve--"><code>Config.resolve()</code></a> was not called).</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.Null</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception indicates that the setting was treated as missing because it
was set to null.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.Parse</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception indicating that there was a parse error.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.UnresolvedSubstitution</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception indicating that a substitution did not resolve to anything.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.ValidationFailed</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception indicating that <a href="com/typesafe/config/Config.html#checkValid-com.typesafe.config.Config-java.lang.String...-"><code>Config.checkValid(com.typesafe.config.Config, java.lang.String...)</code></a> found validity
problems.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.ValidationProblem</span></a> - Class in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Information about a problem that occurred in <a href="com/typesafe/config/Config.html#checkValid-com.typesafe.config.Config-java.lang.String...-"><code>Config.checkValid(com.typesafe.config.Config, java.lang.String...)</code></a>.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigException.WrongType</span></a> - Exception in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Exception indicating that the type of a value does not match the type you
requested.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigFactory</span></a> - Class in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Contains static methods for creating <a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a> instances.</div>
</dd>
<dt><a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl"><span class="typeNameLink">ConfigImpl</span></a> - Class in <a href="com/typesafe/config/impl/package-summary.html">com.typesafe.config.impl</a></dt>
<dd>
<div class="block">Internal implementation detail, not ABI stable, do not touch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#ConfigImpl--">ConfigImpl()</a></span> - Constructor for class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl"><span class="typeNameLink">ConfigImplUtil</span></a> - Class in <a href="com/typesafe/config/impl/package-summary.html">com.typesafe.config.impl</a></dt>
<dd>
<div class="block">Internal implementation detail, not ABI stable, do not touch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImplUtil.html#ConfigImplUtil--">ConfigImplUtil()</a></span> - Constructor for class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl">ConfigImplUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigIncludeContext</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Context provided to a <a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a>; this interface is only useful
inside a <code>ConfigIncluder</code> implementation, and is not intended for apps
to implement.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigIncluder</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Implement this interface and provide an instance to
<a href="com/typesafe/config/ConfigParseOptions.html#setIncluder-com.typesafe.config.ConfigIncluder-"><code>ConfigParseOptions.setIncluder()</code></a> to
customize handling of <code>include</code> statements in config files.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigIncluderClasspath.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigIncluderClasspath</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Implement this <em>in addition to</em> <a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a> if you want to
support inclusion of files with the <code>include classpath("resource")</code>
syntax.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigIncluderFile.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigIncluderFile</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Implement this <em>in addition to</em> <a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a> if you want to
support inclusion of files with the <code>include file("filename")</code> syntax.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigIncluderURL.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigIncluderURL</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Implement this <em>in addition to</em> <a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a> if you want to
support inclusion of files with the <code>include url("http://example.com")</code>
syntax.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigList.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigList</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Subtype of <a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><code>ConfigValue</code></a> representing a list value, as in JSON's
<code>[1,2,3]</code> syntax.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigLoadingStrategy.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigLoadingStrategy</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">This method allows you to alter default config loading strategy for all the code which
calls <a href="com/typesafe/config/ConfigFactory.html#load-java.lang.String-"><code>ConfigFactory.load(java.lang.String)</code></a>.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigMemorySize.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigMemorySize</span></a> - Class in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">An immutable class representing an amount of memory.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigMergeable</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Marker for types whose instances can be merged, that is <a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a> and
<a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><code>ConfigValue</code></a>.</div>
</dd>
<dt><a href="com/typesafe/config/parser/ConfigNode.html" title="interface in com.typesafe.config.parser"><span class="typeNameLink">ConfigNode</span></a> - Interface in <a href="com/typesafe/config/parser/package-summary.html">com.typesafe.config.parser</a></dt>
<dd>
<div class="block">A node in the syntax tree for a HOCON or JSON document.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigObject</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Subtype of <a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><code>ConfigValue</code></a> representing an object (AKA dictionary or map)
value, as in JSON's curly brace <code>{ "a" : 42 }</code> syntax.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigOrigin</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Represents the origin (such as filename and line number) of a
<a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><code>ConfigValue</code></a> for use in error messages.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigOriginFactory.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigOriginFactory</span></a> - Class in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">This class contains some static factory methods for building a <a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config"><code>ConfigOrigin</code></a>.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigParseable</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">An opaque handle to something that can be parsed, obtained from
<a href="com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config"><code>ConfigIncludeContext</code></a>.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigParseOptions</span></a> - Class in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">A set of options related to parsing.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigRenderOptions</span></a> - Class in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">
A set of options related to rendering a <a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><code>ConfigValue</code></a>.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigResolveOptions</span></a> - Class in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">A set of options related to resolving substitutions.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigResolver.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigResolver</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Implement this interface and provide an instance to
<a href="com/typesafe/config/ConfigResolveOptions.html#appendResolver-com.typesafe.config.ConfigResolver-"><code>ConfigResolveOptions.appendResolver()</code></a>
to provide custom behavior when unresolved substitutions are encountered
during resolution.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config"><span class="typeNameLink">ConfigSyntax</span></a> - Enum in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">The syntax of a character stream (<a href="http://json.org">JSON</a>, <a
href="https://github.com/typesafehub/config/blob/master/HOCON.md">HOCON</a>
aka ".conf", or <a href=
"http://download.oracle.com/javase/7/docs/api/java/util/Properties.html#load%28java.io.Reader%29"
>Java properties</a>).</div>
</dd>
<dt><a href="com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigUtil</span></a> - Class in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Contains static utility methods.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><span class="typeNameLink">ConfigValue</span></a> - Interface in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">An immutable value, following the <a href="http://json.org">JSON</a> type
schema.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config"><span class="typeNameLink">ConfigValueFactory</span></a> - Class in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">This class holds some static factory methods for building <a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><code>ConfigValue</code></a>
instances.</div>
</dd>
<dt><a href="com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config"><span class="typeNameLink">ConfigValueType</span></a> - Enum in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">The type of a configuration value (following the <a
href="http://json.org">JSON</a> type schema).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigBeanFactory.html#create-com.typesafe.config.Config-java.lang.Class-">create(Config, Class&lt;T&gt;)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigBeanFactory.html" title="class in com.typesafe.config">ConfigBeanFactory</a></dt>
<dd>
<div class="block">Creates an instance of a class, initializing its fields from a <a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigBeanImpl.html#createInternal-com.typesafe.config.Config-java.lang.Class-">createInternal(Config, Class&lt;T&gt;)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigBeanImpl.html" title="class in com.typesafe.config.impl">ConfigBeanImpl</a></dt>
<dd>
<div class="block">This is public ONLY for use by the "config" package, DO NOT USE this ABI
may change.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#createOrigin--">createOrigin()</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#defaultApplication--">defaultApplication()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Obtains the default application-specific configuration,
which defaults to parsing <code>application.conf</code>,
<code>application.json</code>, and
<code>application.properties</code> on the classpath, but
can also be rerouted using the <code>config.file</code>,
<code>config.resource</code>, and <code>config.url</code>
system properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#defaultApplication-java.lang.ClassLoader-">defaultApplication(ClassLoader)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#defaultApplication--"><code>ConfigFactory.defaultApplication()</code></a> but allows you to specify a class loader
to use rather than the current context class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#defaultApplication-com.typesafe.config.ConfigParseOptions-">defaultApplication(ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#defaultApplication--"><code>ConfigFactory.defaultApplication()</code></a> but allows you to specify parse options.</div>
</dd>
<dt><a href="com/typesafe/config/DefaultConfigLoadingStrategy.html" title="class in com.typesafe.config"><span class="typeNameLink">DefaultConfigLoadingStrategy</span></a> - Class in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Default config loading strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/DefaultConfigLoadingStrategy.html#DefaultConfigLoadingStrategy--">DefaultConfigLoadingStrategy()</a></span> - Constructor for class com.typesafe.config.<a href="com/typesafe/config/DefaultConfigLoadingStrategy.html" title="class in com.typesafe.config">DefaultConfigLoadingStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#defaultOverrides--">defaultOverrides()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Obtains the default override configuration, which currently consists of
system properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#defaultOverrides-java.lang.ClassLoader-">defaultOverrides(ClassLoader)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#defaultOverrides--"><code>ConfigFactory.defaultOverrides()</code></a> but allows you to specify a class loader
to use rather than the current context class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#defaultReference--">defaultReference()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Obtains the default reference configuration, which is currently created
by merging all resources "reference.conf" found on the classpath and
overriding the result with system properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#defaultReference-java.lang.ClassLoader-">defaultReference(ClassLoader)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#defaultReference--"><code>ConfigFactory.defaultReference()</code></a> but allows you to specify a class loader
to use rather than the current context class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#defaultReference-java.lang.ClassLoader-">defaultReference(ClassLoader)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#defaults--">defaults()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Gets an instance of <code>ConfigParseOptions</code> with all fields
set to the default values.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigRenderOptions.html#defaults--">defaults()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></dt>
<dd>
<div class="block">Returns the default render options which are verbose (commented and
formatted).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigResolveOptions.html#defaults--">defaults()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a></dt>
<dd>
<div class="block">Returns the default resolve options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOrigin.html#description--">description()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a></dt>
<dd>
<div class="block">Returns a string describing the origin of a value or exception.</div>
</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#empty--">empty()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Gets an empty configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#empty-java.lang.String-">empty(String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Gets an empty configuration with a description to be used to create a
<a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config"><code>ConfigOrigin</code></a> for this <code>Config</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#emptyConfig-java.lang.String-">emptyConfig(String)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#entrySet--">entrySet()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Returns the set of path-value pairs, excluding any null values, found by
recursing <a href="com/typesafe/config/Config.html#root--"><code>the root object</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#envVariablesAsConfig--">envVariablesAsConfig()</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigMemorySize.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigMemorySize.html" title="class in com.typesafe.config">ConfigMemorySize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImplUtil.html#extractInitializerError-java.lang.ExceptionInInitializerError-">extractInitializerError(ExceptionInInitializerError)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl">ConfigImplUtil</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOrigin.html#filename--">filename()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a></dt>
<dd>
<div class="block">Returns a filename describing the origin.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValueFactory.html#fromAnyRef-java.lang.Object-java.lang.String-">fromAnyRef(Object, String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</a></dt>
<dd>
<div class="block">Creates a <a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><code>ConfigValue</code></a> from a plain Java boxed value, which may be
a <code>Boolean</code>, <code>Number</code>, <code>String</code>,
<code>Map</code>, <code>Iterable</code>, or <code>null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValueFactory.html#fromAnyRef-java.lang.Object-">fromAnyRef(Object)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</a></dt>
<dd>
<div class="block">See the other overload <a href="com/typesafe/config/ConfigValueFactory.html#fromAnyRef-java.lang.Object-java.lang.String-"><code>ConfigValueFactory.fromAnyRef(Object,String)</code></a> for details,
this one just uses a default origin description.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#fromAnyRef-java.lang.Object-java.lang.String-">fromAnyRef(Object, String)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValueFactory.html#fromIterable-java.lang.Iterable-java.lang.String-">fromIterable(Iterable&lt;? extends Object&gt;, String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</a></dt>
<dd>
<div class="block">See the <a href="com/typesafe/config/ConfigValueFactory.html#fromAnyRef-java.lang.Object-java.lang.String-"><code>ConfigValueFactory.fromAnyRef(Object,String)</code></a> documentation for details.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValueFactory.html#fromIterable-java.lang.Iterable-">fromIterable(Iterable&lt;? extends Object&gt;)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</a></dt>
<dd>
<div class="block">See the other overload of <a href="com/typesafe/config/ConfigValueFactory.html#fromIterable-java.lang.Iterable-java.lang.String-"><code>ConfigValueFactory.fromIterable(Iterable, String)</code></a> for
details, this one just uses a default origin description.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValueFactory.html#fromMap-java.util.Map-java.lang.String-">fromMap(Map&lt;String, ? extends Object&gt;, String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</a></dt>
<dd>
<div class="block">See the <a href="com/typesafe/config/ConfigValueFactory.html#fromAnyRef-java.lang.Object-java.lang.String-"><code>ConfigValueFactory.fromAnyRef(Object,String)</code></a> documentation for details.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValueFactory.html#fromMap-java.util.Map-">fromMap(Map&lt;String, ? extends Object&gt;)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</a></dt>
<dd>
<div class="block">See the other overload <a href="com/typesafe/config/ConfigValueFactory.html#fromMap-java.util.Map-java.lang.String-"><code>ConfigValueFactory.fromMap(Map,String)</code></a> for details, this one
just uses a default origin description.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#fromPathMap-java.util.Map-java.lang.String-">fromPathMap(Map&lt;String, ? extends Object&gt;, String)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.Generic.html#Generic-java.lang.String-java.lang.Throwable-">Generic(String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.Generic.html#Generic-java.lang.String-">Generic(String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigObject.html#get-java.lang.Object-">get(Object)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</a></dt>
<dd>
<div class="block">Gets a <a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><code>ConfigValue</code></a> at the given key, or returns null if there is
no value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#getAllowMissing--">getAllowMissing()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Gets the current "allow missing" flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigResolveOptions.html#getAllowUnresolved--">getAllowUnresolved()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a></dt>
<dd>
<div class="block">Returns whether the options allow unresolved substitutions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getAnyRef-java.lang.String-">getAnyRef(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets the value at the path as an unwrapped Java boxed value (
<code>Boolean</code>, <code>Integer</code>, and
so on - see <a href="com/typesafe/config/ConfigValue.html#unwrapped--"><code>ConfigValue.unwrapped()</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getAnyRefList-java.lang.String-">getAnyRefList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value with any kind of elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getBoolean-java.lang.String-">getBoolean(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getBooleanList-java.lang.String-">getBooleanList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value with boolean elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getBytes-java.lang.String-">getBytes(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a value as a size in bytes (parses special strings like "128M").</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getBytesList-java.lang.String-">getBytesList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value with elements representing a size in
bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#getClassLoader--">getClassLoader()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Get the class loader; never returns <code>null</code>, if the class loader was
unset, returns
<code>Thread.currentThread().getContextClassLoader()</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigRenderOptions.html#getComments--">getComments()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></dt>
<dd>
<div class="block">Returns whether the options enable comments.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getConfig-java.lang.String-">getConfig(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getConfigList-java.lang.String-">getConfigList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value with <code>Config</code> elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getDouble-java.lang.String-">getDouble(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getDoubleList-java.lang.String-">getDoubleList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value with double elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getDuration-java.lang.String-java.util.concurrent.TimeUnit-">getDuration(String, TimeUnit)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a value as a duration in a specified
<code>TimeUnit</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getDuration-java.lang.String-">getDuration(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a value as a java.time.Duration.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getDurationList-java.lang.String-java.util.concurrent.TimeUnit-">getDurationList(String, TimeUnit)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list, converting each value in the list to a duration, using the
same rules as <a href="com/typesafe/config/Config.html#getDuration-java.lang.String-java.util.concurrent.TimeUnit-"><code>Config.getDuration(String, TimeUnit)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getDurationList-java.lang.String-">getDurationList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list, converting each value in the list to a duration, using the
same rules as <a href="com/typesafe/config/Config.html#getDuration-java.lang.String-"><code>Config.getDuration(String)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getEnum-java.lang.Class-java.lang.String-">getEnum(Class&lt;T&gt;, String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getEnumList-java.lang.Class-java.lang.String-">getEnumList(Class&lt;T&gt;, String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value with <code>Enum</code> elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigRenderOptions.html#getFormatted--">getFormatted()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></dt>
<dd>
<div class="block">Returns whether the options enable formatting.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#getIncluder--">getIncluder()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Gets the current includer (will be null for the default includer).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getInt-java.lang.String-">getInt(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets the integer at the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getIntList-java.lang.String-">getIntList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value with int elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getIsNull-java.lang.String-">getIsNull(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Checks whether a value is set to null at the given path,
but throws an exception if the value is entirely
unset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigRenderOptions.html#getJson--">getJson()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></dt>
<dd>
<div class="block">Returns whether the options enable JSON.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getList-java.lang.String-">getList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value (with any element type) as a <a href="com/typesafe/config/ConfigList.html" title="interface in com.typesafe.config"><code>ConfigList</code></a>, which
implements <code>java.util.List&lt;ConfigValue&gt;</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getLong-java.lang.String-">getLong(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets the long integer at the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getLongList-java.lang.String-">getLongList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value with long elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getMemorySize-java.lang.String-">getMemorySize(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a value as an amount of memory (parses special strings like "128M").</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getMemorySizeList-java.lang.String-">getMemorySizeList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list, converting each value in the list to a memory size, using the
same rules as <a href="com/typesafe/config/Config.html#getMemorySize-java.lang.String-"><code>Config.getMemorySize(String)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getMilliseconds-java.lang.String-">getMilliseconds(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of release 1.1, replaced by <a href="com/typesafe/config/Config.html#getDuration-java.lang.String-java.util.concurrent.TimeUnit-"><code>Config.getDuration(String, TimeUnit)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getMillisecondsList-java.lang.String-">getMillisecondsList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of release 1.1, replaced by <a href="com/typesafe/config/Config.html#getDurationList-java.lang.String-java.util.concurrent.TimeUnit-"><code>Config.getDurationList(String, TimeUnit)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getNanoseconds-java.lang.String-">getNanoseconds(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of release 1.1, replaced by <a href="com/typesafe/config/Config.html#getDuration-java.lang.String-java.util.concurrent.TimeUnit-"><code>Config.getDuration(String, TimeUnit)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getNanosecondsList-java.lang.String-">getNanosecondsList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">As of release 1.1, replaced by <a href="com/typesafe/config/Config.html#getDurationList-java.lang.String-java.util.concurrent.TimeUnit-"><code>Config.getDurationList(String, TimeUnit)</code></a></span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getNumber-java.lang.String-">getNumber(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getNumberList-java.lang.String-">getNumberList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value with number elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getObject-java.lang.String-">getObject(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getObjectList-java.lang.String-">getObjectList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value with object elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigRenderOptions.html#getOriginComments--">getOriginComments()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></dt>
<dd>
<div class="block">Returns whether the options enable automated origin comments.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#getOriginDescription--">getOriginDescription()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Gets the current origin description, which may be null for "automatic".</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getPeriod-java.lang.String-">getPeriod(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a value as a java.time.Period.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigResolveOptions.html#getResolver--">getResolver()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a></dt>
<dd>
<div class="block">Returns the resolver to use as a fallback if a substitution cannot be
otherwise resolved.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getString-java.lang.String-">getString(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getStringList-java.lang.String-">getStringList(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a list value with string elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#getSyntax--">getSyntax()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Gets the current syntax option, which may be null for "any".</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getTemporal-java.lang.String-">getTemporal(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets a value as a java.time.temporal.TemporalAmount.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigResolveOptions.html#getUseSystemEnvironment--">getUseSystemEnvironment()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a></dt>
<dd>
<div class="block">Returns whether the options enable use of system environment variables.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#getValue-java.lang.String-">getValue(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets the value at the given path, unless the value is a
null value or missing, in which case it throws just like
the other getters.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigMemorySize.html#hashCode--">hashCode()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigMemorySize.html" title="class in com.typesafe.config">ConfigMemorySize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#hasPath-java.lang.String-">hasPath(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Checks whether a value is present and non-null at the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocument.html#hasPath-java.lang.String-">hasPath(String)</a></span> - Method in interface com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser">ConfigDocument</a></dt>
<dd>
<div class="block">Returns a boolean indicating whether or not a ConfigDocument has a value at the desired path.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#hasPathOrNull-java.lang.String-">hasPathOrNull(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Checks whether a value is present at the given path, even
if the value is null.</div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigIncluder.html#include-com.typesafe.config.ConfigIncludeContext-java.lang.String-">include(ConfigIncludeContext, String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a></dt>
<dd>
<div class="block">Parses another item to be included.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigIncluderFile.html#includeFile-com.typesafe.config.ConfigIncludeContext-java.io.File-">includeFile(ConfigIncludeContext, File)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigIncluderFile.html" title="interface in com.typesafe.config">ConfigIncluderFile</a></dt>
<dd>
<div class="block">Parses another item to be included.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigIncluderClasspath.html#includeResources-com.typesafe.config.ConfigIncludeContext-java.lang.String-">includeResources(ConfigIncludeContext, String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigIncluderClasspath.html" title="interface in com.typesafe.config">ConfigIncluderClasspath</a></dt>
<dd>
<div class="block">Parses another item to be included.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigIncluderURL.html#includeURL-com.typesafe.config.ConfigIncludeContext-java.net.URL-">includeURL(ConfigIncludeContext, URL)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigIncluderURL.html" title="interface in com.typesafe.config">ConfigIncluderURL</a></dt>
<dd>
<div class="block">Parses another item to be included.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#invalidateCaches--">invalidateCaches()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Reloads any cached configs, picking up changes to system properties for
example.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.IO.html#IO-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">IO(ConfigOrigin, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.IO.html#IO-com.typesafe.config.ConfigOrigin-java.lang.String-">IO(ConfigOrigin, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#isEmpty--">isEmpty()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Returns true if the <code>Config</code>'s root object contains no key-value
pairs.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#isResolved--">isResolved()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Checks whether the config is completely resolved.</div>
</dd>
</dl>
<a name="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigUtil.html#joinPath-java.lang.String...-">joinPath(String...)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config">ConfigUtil</a></dt>
<dd>
<div class="block">Converts a list of keys to a path expression, by quoting the path
elements as needed and then joining them separated by a period.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigUtil.html#joinPath-java.util.List-">joinPath(List&lt;String&gt;)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config">ConfigUtil</a></dt>
<dd>
<div class="block">Converts a list of strings to a path expression, by quoting the path
elements as needed and then joining them separated by a period.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImplUtil.html#joinPath-java.lang.String...-">joinPath(String...)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl">ConfigImplUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImplUtil.html#joinPath-java.util.List-">joinPath(List&lt;String&gt;)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl">ConfigImplUtil</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOrigin.html#lineNumber--">lineNumber()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a></dt>
<dd>
<div class="block">Returns a line number where the value or exception originated.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-java.lang.String-">load(String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Loads an application's configuration from the given classpath resource or
classpath resource basename, sandwiches it between default reference
config and default overrides, and then resolves it.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-java.lang.ClassLoader-java.lang.String-">load(ClassLoader, String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load-java.lang.String-"><code>ConfigFactory.load(String)</code></a> but uses the supplied class loader instead of
the current thread's context class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-java.lang.String-com.typesafe.config.ConfigParseOptions-com.typesafe.config.ConfigResolveOptions-">load(String, ConfigParseOptions, ConfigResolveOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load-java.lang.String-"><code>ConfigFactory.load(String)</code></a> but allows you to specify parse and resolve
options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-java.lang.ClassLoader-java.lang.String-com.typesafe.config.ConfigParseOptions-com.typesafe.config.ConfigResolveOptions-">load(ClassLoader, String, ConfigParseOptions, ConfigResolveOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load-java.lang.String-com.typesafe.config.ConfigParseOptions-com.typesafe.config.ConfigResolveOptions-"><code>ConfigFactory.load(String,ConfigParseOptions,ConfigResolveOptions)</code></a> but
has a class loader parameter that overrides any from the
<code>ConfigParseOptions</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.Config-">load(Config)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Assembles a standard configuration using a custom <code>Config</code>
object rather than loading "application.conf".</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-java.lang.ClassLoader-com.typesafe.config.Config-">load(ClassLoader, Config)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.Config-"><code>ConfigFactory.load(Config)</code></a> but allows you to specify
the class loader for looking up resources.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.Config-com.typesafe.config.ConfigResolveOptions-">load(Config, ConfigResolveOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.Config-"><code>ConfigFactory.load(Config)</code></a> but allows you to specify
<a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config"><code>ConfigResolveOptions</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-java.lang.ClassLoader-com.typesafe.config.Config-com.typesafe.config.ConfigResolveOptions-">load(ClassLoader, Config, ConfigResolveOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.Config-com.typesafe.config.ConfigResolveOptions-"><code>ConfigFactory.load(Config,ConfigResolveOptions)</code></a> but allows you to specify
a class loader other than the context class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load--">load()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Loads a default configuration, equivalent to <a href="com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.Config-"><code>load(defaultApplication())</code></a> in most cases.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.ConfigParseOptions-">load(ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load--"><code>ConfigFactory.load()</code></a> but allows specifying parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-java.lang.ClassLoader-">load(ClassLoader)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load--"><code>ConfigFactory.load()</code></a> but allows specifying a class loader other than the
thread's current context class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-java.lang.ClassLoader-com.typesafe.config.ConfigParseOptions-">load(ClassLoader, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load--"><code>ConfigFactory.load()</code></a> but allows specifying a class loader other than the
thread's current context class loader and also specify parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-java.lang.ClassLoader-com.typesafe.config.ConfigResolveOptions-">load(ClassLoader, ConfigResolveOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load--"><code>ConfigFactory.load()</code></a> but allows specifying a class loader other than the
thread's current context class loader and also specify resolve options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-java.lang.ClassLoader-com.typesafe.config.ConfigParseOptions-com.typesafe.config.ConfigResolveOptions-">load(ClassLoader, ConfigParseOptions, ConfigResolveOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load--"><code>ConfigFactory.load()</code></a> but allows specifying a class loader other than the
thread's current context class loader, parse options, and resolve options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.ConfigParseOptions-com.typesafe.config.ConfigResolveOptions-">load(ConfigParseOptions, ConfigResolveOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#load--"><code>ConfigFactory.load()</code></a> but allows specifying parse options and resolve
options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigResolver.html#lookup-java.lang.String-">lookup(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigResolver.html" title="interface in com.typesafe.config">ConfigResolver</a></dt>
<dd>
<div class="block">Returns the value to substitute for the given unresolved path.</div>
</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.Missing.html#Missing-java.lang.String-java.lang.Throwable-">Missing(String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.Missing.html#Missing-java.lang.String-">Missing(String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.Missing.html#Missing-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">Missing(ConfigOrigin, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.Missing.html#Missing-com.typesafe.config.ConfigOrigin-java.lang.String-">Missing(ConfigOrigin, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOriginFactory.html#newFile-java.lang.String-">newFile(String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigOriginFactory.html" title="class in com.typesafe.config">ConfigOriginFactory</a></dt>
<dd>
<div class="block">Creates a file origin with the given filename.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#newFile-java.io.File-com.typesafe.config.ConfigParseOptions-">newFile(File, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#newFileOrigin-java.lang.String-">newFileOrigin(String)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#newNotFound-java.lang.String-java.lang.String-com.typesafe.config.ConfigParseOptions-">newNotFound(String, String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#newProperties-java.util.Properties-com.typesafe.config.ConfigParseOptions-">newProperties(Properties, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#newReader-java.io.Reader-com.typesafe.config.ConfigParseOptions-">newReader(Reader, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#newResources-java.lang.Class-java.lang.String-com.typesafe.config.ConfigParseOptions-">newResources(Class&lt;?&gt;, String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#newResources-java.lang.String-com.typesafe.config.ConfigParseOptions-">newResources(String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOriginFactory.html#newSimple--">newSimple()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigOriginFactory.html" title="class in com.typesafe.config">ConfigOriginFactory</a></dt>
<dd>
<div class="block">Returns the default origin for values when no other information is
provided.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOriginFactory.html#newSimple-java.lang.String-">newSimple(String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigOriginFactory.html" title="class in com.typesafe.config">ConfigOriginFactory</a></dt>
<dd>
<div class="block">Returns an origin with the given description.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#newSimpleOrigin-java.lang.String-">newSimpleOrigin(String)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#newString-java.lang.String-com.typesafe.config.ConfigParseOptions-">newString(String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOriginFactory.html#newURL-java.net.URL-">newURL(URL)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigOriginFactory.html" title="class in com.typesafe.config">ConfigOriginFactory</a></dt>
<dd>
<div class="block">Creates a url origin with the given URL object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#newURL-java.net.URL-com.typesafe.config.ConfigParseOptions-">newURL(URL, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#newURLOrigin-java.net.URL-">newURLOrigin(URL)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigResolveOptions.html#noSystem--">noSystem()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a></dt>
<dd>
<div class="block">Returns resolve options that disable any reference to "system" data
(currently, this means environment variables).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.NotResolved.html#NotResolved-java.lang.String-java.lang.Throwable-">NotResolved(String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.NotResolved.html#NotResolved-java.lang.String-">NotResolved(String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.Null.html#Null-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.Throwable-">Null(ConfigOrigin, String, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.Null.html#Null-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-">Null(ConfigOrigin, String, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigMemorySize.html#ofBytes-long-">ofBytes(long)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigMemorySize.html" title="class in com.typesafe.config">ConfigMemorySize</a></dt>
<dd>
<div class="block">Constructs a ConfigMemorySize representing the given
number of bytes.</div>
</dd>
<dt><a href="com/typesafe/config/Optional.html" title="annotation in com.typesafe.config"><span class="typeNameLink">Optional</span></a> - Annotation Type in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
<dd>
<div class="block">Allows an config property to be <code>null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseable.html#options--">options()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config">ConfigParseable</a></dt>
<dd>
<div class="block">Get the initial options, which can be modified then passed to parse().</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#options--">options()</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#origin--">origin()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets the origin of the <code>Config</code>, which may be a file, or a file
with a line number, or just a descriptive phrase.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.html#origin--">origin()</a></span> - Method in exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dt>
<dd>
<div class="block">Returns an "origin" (such as a filename and line number) for the
exception, or null if none is available.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.ValidationProblem.html#origin--">origin()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a></dt>
<dd>
<div class="block">Returns where the problem occurred (origin may include info on the
file, line number, etc.).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseable.html#origin--">origin()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config">ConfigParseable</a></dt>
<dd>
<div class="block">Returns a <a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config"><code>ConfigOrigin</code></a> describing the origin of the parseable
item.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValue.html#origin--">origin()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a></dt>
<dd>
<div class="block">The origin of the value (file, line number, etc.), for debugging and
error messages.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#origin--">origin()</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.Parse.html#Parse-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">Parse(ConfigOrigin, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.Parse.html#Parse-com.typesafe.config.ConfigOrigin-java.lang.String-">Parse(ConfigOrigin, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseable.html#parse-com.typesafe.config.ConfigParseOptions-">parse(ConfigParseOptions)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config">ConfigParseable</a></dt>
<dd>
<div class="block">Parse whatever it is.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#parse-com.typesafe.config.ConfigParseOptions-">parse(ConfigParseOptions)</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#parse--">parse()</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl"><span class="typeNameLink">Parseable</span></a> - Class in <a href="com/typesafe/config/impl/package-summary.html">com.typesafe.config.impl</a></dt>
<dd>
<div class="block">Internal implementation detail, not ABI stable, do not touch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#Parseable--">Parseable()</a></span> - Constructor for class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="com/typesafe/config/impl/Parseable.Relativizer.html" title="interface in com.typesafe.config.impl"><span class="typeNameLink">Parseable.Relativizer</span></a> - Interface in <a href="com/typesafe/config/impl/package-summary.html">com.typesafe.config.impl</a></dt>
<dd>
<div class="block">Internal implementation detail, not ABI stable, do not touch.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigLoadingStrategy.html#parseApplicationConfig-com.typesafe.config.ConfigParseOptions-">parseApplicationConfig(ConfigParseOptions)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigLoadingStrategy.html" title="interface in com.typesafe.config">ConfigLoadingStrategy</a></dt>
<dd>
<div class="block">This method must load and parse application config.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/DefaultConfigLoadingStrategy.html#parseApplicationConfig-com.typesafe.config.ConfigParseOptions-">parseApplicationConfig(ConfigParseOptions)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/DefaultConfigLoadingStrategy.html" title="class in com.typesafe.config">DefaultConfigLoadingStrategy</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#parseConfigDocument--">parseConfigDocument()</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseFile-java.io.File-com.typesafe.config.ConfigParseOptions-">parseFile(File, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses a file into a Config instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseFile-java.io.File-">parseFile(File)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses a file into a Config instance as with
<a href="com/typesafe/config/ConfigFactory.html#parseFile-java.io.File-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseFile(File,ConfigParseOptions)</code></a> but always uses the
default parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocumentFactory.html#parseFile-java.io.File-com.typesafe.config.ConfigParseOptions-">parseFile(File, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser">ConfigDocumentFactory</a></dt>
<dd>
<div class="block">Parses a file into a ConfigDocument instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocumentFactory.html#parseFile-java.io.File-">parseFile(File)</a></span> - Static method in class com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser">ConfigDocumentFactory</a></dt>
<dd>
<div class="block">Parses a file into a ConfigDocument instance as with
<a href="com/typesafe/config/parser/ConfigDocumentFactory.html#parseFile-java.io.File-com.typesafe.config.ConfigParseOptions-"><code>ConfigDocumentFactory.parseFile(File,ConfigParseOptions)</code></a> but always uses the
default parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseFileAnySyntax-java.io.File-com.typesafe.config.ConfigParseOptions-">parseFileAnySyntax(File, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses a file with a flexible extension.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseFileAnySyntax-java.io.File-">parseFileAnySyntax(File)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#parseFileAnySyntax-java.io.File-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseFileAnySyntax(File,ConfigParseOptions)</code></a> but always uses
default parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#parseFileAnySyntax-java.io.File-com.typesafe.config.ConfigParseOptions-">parseFileAnySyntax(File, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseMap-java.util.Map-java.lang.String-">parseMap(Map&lt;String, ? extends Object&gt;, String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Creates a <code>Config</code> based on a <code>Map</code> from paths to
plain Java values.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseMap-java.util.Map-">parseMap(Map&lt;String, ? extends Object&gt;)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">See the other overload of <a href="com/typesafe/config/ConfigFactory.html#parseMap-java.util.Map-java.lang.String-"><code>ConfigFactory.parseMap(Map, String)</code></a> for details,
this one just uses a default origin description.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigIncludeContext.html#parseOptions--">parseOptions()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a></dt>
<dd>
<div class="block">Parse options to use (if you use another method to get a
<a href="com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config"><code>ConfigParseable</code></a> then use <a href="com/typesafe/config/ConfigParseable.html#options--"><code>ConfigParseable.options()</code></a>
instead though).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseProperties-java.util.Properties-com.typesafe.config.ConfigParseOptions-">parseProperties(Properties, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Converts a Java <code>Properties</code> object to a
<a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config"><code>ConfigObject</code></a> using the rules documented in the <a
href="https://github.com/typesafehub/config/blob/master/HOCON.md">HOCON
spec</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseProperties-java.util.Properties-">parseProperties(Properties)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#parseProperties-java.util.Properties-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseProperties(Properties, ConfigParseOptions)</code></a> but uses default
parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseReader-java.io.Reader-com.typesafe.config.ConfigParseOptions-">parseReader(Reader, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses a Reader into a Config instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseReader-java.io.Reader-">parseReader(Reader)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses a reader into a Config instance as with
<a href="com/typesafe/config/ConfigFactory.html#parseReader-java.io.Reader-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseReader(Reader,ConfigParseOptions)</code></a> but always uses the
default parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocumentFactory.html#parseReader-java.io.Reader-com.typesafe.config.ConfigParseOptions-">parseReader(Reader, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser">ConfigDocumentFactory</a></dt>
<dd>
<div class="block">Parses a Reader into a ConfigDocument instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocumentFactory.html#parseReader-java.io.Reader-">parseReader(Reader)</a></span> - Static method in class com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser">ConfigDocumentFactory</a></dt>
<dd>
<div class="block">Parses a reader into a Config instance as with
<a href="com/typesafe/config/parser/ConfigDocumentFactory.html#parseReader-java.io.Reader-com.typesafe.config.ConfigParseOptions-"><code>ConfigDocumentFactory.parseReader(Reader,ConfigParseOptions)</code></a> but always uses the
default parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResources-java.lang.Class-java.lang.String-com.typesafe.config.ConfigParseOptions-">parseResources(Class&lt;?&gt;, String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses all resources on the classpath with the given name and merges them
into a single <code>Config</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResources-java.lang.Class-java.lang.String-">parseResources(Class&lt;?&gt;, String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#parseResources-java.lang.Class-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseResources(Class,String,ConfigParseOptions)</code></a> but always uses
default parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResources-java.lang.ClassLoader-java.lang.String-com.typesafe.config.ConfigParseOptions-">parseResources(ClassLoader, String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses all resources on the classpath with the given name and merges them
into a single <code>Config</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResources-java.lang.ClassLoader-java.lang.String-">parseResources(ClassLoader, String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#parseResources-java.lang.ClassLoader-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseResources(ClassLoader,String,ConfigParseOptions)</code></a> but always uses
default parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResources-java.lang.String-com.typesafe.config.ConfigParseOptions-">parseResources(String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#parseResources-java.lang.ClassLoader-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseResources(ClassLoader,String,ConfigParseOptions)</code></a> but
uses thread's current context class loader if none is set in the
ConfigParseOptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResources-java.lang.String-">parseResources(String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#parseResources-java.lang.ClassLoader-java.lang.String-"><code>ConfigFactory.parseResources(ClassLoader,String)</code></a> but uses thread's
current context class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.Class-java.lang.String-com.typesafe.config.ConfigParseOptions-">parseResourcesAnySyntax(Class&lt;?&gt;, String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses classpath resources with a flexible extension.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.Class-java.lang.String-">parseResourcesAnySyntax(Class&lt;?&gt;, String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.Class-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseResourcesAnySyntax(Class,String,ConfigParseOptions)</code></a>
but always uses default parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.ClassLoader-java.lang.String-com.typesafe.config.ConfigParseOptions-">parseResourcesAnySyntax(ClassLoader, String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses classpath resources with a flexible extension.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.ClassLoader-java.lang.String-">parseResourcesAnySyntax(ClassLoader, String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.ClassLoader-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseResourcesAnySyntax(ClassLoader,String,ConfigParseOptions)</code></a> but always uses
default parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.String-com.typesafe.config.ConfigParseOptions-">parseResourcesAnySyntax(String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like
<a href="com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.ClassLoader-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseResourcesAnySyntax(ClassLoader,String,ConfigParseOptions)</code></a>
but uses thread's current context class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.String-">parseResourcesAnySyntax(String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.ClassLoader-java.lang.String-"><code>ConfigFactory.parseResourcesAnySyntax(ClassLoader,String)</code></a> but uses
thread's current context class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#parseResourcesAnySyntax-java.lang.Class-java.lang.String-com.typesafe.config.ConfigParseOptions-">parseResourcesAnySyntax(Class&lt;?&gt;, String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#parseResourcesAnySyntax-java.lang.String-com.typesafe.config.ConfigParseOptions-">parseResourcesAnySyntax(String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseString-java.lang.String-com.typesafe.config.ConfigParseOptions-">parseString(String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses a string (which should be valid HOCON or JSON by default, or
the syntax specified in the options otherwise).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseString-java.lang.String-">parseString(String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses a string (which should be valid HOCON or JSON).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocumentFactory.html#parseString-java.lang.String-com.typesafe.config.ConfigParseOptions-">parseString(String, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser">ConfigDocumentFactory</a></dt>
<dd>
<div class="block">Parses a string which should be valid HOCON or JSON.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocumentFactory.html#parseString-java.lang.String-">parseString(String)</a></span> - Static method in class com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser">ConfigDocumentFactory</a></dt>
<dd>
<div class="block">Parses a string (which should be valid HOCON or JSON).</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseURL-java.net.URL-com.typesafe.config.ConfigParseOptions-">parseURL(URL, ConfigParseOptions)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses a URL into a Config instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseURL-java.net.URL-">parseURL(URL)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Parses a url into a Config instance as with
<a href="com/typesafe/config/ConfigFactory.html#parseURL-java.net.URL-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseURL(URL,ConfigParseOptions)</code></a> but always uses the
default parse options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.ValidationProblem.html#path--">path()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a></dt>
<dd>
<div class="block">Returns the config setting causing the problem.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#postConstruct-com.typesafe.config.ConfigParseOptions-">postConstruct(ConfigParseOptions)</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#prependIncluder-com.typesafe.config.ConfigIncluder-">prependIncluder(ConfigIncluder)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Prepends a <a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a> which customizes how
includes are handled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.ValidationProblem.html#problem--">problem()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a></dt>
<dd>
<div class="block">Returns a description of the problem.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.ValidationFailed.html#problems--">problems()</a></span> - Method in exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:Q">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigUtil.html#quoteString-java.lang.String-">quoteString(String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config">ConfigUtil</a></dt>
<dd>
<div class="block">Quotes and escapes a string, as in the JSON specification.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#rawParseDocument-com.typesafe.config.ConfigOrigin-com.typesafe.config.ConfigParseOptions-">rawParseDocument(ConfigOrigin, ConfigParseOptions)</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#rawParseValue-com.typesafe.config.ConfigOrigin-com.typesafe.config.ConfigParseOptions-">rawParseValue(ConfigOrigin, ConfigParseOptions)</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#reader--">reader()</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#reader-com.typesafe.config.ConfigParseOptions-">reader(ConfigParseOptions)</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImplUtil.html#readOrigin-java.io.ObjectInputStream-">readOrigin(ObjectInputStream)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl">ConfigImplUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigIncludeContext.html#relativeTo-java.lang.String-">relativeTo(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a></dt>
<dd>
<div class="block">Tries to find a name relative to whatever is doing the including, for
example in the same directory as the file doing the including.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.Relativizer.html#relativeTo-java.lang.String-">relativeTo(String)</a></span> - Method in interface com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.Relativizer.html" title="interface in com.typesafe.config.impl">Parseable.Relativizer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#reloadEnvVariablesConfig--">reloadEnvVariablesConfig()</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#reloadSystemPropertiesConfig--">reloadSystemPropertiesConfig()</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValue.html#render--">render()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a></dt>
<dd>
<div class="block">Renders the config value as a HOCON string.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValue.html#render-com.typesafe.config.ConfigRenderOptions-">render(ConfigRenderOptions)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a></dt>
<dd>
<div class="block">Renders the config value to a string, using the provided options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocument.html#render--">render()</a></span> - Method in interface com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser">ConfigDocument</a></dt>
<dd>
<div class="block">The original text of the input, modified if necessary with
any replaced or added values.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigNode.html#render--">render()</a></span> - Method in interface com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigNode.html" title="interface in com.typesafe.config.parser">ConfigNode</a></dt>
<dd>
<div class="block">The original text of the input which was used to form this particular
node.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImplUtil.html#renderJsonString-java.lang.String-">renderJsonString(String)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl">ConfigImplUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#resolve--">resolve()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Returns a replacement config with all substitutions (the
<code>${foo.bar}</code> syntax, see <a
href="https://github.com/typesafehub/config/blob/master/HOCON.md">the
spec</a>) resolved.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#resolve-com.typesafe.config.ConfigResolveOptions-">resolve(ConfigResolveOptions)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/Config.html#resolve--"><code>Config.resolve()</code></a> but allows you to specify non-default
options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#resolveWith-com.typesafe.config.Config-">resolveWith(Config)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/Config.html#resolve--"><code>Config.resolve()</code></a> except that substitution values are looked
up in the given source, rather than in this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#resolveWith-com.typesafe.config.Config-com.typesafe.config.ConfigResolveOptions-">resolveWith(Config, ConfigResolveOptions)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Like <a href="com/typesafe/config/Config.html#resolveWith-com.typesafe.config.Config-"><code>Config.resolveWith(Config)</code></a> but allows you to specify
non-default options.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOrigin.html#resource--">resource()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a></dt>
<dd>
<div class="block">Returns a classpath resource name describing the origin.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#root--">root()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Gets the <code>Config</code> as a tree of <a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config"><code>ConfigObject</code></a>.</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#setAllowMissing-boolean-">setAllowMissing(boolean)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Set to false to throw an exception if the item being parsed (for example
a file) is missing.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigResolveOptions.html#setAllowUnresolved-boolean-">setAllowUnresolved(boolean)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a></dt>
<dd>
<div class="block">Returns options with "allow unresolved" set to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#setClassLoader-java.lang.ClassLoader-">setClassLoader(ClassLoader)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Set the class loader.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigRenderOptions.html#setComments-boolean-">setComments(boolean)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></dt>
<dd>
<div class="block">Returns options with comments toggled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigRenderOptions.html#setFormatted-boolean-">setFormatted(boolean)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></dt>
<dd>
<div class="block">Returns options with formatting toggled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#setIncluder-com.typesafe.config.ConfigIncluder-">setIncluder(ConfigIncluder)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Set a <a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a> which customizes how includes are handled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigRenderOptions.html#setJson-boolean-">setJson(boolean)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></dt>
<dd>
<div class="block">Returns options with JSON toggled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigRenderOptions.html#setOriginComments-boolean-">setOriginComments(boolean)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></dt>
<dd>
<div class="block">Returns options with origin comments toggled.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#setOriginDescription-java.lang.String-">setOriginDescription(String)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Set a description for the thing being parsed.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigIncludeContext.html#setParseOptions-com.typesafe.config.ConfigParseOptions-">setParseOptions(ConfigParseOptions)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a></dt>
<dd>
<div class="block">Copy this <a href="com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config"><code>ConfigIncludeContext</code></a> giving it a new value for its parseOptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigParseOptions.html#setSyntax-com.typesafe.config.ConfigSyntax-">setSyntax(ConfigSyntax)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></dt>
<dd>
<div class="block">Set the file format.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigResolveOptions.html#setUseSystemEnvironment-boolean-">setUseSystemEnvironment(boolean)</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a></dt>
<dd>
<div class="block">Returns options with use of environment variables set to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigUtil.html#splitPath-java.lang.String-">splitPath(String)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config">ConfigUtil</a></dt>
<dd>
<div class="block">Converts a path expression into a list of keys, by splitting on period
and unquoting the individual path elements.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImplUtil.html#splitPath-java.lang.String-">splitPath(String)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl">ConfigImplUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#systemEnvironment--">systemEnvironment()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Gets a <code>Config</code> containing the system's environment variables.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#systemProperties--">systemProperties()</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
<dd>
<div class="block">Gets a <code>Config</code> containing the system properties from
<code>System.getProperties()</code>, parsed and converted as with
<a href="com/typesafe/config/ConfigFactory.html#parseProperties-java.util.Properties-com.typesafe.config.ConfigParseOptions-"><code>ConfigFactory.parseProperties(java.util.Properties, com.typesafe.config.ConfigParseOptions)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#systemPropertiesAsConfig--">systemPropertiesAsConfig()</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigMemorySize.html#toBytes--">toBytes()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigMemorySize.html" title="class in com.typesafe.config">ConfigMemorySize</a></dt>
<dd>
<div class="block">Gets the size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigObject.html#toConfig--">toConfig()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</a></dt>
<dd>
<div class="block">Converts this object to a <a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a> instance, enabling you to use
path expressions to find values in the object.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.ValidationProblem.html#toString--">toString()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigMemorySize.html#toString--">toString()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigMemorySize.html" title="class in com.typesafe.config">ConfigMemorySize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigRenderOptions.html#toString--">toString()</a></span> - Method in class com.typesafe.config.<a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#toString--">toString()</a></span> - Method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#trace-java.lang.String-">trace(String)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#trace-int-java.lang.String-">trace(int, String)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/Parseable.html#trace-java.lang.String-">trace(String)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#traceLoadsEnabled--">traceLoadsEnabled()</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImpl.html#traceSubstitutionsEnabled--">traceSubstitutionsEnabled()</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImplUtil.html#unicodeTrim-java.lang.String-">unicodeTrim(String)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl">ConfigImplUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.UnresolvedSubstitution.html#UnresolvedSubstitution-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">UnresolvedSubstitution(ConfigOrigin, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.UnresolvedSubstitution.html#UnresolvedSubstitution-com.typesafe.config.ConfigOrigin-java.lang.String-">UnresolvedSubstitution(ConfigOrigin, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigList.html#unwrapped--">unwrapped()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigList.html" title="interface in com.typesafe.config">ConfigList</a></dt>
<dd>
<div class="block">Recursively unwraps the list, returning a list of plain Java values such
as Integer or String or whatever is in the list.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigObject.html#unwrapped--">unwrapped()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</a></dt>
<dd>
<div class="block">Recursively unwraps the object, returning a map from String to whatever
plain Java values are unwrapped from the object's values.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValue.html#unwrapped--">unwrapped()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a></dt>
<dd>
<div class="block">Returns the value as a plain Java boxed value, that is, a <code>String</code>,
<code>Number</code>, <code>Boolean</code>, <code>Map&lt;String,Object&gt;</code>,
<code>List&lt;Object&gt;</code>, or <code>null</code>, matching the <a href="com/typesafe/config/ConfigValue.html#valueType--"><code>ConfigValue.valueType()</code></a>
of this <code>ConfigValue</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOrigin.html#url--">url()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a></dt>
<dd>
<div class="block">Returns a URL describing the origin.</div>
</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.ValidationFailed.html#ValidationFailed-java.lang.Iterable-">ValidationFailed(Iterable&lt;ConfigException.ValidationProblem&gt;)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.ValidationProblem.html#ValidationProblem-java.lang.String-com.typesafe.config.ConfigOrigin-java.lang.String-">ValidationProblem(String, ConfigOrigin, String)</a></span> - Constructor for class com.typesafe.config.<a href="com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigSyntax.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.typesafe.config.<a href="com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config">ConfigSyntax</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValueType.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum com.typesafe.config.<a href="com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config">ConfigValueType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigSyntax.html#values--">values()</a></span> - Static method in enum com.typesafe.config.<a href="com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config">ConfigSyntax</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValueType.html#values--">values()</a></span> - Static method in enum com.typesafe.config.<a href="com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config">ConfigValueType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValue.html#valueType--">valueType()</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a></dt>
<dd>
<div class="block">The <a href="com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config"><code>ConfigValueType</code></a> of the value; matches the JSON type schema.</div>
</dd>
</dl>
<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOrigin.html#withComments-java.util.List-">withComments(List&lt;String&gt;)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a></dt>
<dd>
<div class="block">Returns a <code>ConfigOrigin</code> based on this one, but with the given
comments.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#withFallback-com.typesafe.config.ConfigMergeable-">withFallback(ConfigMergeable)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigIncluder.html#withFallback-com.typesafe.config.ConfigIncluder-">withFallback(ConfigIncluder)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a></dt>
<dd>
<div class="block">Returns a new includer that falls back to the given includer.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigMergeable.html#withFallback-com.typesafe.config.ConfigMergeable-">withFallback(ConfigMergeable)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</a></dt>
<dd>
<div class="block">Returns a new value computed by merging this value with another, with
keys in this value "winning" over the other one.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigObject.html#withFallback-com.typesafe.config.ConfigMergeable-">withFallback(ConfigMergeable)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigResolver.html#withFallback-com.typesafe.config.ConfigResolver-">withFallback(ConfigResolver)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigResolver.html" title="interface in com.typesafe.config">ConfigResolver</a></dt>
<dd>
<div class="block">Returns a new resolver that falls back to the given resolver if this
one doesn't provide a substitution itself.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValue.html#withFallback-com.typesafe.config.ConfigMergeable-">withFallback(ConfigMergeable)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigOrigin.html#withLineNumber-int-">withLineNumber(int)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a></dt>
<dd>
<div class="block">Returns a <code>ConfigOrigin</code> based on this one, but with the given
line number.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigObject.html#withOnlyKey-java.lang.String-">withOnlyKey(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</a></dt>
<dd>
<div class="block">Clone the object with only the given key (and its children) retained; all
sibling keys are removed.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#withOnlyPath-java.lang.String-">withOnlyPath(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Clone the config with only the given path (and its children) retained;
all sibling paths are removed.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigList.html#withOrigin-com.typesafe.config.ConfigOrigin-">withOrigin(ConfigOrigin)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigList.html" title="interface in com.typesafe.config">ConfigList</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigObject.html#withOrigin-com.typesafe.config.ConfigOrigin-">withOrigin(ConfigOrigin)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigValue.html#withOrigin-com.typesafe.config.ConfigOrigin-">withOrigin(ConfigOrigin)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a></dt>
<dd>
<div class="block">Returns a <code>ConfigValue</code> based on this one, but with the given
origin.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigObject.html#withoutKey-java.lang.String-">withoutKey(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</a></dt>
<dd>
<div class="block">Clone the object with the given key removed.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#withoutPath-java.lang.String-">withoutPath(String)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Clone the config with the given path removed.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocument.html#withoutPath-java.lang.String-">withoutPath(String)</a></span> - Method in interface com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser">ConfigDocument</a></dt>
<dd>
<div class="block">Returns a new ConfigDocument that is a copy of the current ConfigDocument, but with
all values at the desired path removed.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#withValue-java.lang.String-com.typesafe.config.ConfigValue-">withValue(String, ConfigValue)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
<dd>
<div class="block">Returns a <code>Config</code> based on this one, but with the given path set
to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigObject.html#withValue-java.lang.String-com.typesafe.config.ConfigValue-">withValue(String, ConfigValue)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</a></dt>
<dd>
<div class="block">Returns a <code>ConfigObject</code> based on this one, but with the given key
set to the given value.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocument.html#withValue-java.lang.String-com.typesafe.config.ConfigValue-">withValue(String, ConfigValue)</a></span> - Method in interface com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser">ConfigDocument</a></dt>
<dd>
<div class="block">Returns a new ConfigDocument that is a copy of the current
ConfigDocument, but with the desired value set at the
desired path.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/parser/ConfigDocument.html#withValueText-java.lang.String-java.lang.String-">withValueText(String, String)</a></span> - Method in interface com.typesafe.config.parser.<a href="com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser">ConfigDocument</a></dt>
<dd>
<div class="block">Returns a new ConfigDocument that is a copy of the current ConfigDocument,
but with the desired value set at the desired path.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/impl/ConfigImplUtil.html#writeOrigin-java.io.ObjectOutputStream-com.typesafe.config.ConfigOrigin-">writeOrigin(ObjectOutputStream, ConfigOrigin)</a></span> - Static method in class com.typesafe.config.impl.<a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl">ConfigImplUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.WrongType.html#WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.String-java.lang.Throwable-">WrongType(ConfigOrigin, String, String, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.WrongType.html#WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.String-">WrongType(ConfigOrigin, String, String, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.WrongType.html#WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">WrongType(ConfigOrigin, String, Throwable)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigException.WrongType.html#WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-">WrongType(ConfigOrigin, String)</a></span> - Constructor for exception com.typesafe.config.<a href="com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>