config/v1.1.0-f09acc5d68e51dc6a6598a8da9eed58429e90e89/index-all.html
Havoc Pennington 0241a1fe72 Add 1.1.0-f09acc5d68e51dc6a6598a8da9eed58429e90e89 docs
(This isn't a released version but is latest master.)

Also, commit v1.0.2 docs which were never committed.
2014-01-07 12:07:14 -05:00

1186 lines
110 KiB
HTML

<!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 (version 1.7.0_45) on Tue Jan 07 12:00:15 EST 2014 -->
<title>Index</title>
<meta name="date" content="2014-01-07">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./com/typesafe/config/package-summary.html">Package</a></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 Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="./allclasses-noframe.html">All 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="#_A_">A</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="_C_">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><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><span class="strong"><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="strong"><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="strong">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/ConfigException.html" title="class in com.typesafe.config"><span class="strong">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="strong"><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="strong"><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="strong"><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="strong"><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.BadPath.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.BadPath.html#ConfigException.BadPath(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.BadPath.html#ConfigException.BadPath(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.BadPath.html#ConfigException.BadPath(java.lang.String, java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.BadPath.html#ConfigException.BadPath(java.lang.String, java.lang.String)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.BadPath.html#ConfigException.BadPath(com.typesafe.config.ConfigOrigin, java.lang.String)">ConfigException.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><a href="./com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.BadValue.html#ConfigException.BadValue(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.BadValue.html#ConfigException.BadValue(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.BadValue.html#ConfigException.BadValue(java.lang.String, java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.BadValue.html#ConfigException.BadValue(java.lang.String, java.lang.String)">ConfigException.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><a href="./com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.BugOrBroken.html#ConfigException.BugOrBroken(java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.BugOrBroken.html#ConfigException.BugOrBroken(java.lang.String)">ConfigException.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>
<dt><a href="./com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.Generic.html#ConfigException.Generic(java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.Generic.html#ConfigException.Generic(java.lang.String)">ConfigException.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><a href="./com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.IO.html#ConfigException.IO(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.IO.html#ConfigException.IO(com.typesafe.config.ConfigOrigin, java.lang.String)">ConfigException.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><a href="./com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.Missing.html#ConfigException.Missing(java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.Missing.html#ConfigException.Missing(java.lang.String)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.Missing.html#ConfigException.Missing(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.Missing.html#ConfigException.Missing(com.typesafe.config.ConfigOrigin, java.lang.String)">ConfigException.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>
<dt><a href="./com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.NotResolved.html#ConfigException.NotResolved(java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.NotResolved.html#ConfigException.NotResolved(java.lang.String)">ConfigException.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><a href="./com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.Null.html#ConfigException.Null(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.Null.html#ConfigException.Null(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String)">ConfigException.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>
<dt><a href="./com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.Parse.html#ConfigException.Parse(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.Parse.html#ConfigException.Parse(com.typesafe.config.ConfigOrigin, java.lang.String)">ConfigException.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><a href="./com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.UnresolvedSubstitution.html#ConfigException.UnresolvedSubstitution(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.UnresolvedSubstitution.html#ConfigException.UnresolvedSubstitution(com.typesafe.config.ConfigOrigin, java.lang.String)">ConfigException.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><a href="./com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.ValidationFailed.html#ConfigException.ValidationFailed(java.lang.Iterable)">ConfigException.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><a href="./com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.ValidationProblem.html#ConfigException.ValidationProblem(java.lang.String, com.typesafe.config.ConfigOrigin, java.lang.String)">ConfigException.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><a href="./com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config"><span class="strong">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><span class="strong"><a href="./com/typesafe/config/ConfigException.WrongType.html#ConfigException.WrongType(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String, java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.WrongType.html#ConfigException.WrongType(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String, java.lang.String)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.WrongType.html#ConfigException.WrongType(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.Throwable)">ConfigException.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="strong"><a href="./com/typesafe/config/ConfigException.WrongType.html#ConfigException.WrongType(com.typesafe.config.ConfigOrigin, java.lang.String)">ConfigException.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>
<dt><a href="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config"><span class="strong">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/ConfigIncludeContext.html" title="interface in com.typesafe.config"><span class="strong">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="strong">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="strong">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="strong">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="strong">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="strong">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/ConfigMergeable.html" title="interface in com.typesafe.config"><span class="strong">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/ConfigObject.html" title="interface in com.typesafe.config"><span class="strong">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="strong">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/ConfigParseable.html" title="interface in com.typesafe.config"><span class="strong">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="strong">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="strong">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="strong">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/ConfigSyntax.html" title="enum in com.typesafe.config"><span class="strong">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="strong">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="strong">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="strong">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="strong">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>
</dl>
<a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="_E_">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_F_">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_G_">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>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></i></div>
</div>
</dd>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>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></i></div>
</div>
</dd>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>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></i></div>
</div>
</dd>
<dt><span class="strong"><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="strong">Deprecated.</span>
<div class="block"><i>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></i></div>
</div>
</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="_H_">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><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>
</dl>
<a name="_I_">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="_J_">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="strong"><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="strong"><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>
</dl>
<a name="_L_">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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(java.lang.String)"><code>load("application")</code></a> in most cases.</div>
</dd>
<dt><span class="strong"><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="strong"><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="strong"><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 parse options</div>
</dd>
<dt><span class="strong"><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 resolve options</div>
</dd>
<dt><span class="strong"><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>
</dl>
<a name="_N_">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><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>
</dl>
<a name="_O_">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_P_">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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.</div>
</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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>&nbsp;</dd>
<dt><span class="strong"><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="strong"><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="_Q_">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="strong"><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="_R_">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="_S_">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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 ConfigIncluder which customizes how includes are handled.</div>
</dd>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_T_">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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>
</dl>
<a name="_U_">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="_V_">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="_W_">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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="strong"><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>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_J_">J</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="./com/typesafe/config/package-summary.html">Package</a></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 Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="./allclasses-noframe.html">All 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>