config/latest/api/index-all.html
Havoc Pennington d5490bbc97 0.3.0 API docs
2012-03-01 12:11:34 -05:00

858 lines
82 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 01 12:09:09 EST 2012 -->
<TITLE>
Index
</TITLE>
<META NAME="date" CONTENT="2012-03-01">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/typesafe/config/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/typesafe/config/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#appendIncluder(com.typesafe.config.ConfigIncluder)"><B>appendIncluder(ConfigIncluder)</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/Config.html#checkValid(com.typesafe.config.Config, java.lang.String...)"><B>checkValid(Config, String...)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>Validates this config against a reference config, throwing an exception
if it is invalid.
<DT><A HREF="./com/typesafe/config/package-summary.html"><B>com.typesafe.config</B></A> - package com.typesafe.config<DD>
An API for loading and using configuration files, see <a href="https://github.com/havocp/config/">the project site</a>
for more information.<DT><A HREF="./com/typesafe/config/ConfigOrigin.html#comments()"><B>comments()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</A>
<DD>Returns any comments that appeared to "go with" this place in the file.
<DT><A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config"><B>Config</B></A> - Interface in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>An immutable map from config paths to config values.<DT><A HREF="./com/typesafe/config/ConfigException.html" title="class in com.typesafe.config"><B>ConfigException</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>All exceptions thrown by the library are subclasses of
<code>ConfigException</code>.<DT><A HREF="./com/typesafe/config/ConfigException.html#ConfigException(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.Throwable)"><B>ConfigException(ConfigOrigin, String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.html#ConfigException(com.typesafe.config.ConfigOrigin, java.lang.String)"><B>ConfigException(ConfigOrigin, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.html#ConfigException(java.lang.String, java.lang.Throwable)"><B>ConfigException(String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.html#ConfigException(java.lang.String)"><B>ConfigException(String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config"><B>ConfigException.BadPath</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Exception indicating that a path expression was invalid.<DT><A HREF="./com/typesafe/config/ConfigException.BadPath.html#ConfigException.BadPath(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String, java.lang.Throwable)"><B>ConfigException.BadPath(ConfigOrigin, String, String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.BadPath.html#ConfigException.BadPath(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String)"><B>ConfigException.BadPath(ConfigOrigin, String, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.BadPath.html#ConfigException.BadPath(java.lang.String, java.lang.String, java.lang.Throwable)"><B>ConfigException.BadPath(String, String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.BadPath.html#ConfigException.BadPath(java.lang.String, java.lang.String)"><B>ConfigException.BadPath(String, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.BadPath.html#ConfigException.BadPath(com.typesafe.config.ConfigOrigin, java.lang.String)"><B>ConfigException.BadPath(ConfigOrigin, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config"><B>ConfigException.BadValue</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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.<DT><A HREF="./com/typesafe/config/ConfigException.BadValue.html#ConfigException.BadValue(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String, java.lang.Throwable)"><B>ConfigException.BadValue(ConfigOrigin, String, String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.BadValue.html#ConfigException.BadValue(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String)"><B>ConfigException.BadValue(ConfigOrigin, String, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.BadValue.html#ConfigException.BadValue(java.lang.String, java.lang.String, java.lang.Throwable)"><B>ConfigException.BadValue(String, String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.BadValue.html#ConfigException.BadValue(java.lang.String, java.lang.String)"><B>ConfigException.BadValue(String, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config"><B>ConfigException.BugOrBroken</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Exception indicating that there's a bug in something (possibly the
library itself) or the runtime environment is broken.<DT><A HREF="./com/typesafe/config/ConfigException.BugOrBroken.html#ConfigException.BugOrBroken(java.lang.String, java.lang.Throwable)"><B>ConfigException.BugOrBroken(String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.BugOrBroken.html#ConfigException.BugOrBroken(java.lang.String)"><B>ConfigException.BugOrBroken(String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config"><B>ConfigException.Generic</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Exception that doesn't fall into any other category.<DT><A HREF="./com/typesafe/config/ConfigException.Generic.html#ConfigException.Generic(java.lang.String, java.lang.Throwable)"><B>ConfigException.Generic(String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.Generic.html#ConfigException.Generic(java.lang.String)"><B>ConfigException.Generic(String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config"><B>ConfigException.IO</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Exception indicating that there was an IO error.<DT><A HREF="./com/typesafe/config/ConfigException.IO.html#ConfigException.IO(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.Throwable)"><B>ConfigException.IO(ConfigOrigin, String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.IO.html#ConfigException.IO(com.typesafe.config.ConfigOrigin, java.lang.String)"><B>ConfigException.IO(ConfigOrigin, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config"><B>ConfigException.Missing</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Exception indicates that the setting was never set to anything, not even
null.<DT><A HREF="./com/typesafe/config/ConfigException.Missing.html#ConfigException.Missing(java.lang.String, java.lang.Throwable)"><B>ConfigException.Missing(String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.Missing.html#ConfigException.Missing(java.lang.String)"><B>ConfigException.Missing(String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.Missing.html#ConfigException.Missing(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.Throwable)"><B>ConfigException.Missing(ConfigOrigin, String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.Missing.html#ConfigException.Missing(com.typesafe.config.ConfigOrigin, java.lang.String)"><B>ConfigException.Missing(ConfigOrigin, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config"><B>ConfigException.NotResolved</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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).<DT><A HREF="./com/typesafe/config/ConfigException.NotResolved.html#ConfigException.NotResolved(java.lang.String, java.lang.Throwable)"><B>ConfigException.NotResolved(String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.NotResolved.html#ConfigException.NotResolved(java.lang.String)"><B>ConfigException.NotResolved(String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config"><B>ConfigException.Null</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Exception indicates that the setting was treated as missing because it
was set to null.<DT><A HREF="./com/typesafe/config/ConfigException.Null.html#ConfigException.Null(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String, java.lang.Throwable)"><B>ConfigException.Null(ConfigOrigin, String, String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.Null.html#ConfigException.Null(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String)"><B>ConfigException.Null(ConfigOrigin, String, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config"><B>ConfigException.Parse</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Exception indicating that there was a parse error.<DT><A HREF="./com/typesafe/config/ConfigException.Parse.html#ConfigException.Parse(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.Throwable)"><B>ConfigException.Parse(ConfigOrigin, String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.Parse.html#ConfigException.Parse(com.typesafe.config.ConfigOrigin, java.lang.String)"><B>ConfigException.Parse(ConfigOrigin, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config"><B>ConfigException.UnresolvedSubstitution</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Exception indicating that a substitution did not resolve to anything.<DT><A HREF="./com/typesafe/config/ConfigException.UnresolvedSubstitution.html#ConfigException.UnresolvedSubstitution(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.Throwable)"><B>ConfigException.UnresolvedSubstitution(ConfigOrigin, String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.UnresolvedSubstitution.html#ConfigException.UnresolvedSubstitution(com.typesafe.config.ConfigOrigin, java.lang.String)"><B>ConfigException.UnresolvedSubstitution(ConfigOrigin, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config"><B>ConfigException.ValidationFailed</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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.<DT><A HREF="./com/typesafe/config/ConfigException.ValidationFailed.html#ConfigException.ValidationFailed(java.lang.Iterable)"><B>ConfigException.ValidationFailed(Iterable&lt;ConfigException.ValidationProblem&gt;)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config"><B>ConfigException.ValidationProblem</B></A> - Class in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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>.<DT><A HREF="./com/typesafe/config/ConfigException.ValidationProblem.html#ConfigException.ValidationProblem(java.lang.String, com.typesafe.config.ConfigOrigin, java.lang.String)"><B>ConfigException.ValidationProblem(String, ConfigOrigin, String)</B></A> -
Constructor for class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config"><B>ConfigException.WrongType</B></A> - Exception in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Exception indicating that the type of a value does not match the type you
requested.<DT><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)"><B>ConfigException.WrongType(ConfigOrigin, String, String, String, Throwable)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.WrongType.html#ConfigException.WrongType(com.typesafe.config.ConfigOrigin, java.lang.String, java.lang.String, java.lang.String)"><B>ConfigException.WrongType(ConfigOrigin, String, String, String)</B></A> -
Constructor for exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config"><B>ConfigFactory</B></A> - Class in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Contains static methods for creating <A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config"><CODE>Config</CODE></A> instances.<DT><A HREF="./com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config"><B>ConfigIncludeContext</B></A> - Interface in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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.<DT><A HREF="./com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><B>ConfigIncluder</B></A> - Interface in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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.<DT><A HREF="./com/typesafe/config/ConfigList.html" title="interface in com.typesafe.config"><B>ConfigList</B></A> - Interface in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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.<DT><A HREF="./com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config"><B>ConfigMergeable</B></A> - Interface in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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>.<DT><A HREF="./com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config"><B>ConfigObject</B></A> - Interface in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Subtype of <A HREF="./com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><CODE>ConfigValue</CODE></A> representing an object (dictionary, map)
value, as in JSON's <code>{ "a" : 42 }</code> syntax.<DT><A HREF="./com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config"><B>ConfigOrigin</B></A> - Interface in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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.<DT><A HREF="./com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config"><B>ConfigParseable</B></A> - Interface in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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>.<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config"><B>ConfigParseOptions</B></A> - Class in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>A set of options related to parsing.<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#ConfigParseOptions(com.typesafe.config.ConfigSyntax, java.lang.String, boolean, com.typesafe.config.ConfigIncluder)"><B>ConfigParseOptions(ConfigSyntax, String, boolean, ConfigIncluder)</B></A> -
Constructor for class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config"><B>ConfigResolveOptions</B></A> - Class in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>A set of options related to resolving substitutions.<DT><A HREF="./com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config"><B>ConfigSyntax</B></A> - Enum in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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>.<DT><A HREF="./com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config"><B>ConfigUtil</B></A> - Class in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>Contains static utility methods.<DT><A HREF="./com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><B>ConfigValue</B></A> - Interface in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>An immutable value, following the <a href="http://json.org">JSON</a> type
schema.<DT><A HREF="./com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config"><B>ConfigValueFactory</B></A> - Class in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>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.<DT><A HREF="./com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config"><B>ConfigValueType</B></A> - Enum in <A HREF="./com/typesafe/config/package-summary.html">com.typesafe.config</A><DD>The type of a configuration value (following the <a
href="http://json.org">JSON</a> type schema).</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#defaultOverrides()"><B>defaultOverrides()</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Obtains the default override configuration, which currently consists of
system properties.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#defaultOverrides(java.lang.ClassLoader)"><B>defaultOverrides(ClassLoader)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#defaultReference()"><B>defaultReference()</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#defaultReference(java.lang.ClassLoader)"><B>defaultReference(ClassLoader)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#defaults()"><B>defaults()</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigResolveOptions.html#defaults()"><B>defaults()</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</A>
<DD>Returns the default resolve options.
<DT><A HREF="./com/typesafe/config/ConfigOrigin.html#description()"><B>description()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</A>
<DD>Returns a string describing the origin of a value or exception.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#empty()"><B>empty()</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Gets an empty configuration.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#empty(java.lang.String)"><B>empty(String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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>.
<DT><A HREF="./com/typesafe/config/Config.html#entrySet()"><B>entrySet()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>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>.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigOrigin.html#filename()"><B>filename()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</A>
<DD>Returns a filename describing the origin.
<DT><A HREF="./com/typesafe/config/ConfigValueFactory.html#fromAnyRef(java.lang.Object, java.lang.String)"><B>fromAnyRef(Object, String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</A>
<DD>Creates a ConfigValue from a plain Java boxed value, which may be a
Boolean, Number, String, Map, Iterable, or null.
<DT><A HREF="./com/typesafe/config/ConfigValueFactory.html#fromAnyRef(java.lang.Object)"><B>fromAnyRef(Object)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigValueFactory.html#fromIterable(java.lang.Iterable, java.lang.String)"><B>fromIterable(Iterable&lt;? extends Object&gt;, String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</A>
<DD>See the fromAnyRef() documentation for details.
<DT><A HREF="./com/typesafe/config/ConfigValueFactory.html#fromIterable(java.lang.Iterable)"><B>fromIterable(Iterable&lt;? extends Object&gt;)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigValueFactory.html#fromMap(java.util.Map, java.lang.String)"><B>fromMap(Map&lt;String, ? extends Object&gt;, String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</A>
<DD>See the fromAnyRef() documentation for details.
<DT><A HREF="./com/typesafe/config/ConfigValueFactory.html#fromMap(java.util.Map)"><B>fromMap(Map&lt;String, ? extends Object&gt;)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</A>
<DD>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.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigObject.html#get(java.lang.Object)"><B>get(Object)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#getAllowMissing()"><B>getAllowMissing()</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getAnyRef(java.lang.String)"><B>getAnyRef(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>Gets the value at the path as an unwrapped Java boxed value (
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><CODE>Boolean</CODE></A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><CODE>Integer</CODE></A>, and
so on - see <A HREF="./com/typesafe/config/ConfigValue.html#unwrapped()"><CODE>ConfigValue.unwrapped()</CODE></A>).
<DT><A HREF="./com/typesafe/config/Config.html#getAnyRefList(java.lang.String)"><B>getAnyRefList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getBoolean(java.lang.String)"><B>getBoolean(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getBooleanList(java.lang.String)"><B>getBooleanList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getBytes(java.lang.String)"><B>getBytes(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>Gets a value as a size in bytes (parses special strings like "128M").
<DT><A HREF="./com/typesafe/config/Config.html#getBytesList(java.lang.String)"><B>getBytesList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getConfig(java.lang.String)"><B>getConfig(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getConfigList(java.lang.String)"><B>getConfigList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getDouble(java.lang.String)"><B>getDouble(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getDoubleList(java.lang.String)"><B>getDoubleList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#getIncluder()"><B>getIncluder()</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getInt(java.lang.String)"><B>getInt(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getIntList(java.lang.String)"><B>getIntList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getList(java.lang.String)"><B>getList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>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>.
<DT><A HREF="./com/typesafe/config/Config.html#getLong(java.lang.String)"><B>getLong(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getLongList(java.lang.String)"><B>getLongList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getMilliseconds(java.lang.String)"><B>getMilliseconds(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>Get value as a duration in milliseconds.
<DT><A HREF="./com/typesafe/config/Config.html#getMillisecondsList(java.lang.String)"><B>getMillisecondsList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getNanoseconds(java.lang.String)"><B>getNanoseconds(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>Get value as a duration in nanoseconds.
<DT><A HREF="./com/typesafe/config/Config.html#getNanosecondsList(java.lang.String)"><B>getNanosecondsList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getNumber(java.lang.String)"><B>getNumber(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getNumberList(java.lang.String)"><B>getNumberList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getObject(java.lang.String)"><B>getObject(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getObjectList(java.lang.String)"><B>getObjectList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#getOriginDescription()"><B>getOriginDescription()</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getString(java.lang.String)"><B>getString(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/Config.html#getStringList(java.lang.String)"><B>getStringList(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#getSyntax()"><B>getSyntax()</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigResolveOptions.html#getUseSystemEnvironment()"><B>getUseSystemEnvironment()</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</A>
<DD>Returns whether the options enable use of system environment variables.
<DT><A HREF="./com/typesafe/config/Config.html#getValue(java.lang.String)"><B>getValue(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>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.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/Config.html#hasPath(java.lang.String)"><B>hasPath(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>Checks whether a value is present and non-null at the given path.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigIncluder.html#include(com.typesafe.config.ConfigIncludeContext, java.lang.String)"><B>include(ConfigIncludeContext, String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</A>
<DD>Parses another item to be included.
<DT><A HREF="./com/typesafe/config/Config.html#isEmpty()"><B>isEmpty()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>Returns true if the <code>Config</code>'s root object contains no key-value
pairs.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigUtil.html#joinPath(java.lang.String...)"><B>joinPath(String...)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config">ConfigUtil</A>
<DD>Converts a list of keys to a path expression, by quoting the path
elements as needed and then joining them separated by a period.
<DT><A HREF="./com/typesafe/config/ConfigUtil.html#joinPath(java.util.List)"><B>joinPath(List&lt;String&gt;)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config">ConfigUtil</A>
<DD>Converts a list of strings to a path expression, by quoting the path
elements as needed and then joining them separated by a period.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigOrigin.html#lineNumber()"><B>lineNumber()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</A>
<DD>Returns a line number where the value or exception originated.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#load(java.lang.String)"><B>load(String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#load(java.lang.ClassLoader, java.lang.String)"><B>load(ClassLoader, String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#load(java.lang.String, com.typesafe.config.ConfigParseOptions, com.typesafe.config.ConfigResolveOptions)"><B>load(String, ConfigParseOptions, ConfigResolveOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#load(java.lang.ClassLoader, java.lang.String, com.typesafe.config.ConfigParseOptions, com.typesafe.config.ConfigResolveOptions)"><B>load(ClassLoader, String, ConfigParseOptions, ConfigResolveOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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
allows you to specify a class loader
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#load(com.typesafe.config.Config)"><B>load(Config)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Assembles a standard configuration using a custom <code>Config</code>
object rather than loading "application.conf".
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#load(java.lang.ClassLoader, com.typesafe.config.Config)"><B>load(ClassLoader, Config)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#load(com.typesafe.config.Config, com.typesafe.config.ConfigResolveOptions)"><B>load(Config, ConfigResolveOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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>.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#load(java.lang.ClassLoader, com.typesafe.config.Config, com.typesafe.config.ConfigResolveOptions)"><B>load(ClassLoader, Config, ConfigResolveOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#load()"><B>load()</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#load(java.lang.ClassLoader)"><B>load(ClassLoader)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigResolveOptions.html#noSystem()"><B>noSystem()</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</A>
<DD>Returns resolve options that disable any reference to "system" data
(currently, this means environment variables).
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigParseable.html#options()"><B>options()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config">ConfigParseable</A>
<DD>Get the initial options, which can be modified then passed to parse().
<DT><A HREF="./com/typesafe/config/Config.html#origin()"><B>origin()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigException.html#origin()"><B>origin()</B></A> -
Method in exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</A>
<DD>Returns an "origin" (such as a filename and line number) for the
exception, or null if none is available.
<DT><A HREF="./com/typesafe/config/ConfigException.ValidationProblem.html#origin()"><B>origin()</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</A>
<DD>Returns where the problem occurred (origin may include info on the
file, line number, etc.).
<DT><A HREF="./com/typesafe/config/ConfigParseable.html#origin()"><B>origin()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config">ConfigParseable</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigValue.html#origin()"><B>origin()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</A>
<DD>The origin of the value (file, line number, etc.), for debugging and
error messages.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigParseable.html#parse(com.typesafe.config.ConfigParseOptions)"><B>parse(ConfigParseOptions)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config">ConfigParseable</A>
<DD>Parse whatever it is.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseFile(java.io.File, com.typesafe.config.ConfigParseOptions)"><B>parseFile(File, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseFile(java.io.File)"><B>parseFile(File)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseFileAnySyntax(java.io.File, com.typesafe.config.ConfigParseOptions)"><B>parseFileAnySyntax(File, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Parses a file with a flexible extension.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseFileAnySyntax(java.io.File)"><B>parseFileAnySyntax(File)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseMap(java.util.Map, java.lang.String)"><B>parseMap(Map&lt;String, ? extends Object&gt;, String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Creates a <code>Config</code> based on a <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A> from paths to
plain Java values.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseMap(java.util.Map)"><B>parseMap(Map&lt;String, ? extends Object&gt;)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseProperties(java.util.Properties, com.typesafe.config.ConfigParseOptions)"><B>parseProperties(Properties, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Converts a Java <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util"><CODE>Properties</CODE></A> 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>.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseProperties(java.util.Properties)"><B>parseProperties(Properties)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseReader(java.io.Reader, com.typesafe.config.ConfigParseOptions)"><B>parseReader(Reader, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseReader(java.io.Reader)"><B>parseReader(Reader)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResources(java.lang.Class, java.lang.String, com.typesafe.config.ConfigParseOptions)"><B>parseResources(Class&lt;?&gt;, String, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Parses all resources on the classpath with the given name and merges them
into a single <code>Config</code>.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResources(java.lang.Class, java.lang.String)"><B>parseResources(Class&lt;?&gt;, String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResources(java.lang.ClassLoader, java.lang.String, com.typesafe.config.ConfigParseOptions)"><B>parseResources(ClassLoader, String, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Parses all resources on the classpath with the given name and merges them
into a single <code>Config</code>.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResources(java.lang.ClassLoader, java.lang.String)"><B>parseResources(ClassLoader, String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResources(java.lang.String, com.typesafe.config.ConfigParseOptions)"><B>parseResources(String, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResources(java.lang.String)"><B>parseResources(String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax(java.lang.Class, java.lang.String, com.typesafe.config.ConfigParseOptions)"><B>parseResourcesAnySyntax(Class&lt;?&gt;, String, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Parses classpath resources with a flexible extension.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax(java.lang.Class, java.lang.String)"><B>parseResourcesAnySyntax(Class&lt;?&gt;, String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax(java.lang.ClassLoader, java.lang.String, com.typesafe.config.ConfigParseOptions)"><B>parseResourcesAnySyntax(ClassLoader, String, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Parses classpath resources with a flexible extension.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax(java.lang.ClassLoader, java.lang.String)"><B>parseResourcesAnySyntax(ClassLoader, String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax(java.lang.String, com.typesafe.config.ConfigParseOptions)"><B>parseResourcesAnySyntax(String, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax(java.lang.String)"><B>parseResourcesAnySyntax(String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseString(java.lang.String, com.typesafe.config.ConfigParseOptions)"><B>parseString(String, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseString(java.lang.String)"><B>parseString(String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseURL(java.net.URL, com.typesafe.config.ConfigParseOptions)"><B>parseURL(URL, ConfigParseOptions)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#parseURL(java.net.URL)"><B>parseURL(URL)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.ValidationProblem.html#path()"><B>path()</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</A>
<DD>Returns the config setting causing the problem.
<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#prependIncluder(com.typesafe.config.ConfigIncluder)"><B>prependIncluder(ConfigIncluder)</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigException.ValidationProblem.html#problem()"><B>problem()</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</A>
<DD>Returns a description of the problem.
<DT><A HREF="./com/typesafe/config/ConfigException.ValidationFailed.html#problems()"><B>problems()</B></A> -
Method in exception com.typesafe.config.<A HREF="./com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigUtil.html#quoteString(java.lang.String)"><B>quoteString(String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config">ConfigUtil</A>
<DD>Quotes and escapes a string, as in the JSON specification.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigIncludeContext.html#relativeTo(java.lang.String)"><B>relativeTo(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</A>
<DD>Tries to find a name relative to whatever is doing the including, for
example in the same directory as the file doing the including.
<DT><A HREF="./com/typesafe/config/ConfigValue.html#render()"><B>render()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</A>
<DD>Renders the config value as a HOCON string.
<DT><A HREF="./com/typesafe/config/Config.html#resolve()"><B>resolve()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>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.
<DT><A HREF="./com/typesafe/config/Config.html#resolve(com.typesafe.config.ConfigResolveOptions)"><B>resolve(ConfigResolveOptions)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>Like <A HREF="./com/typesafe/config/Config.html#resolve()"><CODE>Config.resolve()</CODE></A> but allows you to specify non-default
options.
<DT><A HREF="./com/typesafe/config/ConfigOrigin.html#resource()"><B>resource()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</A>
<DD>Returns a classpath resource name describing the origin.
<DT><A HREF="./com/typesafe/config/Config.html#root()"><B>root()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>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>.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#setAllowMissing(boolean)"><B>setAllowMissing(boolean)</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>Set to false to throw an exception if the item being parsed (for example
a file) is missing.
<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#setIncluder(com.typesafe.config.ConfigIncluder)"><B>setIncluder(ConfigIncluder)</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>Set a ConfigIncluder which customizes how includes are handled.
<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#setOriginDescription(java.lang.String)"><B>setOriginDescription(String)</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>Set a description for the thing being parsed.
<DT><A HREF="./com/typesafe/config/ConfigParseOptions.html#setSyntax(com.typesafe.config.ConfigSyntax)"><B>setSyntax(ConfigSyntax)</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</A>
<DD>Set the file format.
<DT><A HREF="./com/typesafe/config/ConfigResolveOptions.html#setUseSystemEnvironment(boolean)"><B>setUseSystemEnvironment(boolean)</B></A> -
Method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</A>
<DD>Returns options with use of environment variables set to the given value.
<DT><A HREF="./com/typesafe/config/ConfigUtil.html#splitPath(java.lang.String)"><B>splitPath(String)</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config">ConfigUtil</A>
<DD>Converts a path expression into a list of keys, by splitting on period
and unquoting the individual path elements.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#systemEnvironment()"><B>systemEnvironment()</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Gets a <code>Config</code> containing the system's environment variables.
<DT><A HREF="./com/typesafe/config/ConfigFactory.html#systemProperties()"><B>systemProperties()</B></A> -
Static method in class com.typesafe.config.<A HREF="./com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</A>
<DD>Gets a <code>Config</code> containing the system properties from
<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/System.html?is-external=true#getProperties()" title="class or interface in java.lang"><CODE>System.getProperties()</CODE></A>, 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>.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigObject.html#toConfig()"><B>toConfig()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</A>
<DD>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.
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigList.html#unwrapped()"><B>unwrapped()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigList.html" title="interface in com.typesafe.config">ConfigList</A>
<DD>Recursively unwraps the list, returning a list of plain Java values such
as Integer or String or whatever is in the list.
<DT><A HREF="./com/typesafe/config/ConfigObject.html#unwrapped()"><B>unwrapped()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</A>
<DD>Recursively unwraps the object, returning a map from String to whatever
plain Java values are unwrapped from the object's values.
<DT><A HREF="./com/typesafe/config/ConfigValue.html#unwrapped()"><B>unwrapped()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</A>
<DD>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>.
<DT><A HREF="./com/typesafe/config/ConfigOrigin.html#url()"><B>url()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</A>
<DD>Returns a URL describing the origin.
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/ConfigSyntax.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.typesafe.config.<A HREF="./com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config">ConfigSyntax</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/typesafe/config/ConfigValueType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config">ConfigValueType</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./com/typesafe/config/ConfigSyntax.html#values()"><B>values()</B></A> -
Static method in enum com.typesafe.config.<A HREF="./com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config">ConfigSyntax</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/typesafe/config/ConfigValueType.html#values()"><B>values()</B></A> -
Static method in enum com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config">ConfigValueType</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./com/typesafe/config/ConfigValue.html#valueType()"><B>valueType()</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</A>
<DD>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.
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./com/typesafe/config/Config.html#withFallback(com.typesafe.config.ConfigMergeable)"><B>withFallback(ConfigMergeable)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigIncluder.html#withFallback(com.typesafe.config.ConfigIncluder)"><B>withFallback(ConfigIncluder)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</A>
<DD>Returns a new includer that falls back to the given includer.
<DT><A HREF="./com/typesafe/config/ConfigMergeable.html#withFallback(com.typesafe.config.ConfigMergeable)"><B>withFallback(ConfigMergeable)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</A>
<DD>Returns a new value computed by merging this value with another, with
keys in this value "winning" over the other one.
<DT><A HREF="./com/typesafe/config/ConfigObject.html#withFallback(com.typesafe.config.ConfigMergeable)"><B>withFallback(ConfigMergeable)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigValue.html#withFallback(com.typesafe.config.ConfigMergeable)"><B>withFallback(ConfigMergeable)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</A>
<DD>&nbsp;
<DT><A HREF="./com/typesafe/config/ConfigObject.html#withOnlyKey(java.lang.String)"><B>withOnlyKey(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</A>
<DD>Clone the object with only the given key (and its children) retained; all
sibling keys are removed.
<DT><A HREF="./com/typesafe/config/Config.html#withOnlyPath(java.lang.String)"><B>withOnlyPath(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>Clone the config with only the given path (and its children) retained;
all sibling paths are removed.
<DT><A HREF="./com/typesafe/config/ConfigObject.html#withoutKey(java.lang.String)"><B>withoutKey(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</A>
<DD>Clone the object with the given key removed.
<DT><A HREF="./com/typesafe/config/Config.html#withoutPath(java.lang.String)"><B>withoutPath(String)</B></A> -
Method in interface com.typesafe.config.<A HREF="./com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</A>
<DD>Clone the config with the given path removed.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/typesafe/config/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./com/typesafe/config/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>