mirror of
https://github.com/lightbend/config.git
synced 2025-03-13 10:40:29 +08:00
docs for 1.3.3
This commit is contained in:
parent
20f4b68d9c
commit
8de3a076ee
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>All Classes</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>All Classes</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>Config</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L168" target="_blank" >Config</a>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L168" target="_blank" >Config</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</a></pre>
|
||||
<div class="block">An immutable map from config paths to config values. Paths are dot-separated
|
||||
expressions such as <code>foo.bar.baz</code>. Values are as in JSON
|
||||
@ -130,7 +130,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
|
||||
<p>
|
||||
You can find an example app and library <a
|
||||
href="https://github.com/typesafehub/config/tree/master/examples">on
|
||||
href="https://github.com/lightbend/config/tree/master/examples">on
|
||||
GitHub</a>. Also be sure to read the <a
|
||||
href="package-summary.html#package_description">package overview</a> which
|
||||
describes the big picture as shown in those examples.
|
||||
@ -150,7 +150,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
in a JSON object; it's just a string that's the key in a map. A "path" is a
|
||||
parseable expression with a syntax and it refers to a series of keys. Path
|
||||
expressions are described in the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">spec for
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">spec for
|
||||
Human-Optimized Config Object Notation</a>. In brief, a path is
|
||||
period-separated so "a.b.c" looks for key c in object b in object a in the
|
||||
root object. Sometimes double quotes are needed around special characters in
|
||||
@ -202,7 +202,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<p>
|
||||
<em>Substitutions</em> are the <code>${foo.bar}</code> syntax in config
|
||||
files, described in the <a href=
|
||||
"https://github.com/typesafehub/config/blob/master/HOCON.md#substitutions"
|
||||
"https://github.com/lightbend/config/blob/master/HOCON.md#substitutions"
|
||||
>specification</a>. Resolving substitutions replaces these references with real
|
||||
values.
|
||||
|
||||
@ -571,7 +571,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/Config.html#resolve--">resolve</a></span>()</code>
|
||||
<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
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">the
|
||||
spec</a>) resolved.</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -652,7 +652,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>root</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L176" target="_blank" >root</a>()</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L176" target="_blank" >root</a>()</pre>
|
||||
<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>. This is a
|
||||
constant-time operation (it is not proportional to the number of values
|
||||
in the <code>Config</code>).</div>
|
||||
@ -668,7 +668,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>origin</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L184" target="_blank" >origin</a>()</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L184" target="_blank" >origin</a>()</pre>
|
||||
<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>
|
||||
<dl>
|
||||
@ -683,7 +683,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withFallback</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L187" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</a> other)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L187" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</a> other)</pre>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../com/typesafe/config/ConfigMergeable.html#withFallback-com.typesafe.config.ConfigMergeable-">ConfigMergeable</a></code></span></div>
|
||||
<div class="block">Returns a new value computed by merging this value with another, with
|
||||
keys in this value "winning" over the other one.
|
||||
@ -694,7 +694,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
|
||||
<p>
|
||||
The semantics of merging are described in the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">spec
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">spec
|
||||
for HOCON</a>. Merging typically occurs when either the same object is
|
||||
created twice in the same file, or two config files are both loaded. For
|
||||
example:
|
||||
@ -746,10 +746,10 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>resolve</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L244" target="_blank" >resolve</a>()</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L244" target="_blank" >resolve</a>()</pre>
|
||||
<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
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">the
|
||||
spec</a>) resolved. Substitutions are looked up using this
|
||||
<code>Config</code> as the root object, that is, a substitution
|
||||
<code>${foo.bar}</code> will be replaced with the result of
|
||||
@ -809,7 +809,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>resolve</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L254" target="_blank" >resolve</a>(<a href="../../../com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a> options)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L254" target="_blank" >resolve</a>(<a href="../../../com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a> options)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/Config.html#resolve--"><code>resolve()</code></a> but allows you to specify non-default
|
||||
options.</div>
|
||||
<dl>
|
||||
@ -826,7 +826,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isResolved</h4>
|
||||
<pre>boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L269" target="_blank" >isResolved</a>()</pre>
|
||||
<pre>boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L269" target="_blank" >isResolved</a>()</pre>
|
||||
<div class="block">Checks whether the config is completely resolved. After a successful call
|
||||
to <a href="../../../com/typesafe/config/Config.html#resolve--"><code>resolve()</code></a> it will be completely resolved, but after
|
||||
calling <a href="../../../com/typesafe/config/Config.html#resolve-com.typesafe.config.ConfigResolveOptions-"><code>resolve(ConfigResolveOptions)</code></a> with
|
||||
@ -849,7 +849,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>resolveWith</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L297" target="_blank" >resolveWith</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> source)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L297" target="_blank" >resolveWith</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> source)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/Config.html#resolve--"><code>resolve()</code></a> except that substitution values are looked
|
||||
up in the given source, rather than in this instance. This is a
|
||||
special-purpose method which doesn't make sense to use in most cases;
|
||||
@ -884,7 +884,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>resolveWith</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L311" target="_blank" >resolveWith</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> source,
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L311" target="_blank" >resolveWith</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> source,
|
||||
<a href="../../../com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a> options)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/Config.html#resolveWith-com.typesafe.config.Config-"><code>resolveWith(Config)</code></a> but allows you to specify
|
||||
non-default options.</div>
|
||||
@ -906,7 +906,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>checkValid</h4>
|
||||
<pre>void <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L395" target="_blank" >checkValid</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> reference,
|
||||
<pre>void <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L395" target="_blank" >checkValid</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> reference,
|
||||
java.lang.String... restrictToPaths)</pre>
|
||||
<div class="block">Validates this config against a reference config, throwing an exception
|
||||
if it is invalid. The purpose of this method is to "fail early" with a
|
||||
@ -994,7 +994,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>hasPath</h4>
|
||||
<pre>boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L420" target="_blank" >hasPath</a>(java.lang.String path)</pre>
|
||||
<pre>boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L420" target="_blank" >hasPath</a>(java.lang.String path)</pre>
|
||||
<div class="block">Checks whether a value is present and non-null at the given path. This
|
||||
differs in two ways from <code>Map.containsKey()</code> as implemented by
|
||||
<a href="../../../com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config"><code>ConfigObject</code></a>: it looks for a path expression, not a key; and it
|
||||
@ -1026,7 +1026,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>hasPathOrNull</h4>
|
||||
<pre>boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L461" target="_blank" >hasPathOrNull</a>(java.lang.String path)</pre>
|
||||
<pre>boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L461" target="_blank" >hasPathOrNull</a>(java.lang.String path)</pre>
|
||||
<div class="block">Checks whether a value is present at the given path, even
|
||||
if the value is null. Most of the getters on
|
||||
<code>Config</code> will throw if you try to get a null
|
||||
@ -1074,7 +1074,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>isEmpty</h4>
|
||||
<pre>boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L469" target="_blank" >isEmpty</a>()</pre>
|
||||
<pre>boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L469" target="_blank" >isEmpty</a>()</pre>
|
||||
<div class="block">Returns true if the <code>Config</code>'s root object contains no key-value
|
||||
pairs.</div>
|
||||
<dl>
|
||||
@ -1089,7 +1089,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>entrySet</h4>
|
||||
<pre>java.util.Set<java.util.Map.Entry<java.lang.String,<a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L493" target="_blank" >entrySet</a>()</pre>
|
||||
<pre>java.util.Set<java.util.Map.Entry<java.lang.String,<a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L493" target="_blank" >entrySet</a>()</pre>
|
||||
<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>. Note that this is very
|
||||
different from <code>root().entrySet()</code> which returns the set of
|
||||
@ -1120,7 +1120,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getIsNull</h4>
|
||||
<pre>boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L520" target="_blank" >getIsNull</a>(java.lang.String path)</pre>
|
||||
<pre>boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L520" target="_blank" >getIsNull</a>(java.lang.String path)</pre>
|
||||
<div class="block">Checks whether a value is set to null at the given path,
|
||||
but throws an exception if the value is entirely
|
||||
unset. This method will not throw if <a href="../../../com/typesafe/config/Config.html#hasPathOrNull-java.lang.String-"><code>hasPathOrNull(String)</code></a> returned true for the same path, so
|
||||
@ -1152,7 +1152,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getBoolean</h4>
|
||||
<pre>boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L532" target="_blank" >getBoolean</a>(java.lang.String path)</pre>
|
||||
<pre>boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L532" target="_blank" >getBoolean</a>(java.lang.String path)</pre>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>path</code> - path expression</dd>
|
||||
@ -1170,7 +1170,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getNumber</h4>
|
||||
<pre>java.lang.Number <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L543" target="_blank" >getNumber</a>(java.lang.String path)</pre>
|
||||
<pre>java.lang.Number <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L543" target="_blank" >getNumber</a>(java.lang.String path)</pre>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>path</code> - path expression</dd>
|
||||
@ -1188,7 +1188,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getInt</h4>
|
||||
<pre>int <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L561" target="_blank" >getInt</a>(java.lang.String path)</pre>
|
||||
<pre>int <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L561" target="_blank" >getInt</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets the integer at the given path. If the value at the
|
||||
path has a fractional (floating point) component, it
|
||||
will be discarded and only the integer part will be
|
||||
@ -1212,7 +1212,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getLong</h4>
|
||||
<pre>long <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L578" target="_blank" >getLong</a>(java.lang.String path)</pre>
|
||||
<pre>long <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L578" target="_blank" >getLong</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets the long integer at the given path. If the value at
|
||||
the path has a fractional (floating point) component, it
|
||||
will be discarded and only the integer part will be
|
||||
@ -1235,7 +1235,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getDouble</h4>
|
||||
<pre>double <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L589" target="_blank" >getDouble</a>(java.lang.String path)</pre>
|
||||
<pre>double <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L589" target="_blank" >getDouble</a>(java.lang.String path)</pre>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>path</code> - path expression</dd>
|
||||
@ -1253,7 +1253,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getString</h4>
|
||||
<pre>java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L600" target="_blank" >getString</a>(java.lang.String path)</pre>
|
||||
<pre>java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L600" target="_blank" >getString</a>(java.lang.String path)</pre>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>path</code> - path expression</dd>
|
||||
@ -1271,7 +1271,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getEnum</h4>
|
||||
<pre><T extends java.lang.Enum<T>> T <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L616" target="_blank" >getEnum</a>(java.lang.Class<T> enumClass,
|
||||
<pre><T extends java.lang.Enum<T>> T <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L616" target="_blank" >getEnum</a>(java.lang.Class<T> enumClass,
|
||||
java.lang.String path)</pre>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Type Parameters:</span></dt>
|
||||
@ -1294,7 +1294,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getObject</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L627" target="_blank" >getObject</a>(java.lang.String path)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L627" target="_blank" >getObject</a>(java.lang.String path)</pre>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>path</code> - path expression</dd>
|
||||
@ -1312,7 +1312,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getConfig</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L638" target="_blank" >getConfig</a>(java.lang.String path)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L638" target="_blank" >getConfig</a>(java.lang.String path)</pre>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>path</code> - path expression</dd>
|
||||
@ -1330,7 +1330,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getAnyRef</h4>
|
||||
<pre>java.lang.Object <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L651" target="_blank" >getAnyRef</a>(java.lang.String path)</pre>
|
||||
<pre>java.lang.Object <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L651" target="_blank" >getAnyRef</a>(java.lang.String path)</pre>
|
||||
<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>
|
||||
@ -1350,7 +1350,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getValue</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L666" target="_blank" >getValue</a>(java.lang.String path)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L666" target="_blank" >getValue</a>(java.lang.String path)</pre>
|
||||
<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. Use <code>get()</code> on the <a href="../../../com/typesafe/config/Config.html#root--"><code>root()</code></a> object (or other object in the tree) if you
|
||||
@ -1371,12 +1371,12 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getBytes</h4>
|
||||
<pre>java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L686" target="_blank" >getBytes</a>(java.lang.String path)</pre>
|
||||
<pre>java.lang.Long <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L686" target="_blank" >getBytes</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a value as a size in bytes (parses special strings like "128M"). If
|
||||
the value is already a number, then it's left alone; if it's a string,
|
||||
it's parsed understanding unit suffixes such as "128K", as documented in
|
||||
the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">the
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">the
|
||||
spec</a>.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -1396,12 +1396,12 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getMemorySize</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L708" target="_blank" >getMemorySize</a>(java.lang.String path)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L708" target="_blank" >getMemorySize</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a value as an amount of memory (parses special strings like "128M"). If
|
||||
the value is already a number, then it's left alone; if it's a string,
|
||||
it's parsed understanding unit suffixes such as "128K", as documented in
|
||||
the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">the
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">the
|
||||
spec</a>.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -1424,12 +1424,12 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<li class="blockList">
|
||||
<h4>getMilliseconds</h4>
|
||||
<pre>@Deprecated
|
||||
java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L729" target="_blank" >getMilliseconds</a>(java.lang.String path)</pre>
|
||||
java.lang.Long <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L729" target="_blank" >getMilliseconds</a>(java.lang.String path)</pre>
|
||||
<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">As of release 1.1, replaced by <a href="../../../com/typesafe/config/Config.html#getDuration-java.lang.String-java.util.concurrent.TimeUnit-"><code>getDuration(String, TimeUnit)</code></a></span></div>
|
||||
<div class="block">Get value as a duration in milliseconds. If the value is already a
|
||||
number, then it's left alone; if it's a string, it's parsed understanding
|
||||
units suffixes like "10m" or "5ns" as documented in the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">the
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">the
|
||||
spec</a>.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -1450,7 +1450,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<li class="blockList">
|
||||
<h4>getNanoseconds</h4>
|
||||
<pre>@Deprecated
|
||||
java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L749" target="_blank" >getNanoseconds</a>(java.lang.String path)</pre>
|
||||
java.lang.Long <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L749" target="_blank" >getNanoseconds</a>(java.lang.String path)</pre>
|
||||
<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">As of release 1.1, replaced by <a href="../../../com/typesafe/config/Config.html#getDuration-java.lang.String-java.util.concurrent.TimeUnit-"><code>getDuration(String, TimeUnit)</code></a></span></div>
|
||||
<div class="block">Get value as a duration in nanoseconds. If the value is already a number
|
||||
it's taken as milliseconds and converted to nanoseconds. If it's a
|
||||
@ -1474,14 +1474,14 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getDuration</h4>
|
||||
<pre>long <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L774" target="_blank" >getDuration</a>(java.lang.String path,
|
||||
<pre>long <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L774" target="_blank" >getDuration</a>(java.lang.String path,
|
||||
java.util.concurrent.TimeUnit unit)</pre>
|
||||
<div class="block">Gets a value as a duration in a specified
|
||||
<code>TimeUnit</code>. If the value is already a
|
||||
number, then it's taken as milliseconds and then converted to the
|
||||
requested TimeUnit; if it's a string, it's parsed understanding units
|
||||
suffixes like "10m" or "5ns" as documented in the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">the
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">the
|
||||
spec</a>.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -1504,12 +1504,12 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getDuration</h4>
|
||||
<pre>java.time.Duration <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L796" target="_blank" >getDuration</a>(java.lang.String path)</pre>
|
||||
<pre>java.time.Duration <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L796" target="_blank" >getDuration</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a value as a java.time.Duration. If the value is
|
||||
already a number, then it's taken as milliseconds; if it's
|
||||
a string, it's parsed understanding units suffixes like
|
||||
"10m" or "5ns" as documented in the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">the
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">the
|
||||
spec</a>. This method never returns null.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -1531,12 +1531,12 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getPeriod</h4>
|
||||
<pre>java.time.Period <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L818" target="_blank" >getPeriod</a>(java.lang.String path)</pre>
|
||||
<pre>java.time.Period <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L818" target="_blank" >getPeriod</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a value as a java.time.Period. If the value is
|
||||
already a number, then it's taken as days; if it's
|
||||
a string, it's parsed understanding units suffixes like
|
||||
"10d" or "5w" as documented in the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">the
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">the
|
||||
spec</a>. This method never returns null.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -1558,7 +1558,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getTemporal</h4>
|
||||
<pre>java.time.temporal.TemporalAmount <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L834" target="_blank" >getTemporal</a>(java.lang.String path)</pre>
|
||||
<pre>java.time.temporal.TemporalAmount <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L834" target="_blank" >getTemporal</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a value as a java.time.temporal.TemporalAmount.
|
||||
This method will first try get get the value as a java.time.Duration, and if unsuccessful,
|
||||
then as a java.time.Period.
|
||||
@ -1581,7 +1581,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getList</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L849" target="_blank" >getList</a>(java.lang.String path)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L849" target="_blank" >getList</a>(java.lang.String path)</pre>
|
||||
<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<ConfigValue></code>. Throws if the path is
|
||||
unset or null.</div>
|
||||
@ -1602,7 +1602,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getBooleanList</h4>
|
||||
<pre>java.util.List<java.lang.Boolean> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L864" target="_blank" >getBooleanList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<java.lang.Boolean> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L864" target="_blank" >getBooleanList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list value with boolean elements. Throws if the
|
||||
path is unset or null or not a list or contains values not
|
||||
convertible to boolean.</div>
|
||||
@ -1623,7 +1623,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getNumberList</h4>
|
||||
<pre>java.util.List<java.lang.Number> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L879" target="_blank" >getNumberList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<java.lang.Number> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L879" target="_blank" >getNumberList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list value with number elements. Throws if the
|
||||
path is unset or null or not a list or contains values not
|
||||
convertible to number.</div>
|
||||
@ -1644,7 +1644,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getIntList</h4>
|
||||
<pre>java.util.List<java.lang.Integer> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L894" target="_blank" >getIntList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<java.lang.Integer> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L894" target="_blank" >getIntList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list value with int elements. Throws if the
|
||||
path is unset or null or not a list or contains values not
|
||||
convertible to int.</div>
|
||||
@ -1665,7 +1665,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getLongList</h4>
|
||||
<pre>java.util.List<java.lang.Long> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L909" target="_blank" >getLongList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<java.lang.Long> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L909" target="_blank" >getLongList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list value with long elements. Throws if the
|
||||
path is unset or null or not a list or contains values not
|
||||
convertible to long.</div>
|
||||
@ -1686,7 +1686,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getDoubleList</h4>
|
||||
<pre>java.util.List<java.lang.Double> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L924" target="_blank" >getDoubleList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<java.lang.Double> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L924" target="_blank" >getDoubleList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list value with double elements. Throws if the
|
||||
path is unset or null or not a list or contains values not
|
||||
convertible to double.</div>
|
||||
@ -1707,7 +1707,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getStringList</h4>
|
||||
<pre>java.util.List<java.lang.String> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L939" target="_blank" >getStringList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<java.lang.String> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L939" target="_blank" >getStringList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list value with string elements. Throws if the
|
||||
path is unset or null or not a list or contains values not
|
||||
convertible to string.</div>
|
||||
@ -1728,7 +1728,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getEnumList</h4>
|
||||
<pre><T extends java.lang.Enum<T>> java.util.List<T> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L958" target="_blank" >getEnumList</a>(java.lang.Class<T> enumClass,
|
||||
<pre><T extends java.lang.Enum<T>> java.util.List<T> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L958" target="_blank" >getEnumList</a>(java.lang.Class<T> enumClass,
|
||||
java.lang.String path)</pre>
|
||||
<div class="block">Gets a list value with <code>Enum</code> elements. Throws if the
|
||||
path is unset or null or not a list or contains values not
|
||||
@ -1753,7 +1753,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getObjectList</h4>
|
||||
<pre>java.util.List<? extends <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L973" target="_blank" >getObjectList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<? extends <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L973" target="_blank" >getObjectList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list value with object elements. Throws if the
|
||||
path is unset or null or not a list or contains values not
|
||||
convertible to <code>ConfigObject</code>.</div>
|
||||
@ -1774,7 +1774,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getConfigList</h4>
|
||||
<pre>java.util.List<? extends <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L988" target="_blank" >getConfigList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<? extends <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L988" target="_blank" >getConfigList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list value with <code>Config</code> elements.
|
||||
Throws if the path is unset or null or not a list or
|
||||
contains values not convertible to <code>Config</code>.</div>
|
||||
@ -1795,7 +1795,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getAnyRefList</h4>
|
||||
<pre>java.util.List<? extends java.lang.Object> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1003" target="_blank" >getAnyRefList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<? extends java.lang.Object> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1003" target="_blank" >getAnyRefList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list value with any kind of elements. Throws if the
|
||||
path is unset or null or not a list. Each element is
|
||||
"unwrapped" (see <a href="../../../com/typesafe/config/ConfigValue.html#unwrapped--"><code>ConfigValue.unwrapped()</code></a>).</div>
|
||||
@ -1816,7 +1816,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getBytesList</h4>
|
||||
<pre>java.util.List<java.lang.Long> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1018" target="_blank" >getBytesList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<java.lang.Long> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1018" target="_blank" >getBytesList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list value with elements representing a size in
|
||||
bytes. Throws if the path is unset or null or not a list
|
||||
or contains values not convertible to memory sizes.</div>
|
||||
@ -1837,7 +1837,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getMemorySizeList</h4>
|
||||
<pre>java.util.List<<a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1033" target="_blank" >getMemorySizeList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<<a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1033" target="_blank" >getMemorySizeList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list, converting each value in the list to a memory size, using the
|
||||
same rules as <a href="../../../com/typesafe/config/Config.html#getMemorySize-java.lang.String-"><code>getMemorySize(String)</code></a>.</div>
|
||||
<dl>
|
||||
@ -1860,7 +1860,7 @@ java.lang.Long <a href="https://github.com/typesafehub/config/blob/1b7460b
|
||||
<li class="blockList">
|
||||
<h4>getMillisecondsList</h4>
|
||||
<pre>@Deprecated
|
||||
java.util.List<java.lang.Long> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1040" target="_blank" >getMillisecondsList</a>(java.lang.String path)</pre>
|
||||
java.util.List<java.lang.Long> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1040" target="_blank" >getMillisecondsList</a>(java.lang.String path)</pre>
|
||||
<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">As of release 1.1, replaced by <a href="../../../com/typesafe/config/Config.html#getDurationList-java.lang.String-java.util.concurrent.TimeUnit-"><code>getDurationList(String, TimeUnit)</code></a></span></div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -1877,7 +1877,7 @@ java.util.List<java.lang.Long> <a href="https://github.com/typesafeh
|
||||
<li class="blockList">
|
||||
<h4>getNanosecondsList</h4>
|
||||
<pre>@Deprecated
|
||||
java.util.List<java.lang.Long> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1047" target="_blank" >getNanosecondsList</a>(java.lang.String path)</pre>
|
||||
java.util.List<java.lang.Long> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1047" target="_blank" >getNanosecondsList</a>(java.lang.String path)</pre>
|
||||
<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">As of release 1.1, replaced by <a href="../../../com/typesafe/config/Config.html#getDurationList-java.lang.String-java.util.concurrent.TimeUnit-"><code>getDurationList(String, TimeUnit)</code></a></span></div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -1893,7 +1893,7 @@ java.util.List<java.lang.Long> <a href="https://github.com/typesafeh
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getDurationList</h4>
|
||||
<pre>java.util.List<java.lang.Long> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1060" target="_blank" >getDurationList</a>(java.lang.String path,
|
||||
<pre>java.util.List<java.lang.Long> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1060" target="_blank" >getDurationList</a>(java.lang.String path,
|
||||
java.util.concurrent.TimeUnit unit)</pre>
|
||||
<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>getDuration(String, TimeUnit)</code></a>.</div>
|
||||
@ -1914,7 +1914,7 @@ java.util.List<java.lang.Long> <a href="https://github.com/typesafeh
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getDurationList</h4>
|
||||
<pre>java.util.List<java.time.Duration> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1071" target="_blank" >getDurationList</a>(java.lang.String path)</pre>
|
||||
<pre>java.util.List<java.time.Duration> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1071" target="_blank" >getDurationList</a>(java.lang.String path)</pre>
|
||||
<div class="block">Gets a list, converting each value in the list to a duration, using the
|
||||
same rules as <a href="../../../com/typesafe/config/Config.html#getDuration-java.lang.String-"><code>getDuration(String)</code></a>.</div>
|
||||
<dl>
|
||||
@ -1933,7 +1933,7 @@ java.util.List<java.lang.Long> <a href="https://github.com/typesafeh
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withOnlyPath</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1084" target="_blank" >withOnlyPath</a>(java.lang.String path)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1084" target="_blank" >withOnlyPath</a>(java.lang.String path)</pre>
|
||||
<div class="block">Clone the config with only the given path (and its children) retained;
|
||||
all sibling paths are removed.
|
||||
<p>
|
||||
@ -1953,7 +1953,7 @@ java.util.List<java.lang.Long> <a href="https://github.com/typesafeh
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withoutPath</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1096" target="_blank" >withoutPath</a>(java.lang.String path)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1096" target="_blank" >withoutPath</a>(java.lang.String path)</pre>
|
||||
<div class="block">Clone the config with the given path removed.
|
||||
<p>
|
||||
Note that path expressions have a syntax and sometimes require quoting
|
||||
@ -1972,7 +1972,7 @@ java.util.List<java.lang.Long> <a href="https://github.com/typesafeh
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>atPath</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1109" target="_blank" >atPath</a>(java.lang.String path)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1109" target="_blank" >atPath</a>(java.lang.String path)</pre>
|
||||
<div class="block">Places the config inside another <code>Config</code> at the given path.
|
||||
<p>
|
||||
Note that path expressions have a syntax and sometimes require quoting
|
||||
@ -1992,7 +1992,7 @@ java.util.List<java.lang.Long> <a href="https://github.com/typesafeh
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>atKey</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1121" target="_blank" >atKey</a>(java.lang.String key)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1121" target="_blank" >atKey</a>(java.lang.String key)</pre>
|
||||
<div class="block">Places the config inside a <code>Config</code> at the given key. See also
|
||||
atPath(). Note that a key is NOT a path expression (see
|
||||
<a href="../../../com/typesafe/config/ConfigUtil.html#joinPath-java.lang.String...-"><code>ConfigUtil.joinPath(java.lang.String...)</code></a> and <a href="../../../com/typesafe/config/ConfigUtil.html#splitPath-java.lang.String-"><code>ConfigUtil.splitPath(java.lang.String)</code></a>).</div>
|
||||
@ -2011,7 +2011,7 @@ java.util.List<java.lang.Long> <a href="https://github.com/typesafeh
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>withValue</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Config.java#L1138" target="_blank" >withValue</a>(java.lang.String path,
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Config.java#L1138" target="_blank" >withValue</a>(java.lang.String path,
|
||||
<a href="../../../com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a> value)</pre>
|
||||
<div class="block">Returns a <code>Config</code> based on this one, but with the given path set
|
||||
to the given value. Does not modify this instance (since it's immutable).
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigBeanFactory</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigBeanFactory.java#L11" target="_blank" >ConfigBeanFactory</a>
|
||||
<pre>public class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigBeanFactory.java#L11" target="_blank" >ConfigBeanFactory</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Factory for automatically creating a Java class from a <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>.
|
||||
See <a href="../../../com/typesafe/config/ConfigBeanFactory.html#create-com.typesafe.config.Config-java.lang.Class-"><code>create(Config,Class)</code></a>.</div>
|
||||
@ -186,7 +186,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ConfigBeanFactory</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigBeanFactory.java#L11" target="_blank" >ConfigBeanFactory</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigBeanFactory.java#L11" target="_blank" >ConfigBeanFactory</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -203,7 +203,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>create</h4>
|
||||
<pre>public static <T> T <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigBeanFactory.java#L46" target="_blank" >create</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config,
|
||||
<pre>public static <T> T <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigBeanFactory.java#L46" target="_blank" >create</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config,
|
||||
java.lang.Class<T> clazz)</pre>
|
||||
<div class="block">Creates an instance of a class, initializing its fields from a <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>.
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.BadBean</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -135,7 +135,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L399" target="_blank" >ConfigException.BadBean</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L399" target="_blank" >ConfigException.BadBean</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a></pre>
|
||||
<div class="block">Some problem with a JavaBean we are trying to initialize.</div>
|
||||
<dl>
|
||||
@ -233,7 +233,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html"
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadBean</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BadBean.java#L402" target="_blank" >BadBean</a>(java.lang.String message,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadBean.java#L402" target="_blank" >BadBean</a>(java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -243,7 +243,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html"
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BadBean</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BadBean.java#L406" target="_blank" >BadBean</a>(java.lang.String message)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadBean.java#L406" target="_blank" >BadBean</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.BadPath</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -130,7 +130,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L193" target="_blank" >ConfigException.BadPath</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L193" target="_blank" >ConfigException.BadPath</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicating that a path expression was invalid. Try putting
|
||||
double quotes around path elements that contain "special" characters.</div>
|
||||
@ -244,7 +244,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadPath</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L196" target="_blank" >BadPath</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L196" target="_blank" >BadPath</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
@ -256,7 +256,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadPath</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L203" target="_blank" >BadPath</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L203" target="_blank" >BadPath</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
@ -267,7 +267,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadPath</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L207" target="_blank" >BadPath</a>(java.lang.String path,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L207" target="_blank" >BadPath</a>(java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
@ -278,7 +278,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadPath</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L212" target="_blank" >BadPath</a>(java.lang.String path,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L212" target="_blank" >BadPath</a>(java.lang.String path,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -288,7 +288,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BadPath</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L216" target="_blank" >BadPath</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L216" target="_blank" >BadPath</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.BadValue</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -130,7 +130,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L167" target="_blank" >ConfigException.BadValue</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L167" target="_blank" >ConfigException.BadValue</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<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
|
||||
@ -241,7 +241,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadValue</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L170" target="_blank" >BadValue</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L170" target="_blank" >BadValue</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
@ -253,7 +253,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadValue</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L175" target="_blank" >BadValue</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L175" target="_blank" >BadValue</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
@ -264,7 +264,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadValue</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L179" target="_blank" >BadValue</a>(java.lang.String path,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L179" target="_blank" >BadValue</a>(java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
@ -275,7 +275,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BadValue</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L183" target="_blank" >BadValue</a>(java.lang.String path,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L183" target="_blank" >BadValue</a>(java.lang.String path,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.BugOrBroken</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -134,7 +134,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L228" target="_blank" >ConfigException.BugOrBroken</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L228" target="_blank" >ConfigException.BugOrBroken</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicating that there's a bug in something (possibly the
|
||||
library itself) or the runtime environment is broken. This exception
|
||||
@ -234,7 +234,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BugOrBroken</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BugOrBroken.java#L231" target="_blank" >BugOrBroken</a>(java.lang.String message,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BugOrBroken.java#L231" target="_blank" >BugOrBroken</a>(java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -244,7 +244,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BugOrBroken</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.BugOrBroken.java#L235" target="_blank" >BugOrBroken</a>(java.lang.String message)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BugOrBroken.java#L235" target="_blank" >BugOrBroken</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.Generic</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -130,7 +130,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L414" target="_blank" >ConfigException.Generic</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L414" target="_blank" >ConfigException.Generic</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception that doesn't fall into any other category.</div>
|
||||
<dl>
|
||||
@ -226,7 +226,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Generic</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.Generic.java#L417" target="_blank" >Generic</a>(java.lang.String message,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Generic.java#L417" target="_blank" >Generic</a>(java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -236,7 +236,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>Generic</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.Generic.java#L421" target="_blank" >Generic</a>(java.lang.String message)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Generic.java#L421" target="_blank" >Generic</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.IO</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -130,7 +130,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L244" target="_blank" >ConfigException.IO</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L244" target="_blank" >ConfigException.IO</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicating that there was an IO error.</div>
|
||||
<dl>
|
||||
@ -228,7 +228,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>IO</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.IO.java#L247" target="_blank" >IO</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.IO.java#L247" target="_blank" >IO</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
@ -239,7 +239,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>IO</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.IO.java#L251" target="_blank" >IO</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.IO.java#L251" target="_blank" >IO</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.Missing</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -134,7 +134,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L114" target="_blank" >ConfigException.Missing</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L114" target="_blank" >ConfigException.Missing</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicates that the setting was never set to anything, not even
|
||||
null.</div>
|
||||
@ -245,7 +245,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Missing</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L117" target="_blank" >Missing</a>(java.lang.String path,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L117" target="_blank" >Missing</a>(java.lang.String path,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -255,7 +255,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Missing</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L122" target="_blank" >Missing</a>(java.lang.String path)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L122" target="_blank" >Missing</a>(java.lang.String path)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="Missing-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">
|
||||
@ -264,7 +264,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Missing</h4>
|
||||
<pre>protected <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L126" target="_blank" >Missing</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L126" target="_blank" >Missing</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
@ -275,7 +275,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>Missing</h4>
|
||||
<pre>protected <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L130" target="_blank" >Missing</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L130" target="_blank" >Missing</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.NotResolved</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -135,7 +135,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L296" target="_blank" >ConfigException.NotResolved</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L296" target="_blank" >ConfigException.NotResolved</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a></pre>
|
||||
<div class="block">Exception indicating that you tried to use a function that requires
|
||||
substitutions to be resolved, but substitutions have not been resolved
|
||||
@ -236,7 +236,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html"
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>NotResolved</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.NotResolved.java#L299" target="_blank" >NotResolved</a>(java.lang.String message,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.NotResolved.java#L299" target="_blank" >NotResolved</a>(java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -246,7 +246,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html"
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>NotResolved</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.NotResolved.java#L303" target="_blank" >NotResolved</a>(java.lang.String message)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.NotResolved.java#L303" target="_blank" >NotResolved</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.Null</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -135,7 +135,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L139" target="_blank" >ConfigException.Null</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L139" target="_blank" >ConfigException.Null</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a></pre>
|
||||
<div class="block">Exception indicates that the setting was treated as missing because it
|
||||
was set to null.</div>
|
||||
@ -236,7 +236,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.Missing.html" titl
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Null</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.Null.java#L151" target="_blank" >Null</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Null.java#L151" target="_blank" >Null</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected,
|
||||
java.lang.Throwable cause)</pre>
|
||||
@ -248,7 +248,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.Missing.html" titl
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>Null</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.Null.java#L156" target="_blank" >Null</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Null.java#L156" target="_blank" >Null</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected)</pre>
|
||||
</li>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.Parse</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -134,7 +134,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L260" target="_blank" >ConfigException.Parse</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L260" target="_blank" >ConfigException.Parse</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicating that there was a parse error.</div>
|
||||
<dl>
|
||||
@ -232,7 +232,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Parse</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.Parse.java#L263" target="_blank" >Parse</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Parse.java#L263" target="_blank" >Parse</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
@ -243,7 +243,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>Parse</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.Parse.java#L267" target="_blank" >Parse</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Parse.java#L267" target="_blank" >Parse</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.UnresolvedSubstitution</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -135,7 +135,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L276" target="_blank" >ConfigException.UnresolvedSubstitution</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L276" target="_blank" >ConfigException.UnresolvedSubstitution</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a></pre>
|
||||
<div class="block">Exception indicating that a substitution did not resolve to anything.
|
||||
Thrown by <a href="../../../com/typesafe/config/Config.html#resolve--"><code>Config.resolve()</code></a>.</div>
|
||||
@ -234,7 +234,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.Parse.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>UnresolvedSubstitution</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.UnresolvedSubstitution.java#L279" target="_blank" >UnresolvedSubstitution</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.UnresolvedSubstitution.java#L279" target="_blank" >UnresolvedSubstitution</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String detail,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
@ -245,7 +245,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.Parse.html" title=
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>UnresolvedSubstitution</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.UnresolvedSubstitution.java#L283" target="_blank" >UnresolvedSubstitution</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.UnresolvedSubstitution.java#L283" target="_blank" >UnresolvedSubstitution</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String detail)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.ValidationFailed</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -136,7 +136,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L362" target="_blank" >ConfigException.ValidationFailed</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L362" target="_blank" >ConfigException.ValidationFailed</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<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. The problems are available via the <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html#problems--"><code>problems()</code></a> method.
|
||||
@ -242,7 +242,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ValidationFailed</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.ValidationFailed.java#L367" target="_blank" >ValidationFailed</a>(java.lang.Iterable<<a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>> problems)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationFailed.java#L367" target="_blank" >ValidationFailed</a>(java.lang.Iterable<<a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>> problems)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -259,7 +259,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>problems</h4>
|
||||
<pre>public java.lang.Iterable<<a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.ValidationFailed.java#L372" target="_blank" >problems</a>()</pre>
|
||||
<pre>public java.lang.Iterable<<a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationFailed.java#L372" target="_blank" >problems</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.ValidationProblem</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L313" target="_blank" >ConfigException.ValidationProblem</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L313" target="_blank" >ConfigException.ValidationProblem</a>
|
||||
extends java.lang.Object</pre>
|
||||
<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>. A
|
||||
<a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config"><code>ConfigException.ValidationFailed</code></a> exception thrown from
|
||||
@ -205,7 +205,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ValidationProblem</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L319" target="_blank" >ValidationProblem</a>(java.lang.String path,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L319" target="_blank" >ValidationProblem</a>(java.lang.String path,
|
||||
<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String problem)</pre>
|
||||
</li>
|
||||
@ -224,7 +224,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>path</h4>
|
||||
<pre>public java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L329" target="_blank" >path</a>()</pre>
|
||||
<pre>public java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L329" target="_blank" >path</a>()</pre>
|
||||
<div class="block">Returns the config setting causing the problem.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
@ -238,7 +238,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>origin</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L338" target="_blank" >origin</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L338" target="_blank" >origin</a>()</pre>
|
||||
<div class="block">Returns where the problem occurred (origin may include info on the
|
||||
file, line number, etc.).</div>
|
||||
<dl>
|
||||
@ -253,7 +253,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>problem</h4>
|
||||
<pre>public java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L346" target="_blank" >problem</a>()</pre>
|
||||
<pre>public java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L346" target="_blank" >problem</a>()</pre>
|
||||
<div class="block">Returns a description of the problem.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
@ -267,7 +267,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>toString</h4>
|
||||
<pre>public java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L351" target="_blank" >toString</a>()</pre>
|
||||
<pre>public java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L351" target="_blank" >toString</a>()</pre>
|
||||
<dl>
|
||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
||||
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.WrongType</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -130,7 +130,7 @@
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L89" target="_blank" >ConfigException.WrongType</a>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L89" target="_blank" >ConfigException.WrongType</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicating that the type of a value does not match the type you
|
||||
requested.</div>
|
||||
@ -242,7 +242,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>WrongType</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L92" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L92" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected,
|
||||
java.lang.String actual,
|
||||
@ -255,7 +255,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>WrongType</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L97" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L97" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected,
|
||||
java.lang.String actual)</pre>
|
||||
@ -267,7 +267,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>WrongType</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L101" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L101" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
@ -278,7 +278,7 @@ extends <a href="../../../com/typesafe/config/ConfigException.html" title="class
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>WrongType</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L105" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L105" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -131,7 +131,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public abstract class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L16" target="_blank" >ConfigException</a>
|
||||
<pre>public abstract class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L16" target="_blank" >ConfigException</a>
|
||||
extends java.lang.RuntimeException
|
||||
implements java.io.Serializable</pre>
|
||||
<div class="block">All exceptions thrown by the library are subclasses of
|
||||
@ -343,7 +343,7 @@ implements java.io.Serializable</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>ConfigException</h4>
|
||||
<pre>protected <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L21" target="_blank" >ConfigException</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L21" target="_blank" >ConfigException</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
@ -354,7 +354,7 @@ implements java.io.Serializable</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>ConfigException</h4>
|
||||
<pre>protected <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L27" target="_blank" >ConfigException</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L27" target="_blank" >ConfigException</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -364,7 +364,7 @@ implements java.io.Serializable</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>ConfigException</h4>
|
||||
<pre>protected <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L31" target="_blank" >ConfigException</a>(java.lang.String message,
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L31" target="_blank" >ConfigException</a>(java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -374,7 +374,7 @@ implements java.io.Serializable</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ConfigException</h4>
|
||||
<pre>protected <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L36" target="_blank" >ConfigException</a>(java.lang.String message)</pre>
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L36" target="_blank" >ConfigException</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -391,7 +391,7 @@ implements java.io.Serializable</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>origin</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L49" target="_blank" >origin</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L49" target="_blank" >origin</a>()</pre>
|
||||
<div class="block">Returns an "origin" (such as a filename and line number) for the
|
||||
exception, or null if none is available. If there's no sensible origin
|
||||
for a given exception, or the kind of exception doesn't meaningfully
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigFactory</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L37" target="_blank" >ConfigFactory</a>
|
||||
<pre>public final class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L37" target="_blank" >ConfigFactory</a>
|
||||
extends java.lang.Object</pre>
|
||||
<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.
|
||||
|
||||
@ -124,7 +124,7 @@ extends java.lang.Object</pre>
|
||||
from a resource and nothing else.
|
||||
|
||||
<p> You can find an example app and library <a
|
||||
href="https://github.com/typesafehub/config/tree/master/examples">on
|
||||
href="https://github.com/lightbend/config/tree/master/examples">on
|
||||
GitHub</a>. Also be sure to read the <a
|
||||
href="package-summary.html#package_description">package
|
||||
overview</a> which describes the big picture as shown in those
|
||||
@ -398,7 +398,7 @@ extends java.lang.Object</pre>
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</code>
|
||||
<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
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">HOCON
|
||||
spec</a>.</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -586,7 +586,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L74" target="_blank" >load</a>(java.lang.String resourceBasename)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L74" target="_blank" >load</a>(java.lang.String resourceBasename)</pre>
|
||||
<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. The classpath
|
||||
@ -626,7 +626,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L94" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L94" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
java.lang.String resourceBasename)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#load-java.lang.String-"><code>load(String)</code></a> but uses the supplied class loader instead of
|
||||
the current thread's context class loader.
|
||||
@ -652,7 +652,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L111" target="_blank" >load</a>(java.lang.String resourceBasename,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L111" target="_blank" >load</a>(java.lang.String resourceBasename,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions,
|
||||
<a href="../../../com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a> resolveOptions)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#load-java.lang.String-"><code>load(String)</code></a> but allows you to specify parse and resolve
|
||||
@ -673,7 +673,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L135" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L135" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
java.lang.String resourceBasename,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions,
|
||||
<a href="../../../com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a> resolveOptions)</pre>
|
||||
@ -699,7 +699,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L167" target="_blank" >load</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L167" target="_blank" >load</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config)</pre>
|
||||
<div class="block">Assembles a standard configuration using a custom <code>Config</code>
|
||||
object rather than loading "application.conf". The <code>Config</code>
|
||||
object will be sandwiched between the default reference config and
|
||||
@ -718,7 +718,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L181" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L181" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.Config-"><code>load(Config)</code></a> but allows you to specify
|
||||
the class loader for looking up resources.</div>
|
||||
@ -737,7 +737,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L195" target="_blank" >load</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L195" target="_blank" >load</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config,
|
||||
<a href="../../../com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a> resolveOptions)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.Config-"><code>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>
|
||||
@ -756,7 +756,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L212" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L212" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config,
|
||||
<a href="../../../com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a> resolveOptions)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.Config-com.typesafe.config.ConfigResolveOptions-"><code>load(Config,ConfigResolveOptions)</code></a> but allows you to specify
|
||||
@ -778,7 +778,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L230" target="_blank" >load</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L230" target="_blank" >load</a>()</pre>
|
||||
<div class="block">Loads a default configuration, equivalent to <a href="../../../com/typesafe/config/ConfigFactory.html#load-com.typesafe.config.Config-"><code>load(defaultApplication())</code></a> in most cases. This configuration should be used by
|
||||
libraries and frameworks unless an application provides a different one.
|
||||
<p>
|
||||
@ -797,7 +797,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L242" target="_blank" >load</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L242" target="_blank" >load</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#load--"><code>load()</code></a> but allows specifying parse options.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -813,7 +813,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L254" target="_blank" >load</a>(java.lang.ClassLoader loader)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L254" target="_blank" >load</a>(java.lang.ClassLoader loader)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#load--"><code>load()</code></a> but allows specifying a class loader other than the
|
||||
thread's current context class loader.</div>
|
||||
<dl>
|
||||
@ -830,7 +830,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L274" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L274" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#load--"><code>load()</code></a> but allows specifying a class loader other than the
|
||||
thread's current context class loader and also specify parse options.</div>
|
||||
@ -849,7 +849,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L288" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L288" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<a href="../../../com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a> resolveOptions)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#load--"><code>load()</code></a> but allows specifying a class loader other than the
|
||||
thread's current context class loader and also specify resolve options.</div>
|
||||
@ -868,7 +868,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L305" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L305" target="_blank" >load</a>(java.lang.ClassLoader loader,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions,
|
||||
<a href="../../../com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a> resolveOptions)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#load--"><code>load()</code></a> but allows specifying a class loader other than the
|
||||
@ -889,7 +889,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>load</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L322" target="_blank" >load</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L322" target="_blank" >load</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions,
|
||||
<a href="../../../com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a> resolveOptions)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#load--"><code>load()</code></a> but allows specifying parse options and resolve
|
||||
options.</div>
|
||||
@ -910,7 +910,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>defaultReference</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L355" target="_blank" >defaultReference</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L355" target="_blank" >defaultReference</a>()</pre>
|
||||
<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. The returned reference
|
||||
@ -947,7 +947,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>defaultReference</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L366" target="_blank" >defaultReference</a>(java.lang.ClassLoader loader)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L366" target="_blank" >defaultReference</a>(java.lang.ClassLoader loader)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#defaultReference--"><code>defaultReference()</code></a> but allows you to specify a class loader
|
||||
to use rather than the current context class loader.</div>
|
||||
<dl>
|
||||
@ -964,7 +964,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>defaultOverrides</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L385" target="_blank" >defaultOverrides</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L385" target="_blank" >defaultOverrides</a>()</pre>
|
||||
<div class="block">Obtains the default override configuration, which currently consists of
|
||||
system properties. The returned override configuration will already have
|
||||
substitutions resolved.
|
||||
@ -988,7 +988,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>defaultOverrides</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L396" target="_blank" >defaultOverrides</a>(java.lang.ClassLoader loader)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L396" target="_blank" >defaultOverrides</a>(java.lang.ClassLoader loader)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#defaultOverrides--"><code>defaultOverrides()</code></a> but allows you to specify a class loader
|
||||
to use rather than the current context class loader.</div>
|
||||
<dl>
|
||||
@ -1005,7 +1005,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>defaultApplication</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L447" target="_blank" >defaultApplication</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L447" target="_blank" >defaultApplication</a>()</pre>
|
||||
<div class="block">Obtains the default application-specific configuration,
|
||||
which defaults to parsing <code>application.conf</code>,
|
||||
<code>application.json</code>, and
|
||||
@ -1060,7 +1060,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>defaultApplication</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L460" target="_blank" >defaultApplication</a>(java.lang.ClassLoader loader)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L460" target="_blank" >defaultApplication</a>(java.lang.ClassLoader loader)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#defaultApplication--"><code>defaultApplication()</code></a> but allows you to specify a class loader
|
||||
to use rather than the current context class loader.</div>
|
||||
<dl>
|
||||
@ -1079,7 +1079,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>defaultApplication</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L472" target="_blank" >defaultApplication</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L472" target="_blank" >defaultApplication</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#defaultApplication--"><code>defaultApplication()</code></a> but allows you to specify parse options.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -1097,7 +1097,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>invalidateCaches</h4>
|
||||
<pre>public static void <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L495" target="_blank" >invalidateCaches</a>()</pre>
|
||||
<pre>public static void <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L495" target="_blank" >invalidateCaches</a>()</pre>
|
||||
<div class="block">Reloads any cached configs, picking up changes to system properties for
|
||||
example. Because a <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a> is immutable, anyone with a reference
|
||||
to the old configs will still have the same outdated objects. However,
|
||||
@ -1123,7 +1123,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>empty</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L509" target="_blank" >empty</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L509" target="_blank" >empty</a>()</pre>
|
||||
<div class="block">Gets an empty configuration. See also <a href="../../../com/typesafe/config/ConfigFactory.html#empty-java.lang.String-"><code>empty(String)</code></a> to create an
|
||||
empty configuration with a description, which may improve user-visible
|
||||
error messages.</div>
|
||||
@ -1139,7 +1139,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>empty</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L525" target="_blank" >empty</a>(java.lang.String originDescription)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L525" target="_blank" >empty</a>(java.lang.String originDescription)</pre>
|
||||
<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>. The description should
|
||||
be very short and say what the configuration is, like "default settings"
|
||||
@ -1160,7 +1160,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>systemProperties</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L548" target="_blank" >systemProperties</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L548" target="_blank" >systemProperties</a>()</pre>
|
||||
<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>parseProperties(java.util.Properties, com.typesafe.config.ConfigParseOptions)</code></a>.
|
||||
@ -1188,7 +1188,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>systemEnvironment</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L566" target="_blank" >systemEnvironment</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L566" target="_blank" >systemEnvironment</a>()</pre>
|
||||
<div class="block">Gets a <code>Config</code> containing the system's environment variables.
|
||||
This method can return a global immutable singleton.
|
||||
|
||||
@ -1211,11 +1211,11 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseProperties</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L591" target="_blank" >parseProperties</a>(java.util.Properties properties,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L591" target="_blank" >parseProperties</a>(java.util.Properties properties,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<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
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">HOCON
|
||||
spec</a>. The keys in the <code>Properties</code> object are split on the
|
||||
period character '.' and treated as paths. The values will all end up as
|
||||
string values. If you have both "a=foo" and "a.b=bar" in your properties
|
||||
@ -1241,7 +1241,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseProperties</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L603" target="_blank" >parseProperties</a>(java.util.Properties properties)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L603" target="_blank" >parseProperties</a>(java.util.Properties properties)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#parseProperties-java.util.Properties-com.typesafe.config.ConfigParseOptions-"><code>parseProperties(Properties, ConfigParseOptions)</code></a> but uses default
|
||||
parse options.</div>
|
||||
<dl>
|
||||
@ -1258,7 +1258,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseReader</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L622" target="_blank" >parseReader</a>(java.io.Reader reader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L622" target="_blank" >parseReader</a>(java.io.Reader reader,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses a Reader into a Config instance. Does not call
|
||||
<a href="../../../com/typesafe/config/Config.html#resolve--"><code>Config.resolve()</code></a> or merge the parsed stream with any
|
||||
@ -1283,7 +1283,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseReader</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L636" target="_blank" >parseReader</a>(java.io.Reader reader)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L636" target="_blank" >parseReader</a>(java.io.Reader reader)</pre>
|
||||
<div class="block">Parses a reader into a Config instance as with
|
||||
<a href="../../../com/typesafe/config/ConfigFactory.html#parseReader-java.io.Reader-com.typesafe.config.ConfigParseOptions-"><code>parseReader(Reader,ConfigParseOptions)</code></a> but always uses the
|
||||
default parse options.</div>
|
||||
@ -1303,7 +1303,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseURL</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L655" target="_blank" >parseURL</a>(java.net.URL url,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L655" target="_blank" >parseURL</a>(java.net.URL url,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses a URL into a Config instance. Does not call
|
||||
<a href="../../../com/typesafe/config/Config.html#resolve--"><code>Config.resolve()</code></a> or merge the parsed stream with any
|
||||
@ -1328,7 +1328,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseURL</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L669" target="_blank" >parseURL</a>(java.net.URL url)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L669" target="_blank" >parseURL</a>(java.net.URL url)</pre>
|
||||
<div class="block">Parses a url into a Config instance as with
|
||||
<a href="../../../com/typesafe/config/ConfigFactory.html#parseURL-java.net.URL-com.typesafe.config.ConfigParseOptions-"><code>parseURL(URL,ConfigParseOptions)</code></a> but always uses the
|
||||
default parse options.</div>
|
||||
@ -1348,7 +1348,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseFile</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L688" target="_blank" >parseFile</a>(java.io.File file,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L688" target="_blank" >parseFile</a>(java.io.File file,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses a file into a Config instance. Does not call
|
||||
<a href="../../../com/typesafe/config/Config.html#resolve--"><code>Config.resolve()</code></a> or merge the file with any other
|
||||
@ -1373,7 +1373,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseFile</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L702" target="_blank" >parseFile</a>(java.io.File file)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L702" target="_blank" >parseFile</a>(java.io.File file)</pre>
|
||||
<div class="block">Parses a file into a Config instance as with
|
||||
<a href="../../../com/typesafe/config/ConfigFactory.html#parseFile-java.io.File-com.typesafe.config.ConfigParseOptions-"><code>parseFile(File,ConfigParseOptions)</code></a> but always uses the
|
||||
default parse options.</div>
|
||||
@ -1393,7 +1393,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseFileAnySyntax</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L739" target="_blank" >parseFileAnySyntax</a>(java.io.File fileBasename,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L739" target="_blank" >parseFileAnySyntax</a>(java.io.File fileBasename,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses a file with a flexible extension. If the <code>fileBasename</code>
|
||||
already ends in a known extension, this method parses it according to
|
||||
@ -1435,7 +1435,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseFileAnySyntax</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L752" target="_blank" >parseFileAnySyntax</a>(java.io.File fileBasename)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L752" target="_blank" >parseFileAnySyntax</a>(java.io.File fileBasename)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#parseFileAnySyntax-java.io.File-com.typesafe.config.ConfigParseOptions-"><code>parseFileAnySyntax(File,ConfigParseOptions)</code></a> but always uses
|
||||
default parse options.</div>
|
||||
<dl>
|
||||
@ -1452,7 +1452,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResources</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L785" target="_blank" >parseResources</a>(java.lang.Class<?> klass,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L785" target="_blank" >parseResources</a>(java.lang.Class<?> klass,
|
||||
java.lang.String resource,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses all resources on the classpath with the given name and merges them
|
||||
@ -1490,7 +1490,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResources</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L804" target="_blank" >parseResources</a>(java.lang.Class<?> klass,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L804" target="_blank" >parseResources</a>(java.lang.Class<?> klass,
|
||||
java.lang.String resource)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#parseResources-java.lang.Class-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>parseResources(Class,String,ConfigParseOptions)</code></a> but always uses
|
||||
default parse options.</div>
|
||||
@ -1512,7 +1512,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResourcesAnySyntax</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L838" target="_blank" >parseResourcesAnySyntax</a>(java.lang.Class<?> klass,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L838" target="_blank" >parseResourcesAnySyntax</a>(java.lang.Class<?> klass,
|
||||
java.lang.String resourceBasename,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses classpath resources with a flexible extension. In general, this
|
||||
@ -1551,7 +1551,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResourcesAnySyntax</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L857" target="_blank" >parseResourcesAnySyntax</a>(java.lang.Class<?> klass,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L857" target="_blank" >parseResourcesAnySyntax</a>(java.lang.Class<?> klass,
|
||||
java.lang.String resourceBasename)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.Class-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>parseResourcesAnySyntax(Class,String,ConfigParseOptions)</code></a>
|
||||
but always uses default parse options.</div>
|
||||
@ -1573,7 +1573,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResources</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L883" target="_blank" >parseResources</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L883" target="_blank" >parseResources</a>(java.lang.ClassLoader loader,
|
||||
java.lang.String resource,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses all resources on the classpath with the given name and merges them
|
||||
@ -1604,7 +1604,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResources</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L898" target="_blank" >parseResources</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L898" target="_blank" >parseResources</a>(java.lang.ClassLoader loader,
|
||||
java.lang.String resource)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#parseResources-java.lang.ClassLoader-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>parseResources(ClassLoader,String,ConfigParseOptions)</code></a> but always uses
|
||||
default parse options.</div>
|
||||
@ -1623,7 +1623,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResourcesAnySyntax</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L925" target="_blank" >parseResourcesAnySyntax</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L925" target="_blank" >parseResourcesAnySyntax</a>(java.lang.ClassLoader loader,
|
||||
java.lang.String resourceBasename,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses classpath resources with a flexible extension. In general, this
|
||||
@ -1655,7 +1655,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResourcesAnySyntax</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L943" target="_blank" >parseResourcesAnySyntax</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L943" target="_blank" >parseResourcesAnySyntax</a>(java.lang.ClassLoader loader,
|
||||
java.lang.String resourceBasename)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.ClassLoader-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>parseResourcesAnySyntax(ClassLoader,String,ConfigParseOptions)</code></a> but always uses
|
||||
default parse options.</div>
|
||||
@ -1676,7 +1676,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResources</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L955" target="_blank" >parseResources</a>(java.lang.String resource,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L955" target="_blank" >parseResources</a>(java.lang.String resource,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#parseResources-java.lang.ClassLoader-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>parseResources(ClassLoader,String,ConfigParseOptions)</code></a> but
|
||||
uses thread's current context class loader if none is set in the
|
||||
@ -1696,7 +1696,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResources</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L966" target="_blank" >parseResources</a>(java.lang.String resource)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L966" target="_blank" >parseResources</a>(java.lang.String resource)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#parseResources-java.lang.ClassLoader-java.lang.String-"><code>parseResources(ClassLoader,String)</code></a> but uses thread's
|
||||
current context class loader.</div>
|
||||
<dl>
|
||||
@ -1713,7 +1713,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResourcesAnySyntax</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L978" target="_blank" >parseResourcesAnySyntax</a>(java.lang.String resourceBasename,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L978" target="_blank" >parseResourcesAnySyntax</a>(java.lang.String resourceBasename,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Like
|
||||
<a href="../../../com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.ClassLoader-java.lang.String-com.typesafe.config.ConfigParseOptions-"><code>parseResourcesAnySyntax(ClassLoader,String,ConfigParseOptions)</code></a>
|
||||
@ -1733,7 +1733,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResourcesAnySyntax</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L988" target="_blank" >parseResourcesAnySyntax</a>(java.lang.String resourceBasename)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L988" target="_blank" >parseResourcesAnySyntax</a>(java.lang.String resourceBasename)</pre>
|
||||
<div class="block">Like <a href="../../../com/typesafe/config/ConfigFactory.html#parseResourcesAnySyntax-java.lang.ClassLoader-java.lang.String-"><code>parseResourcesAnySyntax(ClassLoader,String)</code></a> but uses
|
||||
thread's current context class loader.</div>
|
||||
<dl>
|
||||
@ -1750,7 +1750,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseString</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L1000" target="_blank" >parseString</a>(java.lang.String s,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L1000" target="_blank" >parseString</a>(java.lang.String s,
|
||||
<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses a string (which should be valid HOCON or JSON by default, or
|
||||
the syntax specified in the options otherwise).</div>
|
||||
@ -1769,7 +1769,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseString</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L1010" target="_blank" >parseString</a>(java.lang.String s)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L1010" target="_blank" >parseString</a>(java.lang.String s)</pre>
|
||||
<div class="block">Parses a string (which should be valid HOCON or JSON).</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -1785,7 +1785,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseMap</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L1037" target="_blank" >parseMap</a>(java.util.Map<java.lang.String,? extends java.lang.Object> values,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L1037" target="_blank" >parseMap</a>(java.util.Map<java.lang.String,? extends java.lang.Object> values,
|
||||
java.lang.String originDescription)</pre>
|
||||
<div class="block">Creates a <code>Config</code> based on a <code>Map</code> from paths to
|
||||
plain Java values. Similar to
|
||||
@ -1818,7 +1818,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>parseMap</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigFactory.java#L1049" target="_blank" >parseMap</a>(java.util.Map<java.lang.String,? extends java.lang.Object> values)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigFactory.java#L1049" target="_blank" >parseMap</a>(java.util.Map<java.lang.String,? extends java.lang.Object> values)</pre>
|
||||
<div class="block">See the other overload of <a href="../../../com/typesafe/config/ConfigFactory.html#parseMap-java.util.Map-java.lang.String-"><code>parseMap(Map, String)</code></a> for details,
|
||||
this one just uses a default origin description.</div>
|
||||
<dl>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigIncludeContext</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L19" target="_blank" >ConfigIncludeContext</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L19" target="_blank" >ConfigIncludeContext</a></pre>
|
||||
<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.
|
||||
@ -171,7 +171,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>relativeTo</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L36" target="_blank" >relativeTo</a>(java.lang.String filename)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L36" target="_blank" >relativeTo</a>(java.lang.String filename)</pre>
|
||||
<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. Returns
|
||||
null if it can't meaningfully create a relative name. The returned
|
||||
@ -196,7 +196,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseOptions</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L45" target="_blank" >parseOptions</a>()</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L45" target="_blank" >parseOptions</a>()</pre>
|
||||
<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>
|
||||
@ -212,7 +212,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>setParseOptions</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L55" target="_blank" >setParseOptions</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L55" target="_blank" >setParseOptions</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Copy this <a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config"><code>ConfigIncludeContext</code></a> giving it a new value for its parseOptions.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigIncluder</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncluder.java#L13" target="_blank" >ConfigIncluder</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluder.java#L13" target="_blank" >ConfigIncluder</a></pre>
|
||||
<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. You may
|
||||
@ -158,7 +158,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withFallback</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncluder.java#L29" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a> fallback)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluder.java#L29" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a> fallback)</pre>
|
||||
<div class="block">Returns a new includer that falls back to the given includer. This is how
|
||||
you can obtain the default includer; it will be provided as a fallback.
|
||||
It's up to your includer to chain to it if you want to. You might want to
|
||||
@ -183,7 +183,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>include</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncluder.java#L49" target="_blank" >include</a>(<a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a> context,
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluder.java#L49" target="_blank" >include</a>(<a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a> context,
|
||||
java.lang.String what)</pre>
|
||||
<div class="block">Parses another item to be included. The returned object typically would
|
||||
not have substitutions resolved. You can throw a ConfigException here to
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigIncluderClasspath</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncluderClasspath.java#L12" target="_blank" >ConfigIncluderClasspath</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluderClasspath.java#L12" target="_blank" >ConfigIncluderClasspath</a></pre>
|
||||
<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. If you do not implement this but do implement <a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a>,
|
||||
@ -151,7 +151,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>includeResources</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncluderClasspath.java#L24" target="_blank" >includeResources</a>(<a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a> context,
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluderClasspath.java#L24" target="_blank" >includeResources</a>(<a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a> context,
|
||||
java.lang.String what)</pre>
|
||||
<div class="block">Parses another item to be included. The returned object typically would
|
||||
not have substitutions resolved. You can throw a ConfigException here to
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigIncluderFile</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncluderFile.java#L14" target="_blank" >ConfigIncluderFile</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluderFile.java#L14" target="_blank" >ConfigIncluderFile</a></pre>
|
||||
<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.
|
||||
If you do not implement this but do implement <a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a>,
|
||||
@ -151,7 +151,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>includeFile</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncluderFile.java#L26" target="_blank" >includeFile</a>(<a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a> context,
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluderFile.java#L26" target="_blank" >includeFile</a>(<a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a> context,
|
||||
java.io.File what)</pre>
|
||||
<div class="block">Parses another item to be included. The returned object typically would
|
||||
not have substitutions resolved. You can throw a ConfigException here to
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigIncluderURL</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncluderURL.java#L14" target="_blank" >ConfigIncluderURL</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluderURL.java#L14" target="_blank" >ConfigIncluderURL</a></pre>
|
||||
<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. If you do not implement this but do implement <a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a>,
|
||||
@ -151,7 +151,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>includeURL</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigIncluderURL.java#L26" target="_blank" >includeURL</a>(<a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a> context,
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluderURL.java#L26" target="_blank" >includeURL</a>(<a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a> context,
|
||||
java.net.URL what)</pre>
|
||||
<div class="block">Parses another item to be included. The returned object typically would
|
||||
not have substitutions resolved. You can throw a ConfigException here to
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigList</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigList.java#L35" target="_blank" >ConfigList</a>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigList.java#L35" target="_blank" >ConfigList</a>
|
||||
extends java.util.List<<a href="../../../com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a>>, <a href="../../../com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a></pre>
|
||||
<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.
|
||||
@ -211,7 +211,7 @@ extends java.util.List<<a href="../../../com/typesafe/config/ConfigValue.html
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>unwrapped</h4>
|
||||
<pre>java.util.List<java.lang.Object> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigList.java#L44" target="_blank" >unwrapped</a>()</pre>
|
||||
<pre>java.util.List<java.lang.Object> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigList.java#L44" target="_blank" >unwrapped</a>()</pre>
|
||||
<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>
|
||||
<dl>
|
||||
@ -228,7 +228,7 @@ extends java.util.List<<a href="../../../com/typesafe/config/ConfigValue.html
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>withOrigin</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigList.java#L47" target="_blank" >withOrigin</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigList.java#L47" target="_blank" >withOrigin</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin)</pre>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../com/typesafe/config/ConfigValue.html#withOrigin-com.typesafe.config.ConfigOrigin-">ConfigValue</a></code></span></div>
|
||||
<div class="block">Returns a <code>ConfigValue</code> based on this one, but with the given
|
||||
origin. This is useful when you are parsing a new format of file or setting
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigLoadingStrategy</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigLoadingStrategy.java#L12" target="_blank" >ConfigLoadingStrategy</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigLoadingStrategy.java#L12" target="_blank" >ConfigLoadingStrategy</a></pre>
|
||||
<div class="block">This method allows you to alter default config loading strategy for all the code which
|
||||
calls <a href="../../../com/typesafe/config/ConfigFactory.html#load-java.lang.String-"><code>ConfigFactory.load(java.lang.String)</code></a>.
|
||||
|
||||
@ -157,7 +157,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>parseApplicationConfig</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigLoadingStrategy.java#L19" target="_blank" >parseApplicationConfig</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigLoadingStrategy.java#L19" target="_blank" >parseApplicationConfig</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions)</pre>
|
||||
<div class="block">This method must load and parse application config.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigMemorySize</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L13" target="_blank" >ConfigMemorySize</a>
|
||||
<pre>public final class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L13" target="_blank" >ConfigMemorySize</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">An immutable class representing an amount of memory. Use
|
||||
static factory methods such as <a href="../../../com/typesafe/config/ConfigMemorySize.html#ofBytes-long-"><code>ofBytes(long)</code></a> to create instances.</div>
|
||||
@ -187,7 +187,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>ofBytes</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L29" target="_blank" >ofBytes</a>(long bytes)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L29" target="_blank" >ofBytes</a>(long bytes)</pre>
|
||||
<div class="block">Constructs a ConfigMemorySize representing the given
|
||||
number of bytes.</div>
|
||||
<dl>
|
||||
@ -206,7 +206,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>toBytes</h4>
|
||||
<pre>public long <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L38" target="_blank" >toBytes</a>()</pre>
|
||||
<pre>public long <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L38" target="_blank" >toBytes</a>()</pre>
|
||||
<div class="block">Gets the size in bytes.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
@ -222,7 +222,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>toString</h4>
|
||||
<pre>public java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L43" target="_blank" >toString</a>()</pre>
|
||||
<pre>public java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L43" target="_blank" >toString</a>()</pre>
|
||||
<dl>
|
||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
||||
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
|
||||
@ -235,7 +235,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>equals</h4>
|
||||
<pre>public boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L48" target="_blank" >equals</a>(java.lang.Object other)</pre>
|
||||
<pre>public boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L48" target="_blank" >equals</a>(java.lang.Object other)</pre>
|
||||
<dl>
|
||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
||||
<dd><code>equals</code> in class <code>java.lang.Object</code></dd>
|
||||
@ -248,7 +248,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>hashCode</h4>
|
||||
<pre>public int <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L57" target="_blank" >hashCode</a>()</pre>
|
||||
<pre>public int <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigMemorySize.java#L57" target="_blank" >hashCode</a>()</pre>
|
||||
<dl>
|
||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
||||
<dd><code>hashCode</code> in class <code>java.lang.Object</code></dd>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigMergeable</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigMergeable.java#L19" target="_blank" >ConfigMergeable</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigMergeable.java#L19" target="_blank" >ConfigMergeable</a></pre>
|
||||
<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>. Instances of <code>Config</code> and <code>ConfigValue</code> can
|
||||
be combined into a single new instance using the
|
||||
@ -162,7 +162,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>withFallback</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigMergeable.java#L71" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</a> other)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigMergeable.java#L71" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</a> other)</pre>
|
||||
<div class="block">Returns a new value computed by merging this value with another, with
|
||||
keys in this value "winning" over the other one.
|
||||
|
||||
@ -172,7 +172,7 @@ var activeTableTab = "activeTableTab";
|
||||
|
||||
<p>
|
||||
The semantics of merging are described in the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">spec
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">spec
|
||||
for HOCON</a>. Merging typically occurs when either the same object is
|
||||
created twice in the same file, or two config files are both loaded. For
|
||||
example:
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigObject</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigObject.java#L63" target="_blank" >ConfigObject</a>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigObject.java#L63" target="_blank" >ConfigObject</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a>, java.util.Map<java.lang.String,<a href="../../../com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a>></pre>
|
||||
<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.
|
||||
@ -283,7 +283,7 @@ extends <a href="../../../com/typesafe/config/ConfigValue.html" title="interface
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>toConfig</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigObject.java#L72" target="_blank" >toConfig</a>()</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigObject.java#L72" target="_blank" >toConfig</a>()</pre>
|
||||
<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. This is a constant-time
|
||||
operation (it is not proportional to the size of the object).</div>
|
||||
@ -299,7 +299,7 @@ extends <a href="../../../com/typesafe/config/ConfigValue.html" title="interface
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>unwrapped</h4>
|
||||
<pre>java.util.Map<java.lang.String,java.lang.Object> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigObject.java#L81" target="_blank" >unwrapped</a>()</pre>
|
||||
<pre>java.util.Map<java.lang.String,java.lang.Object> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigObject.java#L81" target="_blank" >unwrapped</a>()</pre>
|
||||
<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>
|
||||
<dl>
|
||||
@ -316,7 +316,7 @@ extends <a href="../../../com/typesafe/config/ConfigValue.html" title="interface
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withFallback</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigObject.java#L84" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</a> other)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigObject.java#L84" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</a> other)</pre>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../com/typesafe/config/ConfigMergeable.html#withFallback-com.typesafe.config.ConfigMergeable-">ConfigMergeable</a></code></span></div>
|
||||
<div class="block">Returns a new value computed by merging this value with another, with
|
||||
keys in this value "winning" over the other one.
|
||||
@ -327,7 +327,7 @@ extends <a href="../../../com/typesafe/config/ConfigValue.html" title="interface
|
||||
|
||||
<p>
|
||||
The semantics of merging are described in the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">spec
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">spec
|
||||
for HOCON</a>. Merging typically occurs when either the same object is
|
||||
created twice in the same file, or two config files are both loaded. For
|
||||
example:
|
||||
@ -381,7 +381,7 @@ extends <a href="../../../com/typesafe/config/ConfigValue.html" title="interface
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>get</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigObject.java#L98" target="_blank" >get</a>(java.lang.Object key)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigObject.java#L98" target="_blank" >get</a>(java.lang.Object key)</pre>
|
||||
<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. The returned <a href="../../../com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><code>ConfigValue</code></a> may have
|
||||
<a href="../../../com/typesafe/config/ConfigValueType.html#NULL"><code>ConfigValueType.NULL</code></a> or any other type, and the passed-in key
|
||||
@ -402,7 +402,7 @@ extends <a href="../../../com/typesafe/config/ConfigValue.html" title="interface
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withOnlyKey</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigObject.java#L108" target="_blank" >withOnlyKey</a>(java.lang.String key)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigObject.java#L108" target="_blank" >withOnlyKey</a>(java.lang.String key)</pre>
|
||||
<div class="block">Clone the object with only the given key (and its children) retained; all
|
||||
sibling keys are removed.</div>
|
||||
<dl>
|
||||
@ -419,7 +419,7 @@ extends <a href="../../../com/typesafe/config/ConfigValue.html" title="interface
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withoutKey</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigObject.java#L117" target="_blank" >withoutKey</a>(java.lang.String key)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigObject.java#L117" target="_blank" >withoutKey</a>(java.lang.String key)</pre>
|
||||
<div class="block">Clone the object with the given key removed.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -435,7 +435,7 @@ extends <a href="../../../com/typesafe/config/ConfigValue.html" title="interface
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withValue</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigObject.java#L131" target="_blank" >withValue</a>(java.lang.String key,
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigObject.java#L131" target="_blank" >withValue</a>(java.lang.String key,
|
||||
<a href="../../../com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a> value)</pre>
|
||||
<div class="block">Returns a <code>ConfigObject</code> based on this one, but with the given key
|
||||
set to the given value. Does not modify this instance (since it's
|
||||
@ -456,7 +456,7 @@ extends <a href="../../../com/typesafe/config/ConfigValue.html" title="interface
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>withOrigin</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigObject.java#L134" target="_blank" >withOrigin</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigObject.java#L134" target="_blank" >withOrigin</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin)</pre>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../com/typesafe/config/ConfigValue.html#withOrigin-com.typesafe.config.ConfigOrigin-">ConfigValue</a></code></span></div>
|
||||
<div class="block">Returns a <code>ConfigValue</code> based on this one, but with the given
|
||||
origin. This is useful when you are parsing a new format of file or setting
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigOrigin</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L30" target="_blank" >ConfigOrigin</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L30" target="_blank" >ConfigOrigin</a></pre>
|
||||
<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. Obtain the origin of a value
|
||||
with <a href="../../../com/typesafe/config/ConfigValue.html#origin--"><code>ConfigValue.origin()</code></a>. Exceptions may have an origin, see
|
||||
@ -208,7 +208,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>description</h4>
|
||||
<pre>java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L37" target="_blank" >description</a>()</pre>
|
||||
<pre>java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L37" target="_blank" >description</a>()</pre>
|
||||
<div class="block">Returns a string describing the origin of a value or exception. This will
|
||||
never return null.</div>
|
||||
<dl>
|
||||
@ -223,7 +223,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>filename</h4>
|
||||
<pre>java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L45" target="_blank" >filename</a>()</pre>
|
||||
<pre>java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L45" target="_blank" >filename</a>()</pre>
|
||||
<div class="block">Returns a filename describing the origin. This will return null if the
|
||||
origin was not a file.</div>
|
||||
<dl>
|
||||
@ -238,7 +238,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>url</h4>
|
||||
<pre>java.net.URL <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L53" target="_blank" >url</a>()</pre>
|
||||
<pre>java.net.URL <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L53" target="_blank" >url</a>()</pre>
|
||||
<div class="block">Returns a URL describing the origin. This will return null if the origin
|
||||
has no meaningful URL.</div>
|
||||
<dl>
|
||||
@ -253,7 +253,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>resource</h4>
|
||||
<pre>java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L61" target="_blank" >resource</a>()</pre>
|
||||
<pre>java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L61" target="_blank" >resource</a>()</pre>
|
||||
<div class="block">Returns a classpath resource name describing the origin. This will return
|
||||
null if the origin was not a classpath resource.</div>
|
||||
<dl>
|
||||
@ -268,7 +268,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>lineNumber</h4>
|
||||
<pre>int <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L69" target="_blank" >lineNumber</a>()</pre>
|
||||
<pre>int <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L69" target="_blank" >lineNumber</a>()</pre>
|
||||
<div class="block">Returns a line number where the value or exception originated. This will
|
||||
return -1 if there's no meaningful line number.</div>
|
||||
<dl>
|
||||
@ -283,7 +283,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>comments</h4>
|
||||
<pre>java.util.List<java.lang.String> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L81" target="_blank" >comments</a>()</pre>
|
||||
<pre>java.util.List<java.lang.String> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L81" target="_blank" >comments</a>()</pre>
|
||||
<div class="block">Returns any comments that appeared to "go with" this place in the file.
|
||||
Often an empty list, but never null. The details of this are subject to
|
||||
change, but at the moment comments that are immediately before an array
|
||||
@ -302,7 +302,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withComments</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L98" target="_blank" >withComments</a>(java.util.List<java.lang.String> comments)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L98" target="_blank" >withComments</a>(java.util.List<java.lang.String> comments)</pre>
|
||||
<div class="block">Returns a <code>ConfigOrigin</code> based on this one, but with the given
|
||||
comments. Does not modify this instance or any <code>ConfigValue</code>s with
|
||||
this origin (since they are immutable). To set the returned origin to a
|
||||
@ -327,7 +327,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>withLineNumber</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L117" target="_blank" >withLineNumber</a>(int lineNumber)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOrigin.java#L117" target="_blank" >withLineNumber</a>(int lineNumber)</pre>
|
||||
<div class="block">Returns a <code>ConfigOrigin</code> based on this one, but with the given
|
||||
line number. This origin must be a FILE, URL or RESOURCE. Does not modify
|
||||
this instance or any <code>ConfigValue</code>s with this origin (since they are
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigOriginFactory</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOriginFactory.java#L16" target="_blank" >ConfigOriginFactory</a>
|
||||
<pre>public final class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOriginFactory.java#L16" target="_blank" >ConfigOriginFactory</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">This class contains some static factory methods for building a <a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config"><code>ConfigOrigin</code></a>. <code>ConfigOrigin</code>s are automatically created when you
|
||||
call other API methods to get a <code>ConfigValue</code> or <code>Config</code>.
|
||||
@ -189,7 +189,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newSimple</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOriginFactory.java#L29" target="_blank" >newSimple</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOriginFactory.java#L29" target="_blank" >newSimple</a>()</pre>
|
||||
<div class="block">Returns the default origin for values when no other information is
|
||||
provided. This is the origin used in <a href="../../../com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config"><code>#fromAnyRef(Object)</code></a>.</div>
|
||||
<dl>
|
||||
@ -206,7 +206,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newSimple</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOriginFactory.java#L41" target="_blank" >newSimple</a>(java.lang.String description)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOriginFactory.java#L41" target="_blank" >newSimple</a>(java.lang.String description)</pre>
|
||||
<div class="block">Returns an origin with the given description.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -224,7 +224,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newFile</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOriginFactory.java#L53" target="_blank" >newFile</a>(java.lang.String filename)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOriginFactory.java#L53" target="_blank" >newFile</a>(java.lang.String filename)</pre>
|
||||
<div class="block">Creates a file origin with the given filename.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -242,7 +242,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>newURL</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigOriginFactory.java#L65" target="_blank" >newURL</a>(java.net.URL url)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigOriginFactory.java#L65" target="_blank" >newURL</a>(java.net.URL url)</pre>
|
||||
<div class="block">Creates a url origin with the given URL object.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigParseOptions</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L23" target="_blank" >ConfigParseOptions</a>
|
||||
<pre>public final class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L23" target="_blank" >ConfigParseOptions</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">A set of options related to parsing.
|
||||
|
||||
@ -253,7 +253,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>defaults</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L45" target="_blank" >defaults</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L45" target="_blank" >defaults</a>()</pre>
|
||||
<div class="block">Gets an instance of <code>ConfigParseOptions</code> with all fields
|
||||
set to the default values. Start with this instance and make any
|
||||
changes you need.</div>
|
||||
@ -269,7 +269,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setSyntax</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L57" target="_blank" >setSyntax</a>(<a href="../../../com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config">ConfigSyntax</a> syntax)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L57" target="_blank" >setSyntax</a>(<a href="../../../com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config">ConfigSyntax</a> syntax)</pre>
|
||||
<div class="block">Set the file format. If set to null, try to guess from any available
|
||||
filename extension; if guessing fails, assume <a href="../../../com/typesafe/config/ConfigSyntax.html#CONF"><code>ConfigSyntax.CONF</code></a>.</div>
|
||||
<dl>
|
||||
@ -286,7 +286,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getSyntax</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L69" target="_blank" >getSyntax</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L69" target="_blank" >getSyntax</a>()</pre>
|
||||
<div class="block">Gets the current syntax option, which may be null for "any".</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
@ -300,7 +300,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setOriginDescription</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L83" target="_blank" >setOriginDescription</a>(java.lang.String originDescription)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L83" target="_blank" >setOriginDescription</a>(java.lang.String originDescription)</pre>
|
||||
<div class="block">Set a description for the thing being parsed. In most cases this will be
|
||||
set up for you to something like the filename, but if you provide just an
|
||||
input stream you might want to improve on it. Set to null to allow the
|
||||
@ -320,7 +320,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getOriginDescription</h4>
|
||||
<pre>public java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L99" target="_blank" >getOriginDescription</a>()</pre>
|
||||
<pre>public java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L99" target="_blank" >getOriginDescription</a>()</pre>
|
||||
<div class="block">Gets the current origin description, which may be null for "automatic".</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
@ -334,7 +334,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setAllowMissing</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L120" target="_blank" >setAllowMissing</a>(boolean allowMissing)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L120" target="_blank" >setAllowMissing</a>(boolean allowMissing)</pre>
|
||||
<div class="block">Set to false to throw an exception if the item being parsed (for example
|
||||
a file) is missing. Set to true to just return an empty document in that
|
||||
case. Note that this setting applies on only to fetching the root document,
|
||||
@ -353,7 +353,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getAllowMissing</h4>
|
||||
<pre>public boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L132" target="_blank" >getAllowMissing</a>()</pre>
|
||||
<pre>public boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L132" target="_blank" >getAllowMissing</a>()</pre>
|
||||
<div class="block">Gets the current "allow missing" flag.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
@ -367,7 +367,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setIncluder</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L143" target="_blank" >setIncluder</a>(<a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a> includer)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L143" target="_blank" >setIncluder</a>(<a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a> includer)</pre>
|
||||
<div class="block">Set a <a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a> which customizes how includes are handled.
|
||||
null means to use the default includer.</div>
|
||||
<dl>
|
||||
@ -384,7 +384,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>prependIncluder</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L160" target="_blank" >prependIncluder</a>(<a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a> includer)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L160" target="_blank" >prependIncluder</a>(<a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a> includer)</pre>
|
||||
<div class="block">Prepends a <a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a> which customizes how
|
||||
includes are handled. To prepend your includer, the
|
||||
library calls <a href="../../../com/typesafe/config/ConfigIncluder.html#withFallback-com.typesafe.config.ConfigIncluder-"><code>ConfigIncluder.withFallback(com.typesafe.config.ConfigIncluder)</code></a> on your
|
||||
@ -403,7 +403,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>appendIncluder</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L179" target="_blank" >appendIncluder</a>(<a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a> includer)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L179" target="_blank" >appendIncluder</a>(<a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a> includer)</pre>
|
||||
<div class="block">Appends a <a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a> which customizes how
|
||||
includes are handled. To append, the library calls <a href="../../../com/typesafe/config/ConfigIncluder.html#withFallback-com.typesafe.config.ConfigIncluder-"><code>ConfigIncluder.withFallback(com.typesafe.config.ConfigIncluder)</code></a> on the existing includer.</div>
|
||||
<dl>
|
||||
@ -420,7 +420,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getIncluder</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L194" target="_blank" >getIncluder</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L194" target="_blank" >getIncluder</a>()</pre>
|
||||
<div class="block">Gets the current includer (will be null for the default includer).</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
@ -434,7 +434,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setClassLoader</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L207" target="_blank" >setClassLoader</a>(java.lang.ClassLoader loader)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L207" target="_blank" >setClassLoader</a>(java.lang.ClassLoader loader)</pre>
|
||||
<div class="block">Set the class loader. If set to null,
|
||||
<code>Thread.currentThread().getContextClassLoader()</code> will be used.</div>
|
||||
<dl>
|
||||
@ -452,7 +452,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>getClassLoader</h4>
|
||||
<pre>public java.lang.ClassLoader <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L222" target="_blank" >getClassLoader</a>()</pre>
|
||||
<pre>public java.lang.ClassLoader <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseOptions.java#L222" target="_blank" >getClassLoader</a>()</pre>
|
||||
<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>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigParseable</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseable.java#L18" target="_blank" >ConfigParseable</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseable.java#L18" target="_blank" >ConfigParseable</a></pre>
|
||||
<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>.
|
||||
|
||||
@ -172,7 +172,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parse</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseable.java#L29" target="_blank" >parse</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseable.java#L29" target="_blank" >parse</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parse whatever it is. The options should come from
|
||||
<a href="../../../com/typesafe/config/ConfigParseable.html#options--"><code>options()</code></a> but you could tweak them if you
|
||||
like.</div>
|
||||
@ -191,7 +191,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>origin</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseable.java#L36" target="_blank" >origin</a>()</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseable.java#L36" target="_blank" >origin</a>()</pre>
|
||||
<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>
|
||||
<dl>
|
||||
@ -206,7 +206,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>options</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigParseable.java#L44" target="_blank" >options</a>()</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigParseable.java#L44" target="_blank" >options</a>()</pre>
|
||||
<div class="block">Get the initial options, which can be modified then passed to parse().
|
||||
These options will have the right description, includer, and other
|
||||
parameters already set up.</div>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigRenderOptions</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L19" target="_blank" >ConfigRenderOptions</a>
|
||||
<pre>public final class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L19" target="_blank" >ConfigRenderOptions</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block"><p>
|
||||
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>. Passed to
|
||||
@ -232,7 +232,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>defaults</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L40" target="_blank" >defaults</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L40" target="_blank" >defaults</a>()</pre>
|
||||
<div class="block">Returns the default render options which are verbose (commented and
|
||||
formatted). See <a href="../../../com/typesafe/config/ConfigRenderOptions.html#concise--"><code>concise()</code></a> for stripped-down
|
||||
options. This rendering will not be valid JSON since it has comments.</div>
|
||||
@ -248,7 +248,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>concise</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L50" target="_blank" >concise</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L50" target="_blank" >concise</a>()</pre>
|
||||
<div class="block">Returns concise render options (no whitespace or comments). For a
|
||||
resolved <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>, the concise rendering will be valid JSON.</div>
|
||||
<dl>
|
||||
@ -263,7 +263,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setComments</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L63" target="_blank" >setComments</a>(boolean value)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L63" target="_blank" >setComments</a>(boolean value)</pre>
|
||||
<div class="block">Returns options with comments toggled. This controls human-written
|
||||
comments but not the autogenerated "origin of this setting" comments,
|
||||
which are controlled by <a href="../../../com/typesafe/config/ConfigRenderOptions.html#setOriginComments-boolean-"><code>setOriginComments(boolean)</code></a>.</div>
|
||||
@ -281,7 +281,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getComments</h4>
|
||||
<pre>public boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L76" target="_blank" >getComments</a>()</pre>
|
||||
<pre>public boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L76" target="_blank" >getComments</a>()</pre>
|
||||
<div class="block">Returns whether the options enable comments. This method is mostly used
|
||||
by the config lib internally, not by applications.</div>
|
||||
<dl>
|
||||
@ -296,7 +296,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setOriginComments</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L96" target="_blank" >setOriginComments</a>(boolean value)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L96" target="_blank" >setOriginComments</a>(boolean value)</pre>
|
||||
<div class="block">Returns options with origin comments toggled. If this is enabled, the
|
||||
library generates comments for each setting based on the
|
||||
<a href="../../../com/typesafe/config/ConfigValue.html#origin--"><code>ConfigValue.origin()</code></a> of that setting's value. For example these
|
||||
@ -321,7 +321,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getOriginComments</h4>
|
||||
<pre>public boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L109" target="_blank" >getOriginComments</a>()</pre>
|
||||
<pre>public boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L109" target="_blank" >getOriginComments</a>()</pre>
|
||||
<div class="block">Returns whether the options enable automated origin comments. This method
|
||||
is mostly used by the config lib internally, not by applications.</div>
|
||||
<dl>
|
||||
@ -336,7 +336,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setFormatted</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L121" target="_blank" >setFormatted</a>(boolean value)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L121" target="_blank" >setFormatted</a>(boolean value)</pre>
|
||||
<div class="block">Returns options with formatting toggled. Formatting means indentation and
|
||||
whitespace, enabling formatting makes things prettier but larger.</div>
|
||||
<dl>
|
||||
@ -353,7 +353,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getFormatted</h4>
|
||||
<pre>public boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L134" target="_blank" >getFormatted</a>()</pre>
|
||||
<pre>public boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L134" target="_blank" >getFormatted</a>()</pre>
|
||||
<div class="block">Returns whether the options enable formatting. This method is mostly used
|
||||
by the config lib internally, not by applications.</div>
|
||||
<dl>
|
||||
@ -368,7 +368,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setJson</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L149" target="_blank" >setJson</a>(boolean value)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L149" target="_blank" >setJson</a>(boolean value)</pre>
|
||||
<div class="block">Returns options with JSON toggled. JSON means that HOCON extensions
|
||||
(omitting commas, quotes for example) won't be used. However, whether to
|
||||
use comments is controlled by the separate <a href="../../../com/typesafe/config/ConfigRenderOptions.html#setComments-boolean-"><code>setComments(boolean)</code></a>
|
||||
@ -388,7 +388,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getJson</h4>
|
||||
<pre>public boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L162" target="_blank" >getJson</a>()</pre>
|
||||
<pre>public boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L162" target="_blank" >getJson</a>()</pre>
|
||||
<div class="block">Returns whether the options enable JSON. This method is mostly used by
|
||||
the config lib internally, not by applications.</div>
|
||||
<dl>
|
||||
@ -403,7 +403,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>toString</h4>
|
||||
<pre>public java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L167" target="_blank" >toString</a>()</pre>
|
||||
<pre>public java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java#L167" target="_blank" >toString</a>()</pre>
|
||||
<dl>
|
||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
||||
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigResolveOptions</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,11 +108,11 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L29" target="_blank" >ConfigResolveOptions</a>
|
||||
<pre>public final class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L29" target="_blank" >ConfigResolveOptions</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">A set of options related to resolving substitutions. Substitutions use the
|
||||
<code>${foo.bar}</code> syntax and are documented in the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">HOCON</a>
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">HOCON</a>
|
||||
spec.
|
||||
<p>
|
||||
Typically this class would be used with the method
|
||||
@ -228,7 +228,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>defaults</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L47" target="_blank" >defaults</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L47" target="_blank" >defaults</a>()</pre>
|
||||
<div class="block">Returns the default resolve options. By default the system environment
|
||||
will be used and unresolved substitutions are not allowed.</div>
|
||||
<dl>
|
||||
@ -243,7 +243,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>noSystem</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L57" target="_blank" >noSystem</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L57" target="_blank" >noSystem</a>()</pre>
|
||||
<div class="block">Returns resolve options that disable any reference to "system" data
|
||||
(currently, this means environment variables).</div>
|
||||
<dl>
|
||||
@ -258,7 +258,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setUseSystemEnvironment</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L69" target="_blank" >setUseSystemEnvironment</a>(boolean value)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L69" target="_blank" >setUseSystemEnvironment</a>(boolean value)</pre>
|
||||
<div class="block">Returns options with use of environment variables set to the given value.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -275,7 +275,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getUseSystemEnvironment</h4>
|
||||
<pre>public boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L80" target="_blank" >getUseSystemEnvironment</a>()</pre>
|
||||
<pre>public boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L80" target="_blank" >getUseSystemEnvironment</a>()</pre>
|
||||
<div class="block">Returns whether the options enable use of system environment variables.
|
||||
This method is mostly used by the config lib internally, not by
|
||||
applications.</div>
|
||||
@ -291,7 +291,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setAllowUnresolved</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L96" target="_blank" >setAllowUnresolved</a>(boolean value)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L96" target="_blank" >setAllowUnresolved</a>(boolean value)</pre>
|
||||
<div class="block">Returns options with "allow unresolved" set to the given value. By
|
||||
default, unresolved substitutions are an error. If unresolved
|
||||
substitutions are allowed, then a future attempt to use the unresolved
|
||||
@ -313,7 +313,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>appendResolver</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L125" target="_blank" >appendResolver</a>(<a href="../../../com/typesafe/config/ConfigResolver.html" title="interface in com.typesafe.config">ConfigResolver</a> value)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L125" target="_blank" >appendResolver</a>(<a href="../../../com/typesafe/config/ConfigResolver.html" title="interface in com.typesafe.config">ConfigResolver</a> value)</pre>
|
||||
<div class="block">Returns options where the given resolver used as a fallback if a
|
||||
reference cannot be otherwise resolved. This resolver will only be called
|
||||
after resolution has failed to substitute with a value from within the
|
||||
@ -350,7 +350,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>getResolver</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L144" target="_blank" >getResolver</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L144" target="_blank" >getResolver</a>()</pre>
|
||||
<div class="block">Returns the resolver to use as a fallback if a substitution cannot be
|
||||
otherwise resolved. Never returns null. This method is mostly used by the
|
||||
config lib internally, not by applications.</div>
|
||||
@ -368,7 +368,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>getAllowUnresolved</h4>
|
||||
<pre>public boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L155" target="_blank" >getAllowUnresolved</a>()</pre>
|
||||
<pre>public boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolveOptions.java#L155" target="_blank" >getAllowUnresolved</a>()</pre>
|
||||
<div class="block">Returns whether the options allow unresolved substitutions. This method
|
||||
is mostly used by the config lib internally, not by applications.</div>
|
||||
<dl>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>ConfigResolver</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolver.java#L10" target="_blank" >ConfigResolver</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolver.java#L10" target="_blank" >ConfigResolver</a></pre>
|
||||
<div class="block">Implement this interface and provide an instance to
|
||||
<a href="../../../com/typesafe/config/ConfigResolveOptions.html#appendResolver-com.typesafe.config.ConfigResolver-"><code>ConfigResolveOptions.appendResolver()</code></a>
|
||||
to provide custom behavior when unresolved substitutions are encountered
|
||||
@ -161,7 +161,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>lookup</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolver.java#L22" target="_blank" >lookup</a>(java.lang.String path)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolver.java#L22" target="_blank" >lookup</a>(java.lang.String path)</pre>
|
||||
<div class="block">Returns the value to substitute for the given unresolved path. To get the
|
||||
components of the path use <a href="../../../com/typesafe/config/ConfigUtil.html#splitPath-java.lang.String-"><code>ConfigUtil.splitPath(String)</code></a>. If a
|
||||
non-null value is returned that value will be substituted, otherwise
|
||||
@ -181,7 +181,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>withFallback</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigResolver.java#L36" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigResolver.html" title="interface in com.typesafe.config">ConfigResolver</a> fallback)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigResolver.java#L36" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigResolver.html" title="interface in com.typesafe.config">ConfigResolver</a> fallback)</pre>
|
||||
<div class="block">Returns a new resolver that falls back to the given resolver if this
|
||||
one doesn't provide a substitution itself.
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>ConfigSyntax</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -117,10 +117,10 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public enum <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L14" target="_blank" >ConfigSyntax</a>
|
||||
<pre>public enum <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L14" target="_blank" >ConfigSyntax</a>
|
||||
extends java.lang.Enum<<a href="../../../com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config">ConfigSyntax</a>></pre>
|
||||
<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>
|
||||
href="https://github.com/lightbend/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>
|
||||
@ -144,7 +144,7 @@ extends java.lang.Enum<<a href="../../../com/typesafe/config/ConfigSyntax.htm
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigSyntax.html#CONF">CONF</a></span></code>
|
||||
<div class="block">The JSON-superset <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md"
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md"
|
||||
>HOCON</a> format.</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -224,7 +224,7 @@ the order they are declared.</div>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>JSON</h4>
|
||||
<pre>public static final <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L21" target="_blank" >JSON</a></pre>
|
||||
<pre>public static final <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L21" target="_blank" >JSON</a></pre>
|
||||
<div class="block">Pedantically strict <a href="http://json.org">JSON</a> format; no
|
||||
comments, no unexpected commas, no duplicate keys in the same object.
|
||||
Associated with the <code>.json</code> file extension and
|
||||
@ -237,9 +237,9 @@ the order they are declared.</div>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>CONF</h4>
|
||||
<pre>public static final <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L28" target="_blank" >CONF</a></pre>
|
||||
<pre>public static final <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L28" target="_blank" >CONF</a></pre>
|
||||
<div class="block">The JSON-superset <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md"
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md"
|
||||
>HOCON</a> format. Associated with the <code>.conf</code> file extension
|
||||
and <code>application/hocon</code> Content-Type.</div>
|
||||
</li>
|
||||
@ -250,7 +250,7 @@ the order they are declared.</div>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>PROPERTIES</h4>
|
||||
<pre>public static final <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L35" target="_blank" >PROPERTIES</a></pre>
|
||||
<pre>public static final <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L35" target="_blank" >PROPERTIES</a></pre>
|
||||
<div class="block">Standard <a href=
|
||||
"http://download.oracle.com/javase/7/docs/api/java/util/Properties.html#load%28java.io.Reader%29"
|
||||
>Java properties</a> format. Associated with the <code>.properties</code>
|
||||
@ -271,7 +271,7 @@ the order they are declared.</div>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>values</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L14" target="_blank" >values</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L14" target="_blank" >values</a>()</pre>
|
||||
<div class="block">Returns an array containing the constants of this enum type, in
|
||||
the order they are declared. This method may be used to iterate
|
||||
over the constants as follows:
|
||||
@ -291,7 +291,7 @@ for (ConfigSyntax c : ConfigSyntax.values())
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>valueOf</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L14" target="_blank" >valueOf</a>(java.lang.String name)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigSyntax.java#L14" target="_blank" >valueOf</a>(java.lang.String name)</pre>
|
||||
<div class="block">Returns the enum constant of this type with the specified name.
|
||||
The string must match <i>exactly</i> an identifier used to declare an
|
||||
enum constant in this type. (Extraneous whitespace characters are
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>ConfigUtil</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigUtil.java#L11" target="_blank" >ConfigUtil</a>
|
||||
<pre>public final class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigUtil.java#L11" target="_blank" >ConfigUtil</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Contains static utility methods.</div>
|
||||
</li>
|
||||
@ -184,7 +184,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>quoteString</h4>
|
||||
<pre>public static java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigUtil.java#L23" target="_blank" >quoteString</a>(java.lang.String s)</pre>
|
||||
<pre>public static java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigUtil.java#L23" target="_blank" >quoteString</a>(java.lang.String s)</pre>
|
||||
<div class="block">Quotes and escapes a string, as in the JSON specification.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
@ -200,7 +200,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>joinPath</h4>
|
||||
<pre>public static java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigUtil.java#L42" target="_blank" >joinPath</a>(java.lang.String... elements)</pre>
|
||||
<pre>public static java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigUtil.java#L42" target="_blank" >joinPath</a>(java.lang.String... elements)</pre>
|
||||
<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. A path
|
||||
expression is usable with a <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>, while individual path
|
||||
@ -224,7 +224,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>joinPath</h4>
|
||||
<pre>public static java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigUtil.java#L61" target="_blank" >joinPath</a>(java.util.List<java.lang.String> elements)</pre>
|
||||
<pre>public static java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigUtil.java#L61" target="_blank" >joinPath</a>(java.util.List<java.lang.String> elements)</pre>
|
||||
<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. A path
|
||||
expression is usable with a <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>, while individual path
|
||||
@ -248,7 +248,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>splitPath</h4>
|
||||
<pre>public static java.util.List<java.lang.String> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigUtil.java#L80" target="_blank" >splitPath</a>(java.lang.String path)</pre>
|
||||
<pre>public static java.util.List<java.lang.String> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigUtil.java#L80" target="_blank" >splitPath</a>(java.lang.String path)</pre>
|
||||
<div class="block">Converts a path expression into a list of keys, by splitting on period
|
||||
and unquoting the individual path elements. A path expression is usable
|
||||
with a <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>, while individual path elements are usable with a
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>ConfigValue</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValue.java#L21" target="_blank" >ConfigValue</a>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValue.java#L21" target="_blank" >ConfigValue</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</a></pre>
|
||||
<div class="block">An immutable value, following the <a href="http://json.org">JSON</a> type
|
||||
schema.
|
||||
@ -222,7 +222,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>origin</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValue.java#L28" target="_blank" >origin</a>()</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValue.java#L28" target="_blank" >origin</a>()</pre>
|
||||
<div class="block">The origin of the value (file, line number, etc.), for debugging and
|
||||
error messages.</div>
|
||||
<dl>
|
||||
@ -237,7 +237,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>valueType</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValue.java#L35" target="_blank" >valueType</a>()</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValue.java#L35" target="_blank" >valueType</a>()</pre>
|
||||
<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>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
@ -251,7 +251,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>unwrapped</h4>
|
||||
<pre>java.lang.Object <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValue.java#L45" target="_blank" >unwrapped</a>()</pre>
|
||||
<pre>java.lang.Object <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValue.java#L45" target="_blank" >unwrapped</a>()</pre>
|
||||
<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<String,Object></code>,
|
||||
<code>List<Object></code>, or <code>null</code>, matching the <a href="../../../com/typesafe/config/ConfigValue.html#valueType--"><code>valueType()</code></a>
|
||||
@ -269,7 +269,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>render</h4>
|
||||
<pre>java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValue.java#L64" target="_blank" >render</a>()</pre>
|
||||
<pre>java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValue.java#L64" target="_blank" >render</a>()</pre>
|
||||
<div class="block">Renders the config value as a HOCON string. This method is primarily
|
||||
intended for debugging, so it tries to add helpful comments and
|
||||
whitespace.
|
||||
@ -295,7 +295,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>render</h4>
|
||||
<pre>java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValue.java#L85" target="_blank" >render</a>(<a href="../../../com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a> options)</pre>
|
||||
<pre>java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValue.java#L85" target="_blank" >render</a>(<a href="../../../com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a> options)</pre>
|
||||
<div class="block">Renders the config value to a string, using the provided options.
|
||||
|
||||
<p>
|
||||
@ -323,7 +323,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withFallback</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValue.java#L88" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</a> other)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValue.java#L88" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config">ConfigMergeable</a> other)</pre>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../com/typesafe/config/ConfigMergeable.html#withFallback-com.typesafe.config.ConfigMergeable-">ConfigMergeable</a></code></span></div>
|
||||
<div class="block">Returns a new value computed by merging this value with another, with
|
||||
keys in this value "winning" over the other one.
|
||||
@ -334,7 +334,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
|
||||
<p>
|
||||
The semantics of merging are described in the <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">spec
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">spec
|
||||
for HOCON</a>. Merging typically occurs when either the same object is
|
||||
created twice in the same file, or two config files are both loaded. For
|
||||
example:
|
||||
@ -386,7 +386,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>atPath</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValue.java#L99" target="_blank" >atPath</a>(java.lang.String path)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValue.java#L99" target="_blank" >atPath</a>(java.lang.String path)</pre>
|
||||
<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. See also
|
||||
<a href="../../../com/typesafe/config/ConfigValue.html#atKey-java.lang.String-"><code>atKey(String)</code></a>.</div>
|
||||
<dl>
|
||||
@ -404,7 +404,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>atKey</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValue.java#L109" target="_blank" >atKey</a>(java.lang.String key)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValue.java#L109" target="_blank" >atKey</a>(java.lang.String key)</pre>
|
||||
<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. See also
|
||||
<a href="../../../com/typesafe/config/ConfigValue.html#atPath-java.lang.String-"><code>atPath(String)</code></a>.</div>
|
||||
<dl>
|
||||
@ -421,7 +421,7 @@ extends <a href="../../../com/typesafe/config/ConfigMergeable.html" title="inter
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>withOrigin</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValue.java#L121" target="_blank" >withOrigin</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValue.java#L121" target="_blank" >withOrigin</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin)</pre>
|
||||
<div class="block">Returns a <code>ConfigValue</code> based on this one, but with the given
|
||||
origin. This is useful when you are parsing a new format of file or setting
|
||||
comments for a single ConfigValue.</div>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>ConfigValueFactory</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L15" target="_blank" >ConfigValueFactory</a>
|
||||
<pre>public final class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L15" target="_blank" >ConfigValueFactory</a>
|
||||
extends java.lang.Object</pre>
|
||||
<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. See also <a href="../../../com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config"><code>ConfigFactory</code></a> which has methods for parsing files
|
||||
@ -203,7 +203,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>fromAnyRef</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L71" target="_blank" >fromAnyRef</a>(java.lang.Object object,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L71" target="_blank" >fromAnyRef</a>(java.lang.Object object,
|
||||
java.lang.String originDescription)</pre>
|
||||
<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>,
|
||||
@ -264,7 +264,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>fromMap</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L98" target="_blank" >fromMap</a>(java.util.Map<java.lang.String,? extends java.lang.Object> values,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L98" target="_blank" >fromMap</a>(java.util.Map<java.lang.String,? extends java.lang.Object> values,
|
||||
java.lang.String originDescription)</pre>
|
||||
<div class="block">See the <a href="../../../com/typesafe/config/ConfigValueFactory.html#fromAnyRef-java.lang.Object-java.lang.String-"><code>fromAnyRef(Object,String)</code></a> documentation for details.
|
||||
This is a typesafe wrapper that only works on <code>Map</code> and
|
||||
@ -298,7 +298,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>fromIterable</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L112" target="_blank" >fromIterable</a>(java.lang.Iterable<? extends java.lang.Object> values,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L112" target="_blank" >fromIterable</a>(java.lang.Iterable<? extends java.lang.Object> values,
|
||||
java.lang.String originDescription)</pre>
|
||||
<div class="block">See the <a href="../../../com/typesafe/config/ConfigValueFactory.html#fromAnyRef-java.lang.Object-java.lang.String-"><code>fromAnyRef(Object,String)</code></a> documentation for details.
|
||||
This is a typesafe wrapper that only works on <code>Iterable</code>
|
||||
@ -318,7 +318,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>fromAnyRef</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L124" target="_blank" >fromAnyRef</a>(java.lang.Object object)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L124" target="_blank" >fromAnyRef</a>(java.lang.Object object)</pre>
|
||||
<div class="block">See the other overload <a href="../../../com/typesafe/config/ConfigValueFactory.html#fromAnyRef-java.lang.Object-java.lang.String-"><code>fromAnyRef(Object,String)</code></a> for details,
|
||||
this one just uses a default origin description.</div>
|
||||
<dl>
|
||||
@ -335,7 +335,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>fromMap</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L139" target="_blank" >fromMap</a>(java.util.Map<java.lang.String,? extends java.lang.Object> values)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L139" target="_blank" >fromMap</a>(java.util.Map<java.lang.String,? extends java.lang.Object> values)</pre>
|
||||
<div class="block">See the other overload <a href="../../../com/typesafe/config/ConfigValueFactory.html#fromMap-java.util.Map-java.lang.String-"><code>fromMap(Map,String)</code></a> for details, this one
|
||||
just uses a default origin description.
|
||||
|
||||
@ -356,7 +356,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>fromIterable</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L150" target="_blank" >fromIterable</a>(java.lang.Iterable<? extends java.lang.Object> values)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueFactory.java#L150" target="_blank" >fromIterable</a>(java.lang.Iterable<? extends java.lang.Object> values)</pre>
|
||||
<div class="block">See the other overload of <a href="../../../com/typesafe/config/ConfigValueFactory.html#fromIterable-java.lang.Iterable-java.lang.String-"><code>fromIterable(Iterable, String)</code></a> for
|
||||
details, this one just uses a default origin description.</div>
|
||||
<dl>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>ConfigValueType</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -117,7 +117,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public enum <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueType.java#L10" target="_blank" >ConfigValueType</a>
|
||||
<pre>public enum <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueType.java#L10" target="_blank" >ConfigValueType</a>
|
||||
extends java.lang.Enum<<a href="../../../com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config">ConfigValueType</a>></pre>
|
||||
<div class="block">The type of a configuration value (following the <a
|
||||
href="http://json.org">JSON</a> type schema).</div>
|
||||
@ -219,7 +219,7 @@ the order they are declared.</div>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>OBJECT</h4>
|
||||
<pre>public static final <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >OBJECT</a></pre>
|
||||
<pre>public static final <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >OBJECT</a></pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="LIST">
|
||||
@ -228,7 +228,7 @@ the order they are declared.</div>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>LIST</h4>
|
||||
<pre>public static final <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >LIST</a></pre>
|
||||
<pre>public static final <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >LIST</a></pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="NUMBER">
|
||||
@ -237,7 +237,7 @@ the order they are declared.</div>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>NUMBER</h4>
|
||||
<pre>public static final <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >NUMBER</a></pre>
|
||||
<pre>public static final <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >NUMBER</a></pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="BOOLEAN">
|
||||
@ -246,7 +246,7 @@ the order they are declared.</div>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BOOLEAN</h4>
|
||||
<pre>public static final <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >BOOLEAN</a></pre>
|
||||
<pre>public static final <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >BOOLEAN</a></pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="NULL">
|
||||
@ -255,7 +255,7 @@ the order they are declared.</div>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>NULL</h4>
|
||||
<pre>public static final <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >NULL</a></pre>
|
||||
<pre>public static final <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >NULL</a></pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="STRING">
|
||||
@ -264,7 +264,7 @@ the order they are declared.</div>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>STRING</h4>
|
||||
<pre>public static final <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >STRING</a></pre>
|
||||
<pre>public static final <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueType.java#L11" target="_blank" >STRING</a></pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -281,7 +281,7 @@ the order they are declared.</div>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>values</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueType.java#L10" target="_blank" >values</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueType.java#L10" target="_blank" >values</a>()</pre>
|
||||
<div class="block">Returns an array containing the constants of this enum type, in
|
||||
the order they are declared. This method may be used to iterate
|
||||
over the constants as follows:
|
||||
@ -301,7 +301,7 @@ for (ConfigValueType c : ConfigValueType.values())
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>valueOf</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigValueType.java#L10" target="_blank" >valueOf</a>(java.lang.String name)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigValueType.java#L10" target="_blank" >valueOf</a>(java.lang.String name)</pre>
|
||||
<div class="block">Returns the enum constant of this type with the specified name.
|
||||
The string must match <i>exactly</i> an identifier used to declare an
|
||||
enum constant in this type. (Extraneous whitespace characters are
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>DefaultConfigLoadingStrategy</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/DefaultConfigLoadingStrategy.java#L12" target="_blank" >DefaultConfigLoadingStrategy</a>
|
||||
<pre>public class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/DefaultConfigLoadingStrategy.java#L12" target="_blank" >DefaultConfigLoadingStrategy</a>
|
||||
extends java.lang.Object
|
||||
implements <a href="../../../com/typesafe/config/ConfigLoadingStrategy.html" title="interface in com.typesafe.config">ConfigLoadingStrategy</a></pre>
|
||||
<div class="block">Default config loading strategy. Able to load resource, file or URL.
|
||||
@ -187,7 +187,7 @@ implements <a href="../../../com/typesafe/config/ConfigLoadingStrategy.html" tit
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>DefaultConfigLoadingStrategy</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/DefaultConfigLoadingStrategy.java#L12" target="_blank" >DefaultConfigLoadingStrategy</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/DefaultConfigLoadingStrategy.java#L12" target="_blank" >DefaultConfigLoadingStrategy</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -204,7 +204,7 @@ implements <a href="../../../com/typesafe/config/ConfigLoadingStrategy.html" tit
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>parseApplicationConfig</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/DefaultConfigLoadingStrategy.java#L14" target="_blank" >parseApplicationConfig</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/DefaultConfigLoadingStrategy.java#L14" target="_blank" >parseApplicationConfig</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> parseOptions)</pre>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../com/typesafe/config/ConfigLoadingStrategy.html#parseApplicationConfig-com.typesafe.config.ConfigParseOptions-">ConfigLoadingStrategy</a></code></span></div>
|
||||
<div class="block">This method must load and parse application config.</div>
|
||||
<dl>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>Optional</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -94,7 +94,7 @@
|
||||
<br>
|
||||
<pre>@Documented
|
||||
@Retention(value=RUNTIME)
|
||||
public @interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/Optional.java#L12" target="_blank" >Optional</a></pre>
|
||||
public @interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/Optional.java#L12" target="_blank" >Optional</a></pre>
|
||||
<div class="block">Allows an config property to be <code>null</code>.</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigBeanImpl</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigBeanImpl.java#L33" target="_blank" >ConfigBeanImpl</a>
|
||||
<pre>public class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigBeanImpl.java#L33" target="_blank" >ConfigBeanImpl</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Internal implementation detail, not ABI stable, do not touch.
|
||||
For use only by the <code>com.typesafe.config</code> package.</div>
|
||||
@ -183,7 +183,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ConfigBeanImpl</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigBeanImpl.java#L33" target="_blank" >ConfigBeanImpl</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigBeanImpl.java#L33" target="_blank" >ConfigBeanImpl</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -200,7 +200,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>createInternal</h4>
|
||||
<pre>public static <T> T <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigBeanImpl.java#L43" target="_blank" >createInternal</a>(<a href="../../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config,
|
||||
<pre>public static <T> T <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigBeanImpl.java#L43" target="_blank" >createInternal</a>(<a href="../../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config,
|
||||
java.lang.Class<T> clazz)</pre>
|
||||
<div class="block">This is public ONLY for use by the "config" package, DO NOT USE this ABI
|
||||
may change.</div>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigImpl</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L34" target="_blank" >ConfigImpl</a>
|
||||
<pre>public class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L34" target="_blank" >ConfigImpl</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Internal implementation detail, not ABI stable, do not touch.
|
||||
For use only by the <code>com.typesafe.config</code> package.</div>
|
||||
@ -260,7 +260,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ConfigImpl</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L34" target="_blank" >ConfigImpl</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L34" target="_blank" >ConfigImpl</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -277,7 +277,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>computeCachedConfig</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L84" target="_blank" >computeCachedConfig</a>(java.lang.ClassLoader loader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L84" target="_blank" >computeCachedConfig</a>(java.lang.ClassLoader loader,
|
||||
java.lang.String key,
|
||||
java.util.concurrent.Callable<<a href="../../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a>> updater)</pre>
|
||||
</li>
|
||||
@ -288,7 +288,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResourcesAnySyntax</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L123" target="_blank" >parseResourcesAnySyntax</a>(java.lang.Class<?> klass,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L123" target="_blank" >parseResourcesAnySyntax</a>(java.lang.Class<?> klass,
|
||||
java.lang.String resourceBasename,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> baseOptions)</pre>
|
||||
</li>
|
||||
@ -299,7 +299,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseResourcesAnySyntax</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L129" target="_blank" >parseResourcesAnySyntax</a>(java.lang.String resourceBasename,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L129" target="_blank" >parseResourcesAnySyntax</a>(java.lang.String resourceBasename,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> baseOptions)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -309,7 +309,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseFileAnySyntax</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L135" target="_blank" >parseFileAnySyntax</a>(java.io.File basename,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L135" target="_blank" >parseFileAnySyntax</a>(java.io.File basename,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> baseOptions)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -319,7 +319,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>emptyConfig</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L146" target="_blank" >emptyConfig</a>(java.lang.String originDescription)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L146" target="_blank" >emptyConfig</a>(java.lang.String originDescription)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="fromAnyRef-java.lang.Object-java.lang.String-">
|
||||
@ -328,7 +328,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>fromAnyRef</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L192" target="_blank" >fromAnyRef</a>(java.lang.Object object,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L192" target="_blank" >fromAnyRef</a>(java.lang.Object object,
|
||||
java.lang.String originDescription)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -338,7 +338,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>fromPathMap</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L197" target="_blank" >fromPathMap</a>(java.util.Map<java.lang.String,? extends java.lang.Object> pathMap,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L197" target="_blank" >fromPathMap</a>(java.util.Map<java.lang.String,? extends java.lang.Object> pathMap,
|
||||
java.lang.String originDescription)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -348,7 +348,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>systemPropertiesAsConfig</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L327" target="_blank" >systemPropertiesAsConfig</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L327" target="_blank" >systemPropertiesAsConfig</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="reloadSystemPropertiesConfig--">
|
||||
@ -357,7 +357,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>reloadSystemPropertiesConfig</h4>
|
||||
<pre>public static void <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L331" target="_blank" >reloadSystemPropertiesConfig</a>()</pre>
|
||||
<pre>public static void <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L331" target="_blank" >reloadSystemPropertiesConfig</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="envVariablesAsConfig--">
|
||||
@ -366,7 +366,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>envVariablesAsConfig</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L353" target="_blank" >envVariablesAsConfig</a>()</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L353" target="_blank" >envVariablesAsConfig</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="reloadEnvVariablesConfig--">
|
||||
@ -375,7 +375,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>reloadEnvVariablesConfig</h4>
|
||||
<pre>public static void <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L357" target="_blank" >reloadEnvVariablesConfig</a>()</pre>
|
||||
<pre>public static void <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L357" target="_blank" >reloadEnvVariablesConfig</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="defaultReference-java.lang.ClassLoader-">
|
||||
@ -384,7 +384,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>defaultReference</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L363" target="_blank" >defaultReference</a>(java.lang.ClassLoader loader)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L363" target="_blank" >defaultReference</a>(java.lang.ClassLoader loader)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="traceLoadsEnabled--">
|
||||
@ -393,7 +393,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>traceLoadsEnabled</h4>
|
||||
<pre>public static boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L419" target="_blank" >traceLoadsEnabled</a>()</pre>
|
||||
<pre>public static boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L419" target="_blank" >traceLoadsEnabled</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="traceSubstitutionsEnabled--">
|
||||
@ -402,7 +402,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>traceSubstitutionsEnabled</h4>
|
||||
<pre>public static boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L427" target="_blank" >traceSubstitutionsEnabled</a>()</pre>
|
||||
<pre>public static boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L427" target="_blank" >traceSubstitutionsEnabled</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="trace-java.lang.String-">
|
||||
@ -411,7 +411,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>trace</h4>
|
||||
<pre>public static void <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L435" target="_blank" >trace</a>(java.lang.String message)</pre>
|
||||
<pre>public static void <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L435" target="_blank" >trace</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="trace-int-java.lang.String-">
|
||||
@ -420,7 +420,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>trace</h4>
|
||||
<pre>public static void <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L439" target="_blank" >trace</a>(int indentLevel,
|
||||
<pre>public static void <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L439" target="_blank" >trace</a>(int indentLevel,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -430,7 +430,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newSimpleOrigin</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L462" target="_blank" >newSimpleOrigin</a>(java.lang.String description)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L462" target="_blank" >newSimpleOrigin</a>(java.lang.String description)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="newFileOrigin-java.lang.String-">
|
||||
@ -439,7 +439,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newFileOrigin</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L470" target="_blank" >newFileOrigin</a>(java.lang.String filename)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L470" target="_blank" >newFileOrigin</a>(java.lang.String filename)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="newURLOrigin-java.net.URL-">
|
||||
@ -448,7 +448,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>newURLOrigin</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L474" target="_blank" >newURLOrigin</a>(java.net.URL url)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImpl.java#L474" target="_blank" >newURLOrigin</a>(java.net.URL url)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigImplUtil</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L23" target="_blank" >ConfigImplUtil</a>
|
||||
<pre>public final class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L23" target="_blank" >ConfigImplUtil</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Internal implementation detail, not ABI stable, do not touch.
|
||||
For use only by the <code>com.typesafe.config</code> package.</div>
|
||||
@ -208,7 +208,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ConfigImplUtil</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L23" target="_blank" >ConfigImplUtil</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L23" target="_blank" >ConfigImplUtil</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -225,7 +225,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>renderJsonString</h4>
|
||||
<pre>public static java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L39" target="_blank" >renderJsonString</a>(java.lang.String s)</pre>
|
||||
<pre>public static java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L39" target="_blank" >renderJsonString</a>(java.lang.String s)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="unicodeTrim-java.lang.String-">
|
||||
@ -234,7 +234,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>unicodeTrim</h4>
|
||||
<pre>public static java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L122" target="_blank" >unicodeTrim</a>(java.lang.String s)</pre>
|
||||
<pre>public static java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L122" target="_blank" >unicodeTrim</a>(java.lang.String s)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="extractInitializerError-java.lang.ExceptionInInitializerError-">
|
||||
@ -243,7 +243,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>extractInitializerError</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L171" target="_blank" >extractInitializerError</a>(java.lang.ExceptionInInitializerError e)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L171" target="_blank" >extractInitializerError</a>(java.lang.ExceptionInInitializerError e)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="joinPath-java.lang.String...-">
|
||||
@ -252,7 +252,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>joinPath</h4>
|
||||
<pre>public static java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L196" target="_blank" >joinPath</a>(java.lang.String... elements)</pre>
|
||||
<pre>public static java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L196" target="_blank" >joinPath</a>(java.lang.String... elements)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="joinPath-java.util.List-">
|
||||
@ -261,7 +261,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>joinPath</h4>
|
||||
<pre>public static java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L200" target="_blank" >joinPath</a>(java.util.List<java.lang.String> elements)</pre>
|
||||
<pre>public static java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L200" target="_blank" >joinPath</a>(java.util.List<java.lang.String> elements)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="splitPath-java.lang.String-">
|
||||
@ -270,7 +270,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>splitPath</h4>
|
||||
<pre>public static java.util.List<java.lang.String> <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L204" target="_blank" >splitPath</a>(java.lang.String path)</pre>
|
||||
<pre>public static java.util.List<java.lang.String> <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L204" target="_blank" >splitPath</a>(java.lang.String path)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="readOrigin-java.io.ObjectInputStream-">
|
||||
@ -279,7 +279,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>readOrigin</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L214" target="_blank" >readOrigin</a>(java.io.ObjectInputStream in)
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L214" target="_blank" >readOrigin</a>(java.io.ObjectInputStream in)
|
||||
throws java.io.IOException</pre>
|
||||
<dl>
|
||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
||||
@ -293,7 +293,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>writeOrigin</h4>
|
||||
<pre>public static void <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L218" target="_blank" >writeOrigin</a>(java.io.ObjectOutputStream out,
|
||||
<pre>public static void <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/ConfigImplUtil.java#L218" target="_blank" >writeOrigin</a>(java.io.ObjectOutputStream out,
|
||||
<a href="../../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin)
|
||||
throws java.io.IOException</pre>
|
||||
<dl>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>Parseable.Relativizer</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>protected static interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L44" target="_blank" >Parseable.Relativizer</a></pre>
|
||||
<pre>protected static interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L44" target="_blank" >Parseable.Relativizer</a></pre>
|
||||
<div class="block">Internal implementation detail, not ABI stable, do not touch.</div>
|
||||
</li>
|
||||
</ul>
|
||||
@ -149,7 +149,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>relativeTo</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.Relativizer.java#L45" target="_blank" >relativeTo</a>(java.lang.String filename)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.Relativizer.java#L45" target="_blank" >relativeTo</a>(java.lang.String filename)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>Parseable</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public abstract class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L36" target="_blank" >Parseable</a>
|
||||
<pre>public abstract class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L36" target="_blank" >Parseable</a>
|
||||
extends java.lang.Object
|
||||
implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config">ConfigParseable</a></pre>
|
||||
<div class="block">Internal implementation detail, not ABI stable, do not touch.
|
||||
@ -311,7 +311,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>Parseable</h4>
|
||||
<pre>protected <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L57" target="_blank" >Parseable</a>()</pre>
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L57" target="_blank" >Parseable</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -328,7 +328,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>postConstruct</h4>
|
||||
<pre>protected void <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L78" target="_blank" >postConstruct</a>(<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> baseOptions)</pre>
|
||||
<pre>protected void <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L78" target="_blank" >postConstruct</a>(<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> baseOptions)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="reader--">
|
||||
@ -337,7 +337,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>reader</h4>
|
||||
<pre>protected abstract java.io.Reader <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L96" target="_blank" >reader</a>()
|
||||
<pre>protected abstract java.io.Reader <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L96" target="_blank" >reader</a>()
|
||||
throws java.io.IOException</pre>
|
||||
<dl>
|
||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
||||
@ -351,7 +351,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>reader</h4>
|
||||
<pre>protected java.io.Reader <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L98" target="_blank" >reader</a>(<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)
|
||||
<pre>protected java.io.Reader <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L98" target="_blank" >reader</a>(<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)
|
||||
throws java.io.IOException</pre>
|
||||
<dl>
|
||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
||||
@ -365,7 +365,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>trace</h4>
|
||||
<pre>protected static void <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L102" target="_blank" >trace</a>(java.lang.String message)</pre>
|
||||
<pre>protected static void <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L102" target="_blank" >trace</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="parse-com.typesafe.config.ConfigParseOptions-">
|
||||
@ -374,7 +374,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parse</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L141" target="_blank" >parse</a>(<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> baseOptions)</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L141" target="_blank" >parse</a>(<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> baseOptions)</pre>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../com/typesafe/config/ConfigParseable.html#parse-com.typesafe.config.ConfigParseOptions-">ConfigParseable</a></code></span></div>
|
||||
<div class="block">Parse whatever it is. The options should come from
|
||||
<a href="../../../../com/typesafe/config/ConfigParseable.html#options--"><code>options()</code></a> but you could tweak them if you
|
||||
@ -396,7 +396,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>rawParseValue</h4>
|
||||
<pre>protected com.typesafe.config.impl.AbstractConfigValue <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L229" target="_blank" >rawParseValue</a>(<a href="../../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>protected com.typesafe.config.impl.AbstractConfigValue <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L229" target="_blank" >rawParseValue</a>(<a href="../../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> finalOptions)
|
||||
throws java.io.IOException</pre>
|
||||
<dl>
|
||||
@ -411,7 +411,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>rawParseDocument</h4>
|
||||
<pre>protected <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L267" target="_blank" >rawParseDocument</a>(<a href="../../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L267" target="_blank" >rawParseDocument</a>(<a href="../../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> finalOptions)
|
||||
throws java.io.IOException</pre>
|
||||
<dl>
|
||||
@ -426,7 +426,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parse</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L298" target="_blank" >parse</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L298" target="_blank" >parse</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="parseConfigDocument--">
|
||||
@ -435,7 +435,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseConfigDocument</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L302" target="_blank" >parseConfigDocument</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L302" target="_blank" >parseConfigDocument</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="origin--">
|
||||
@ -444,7 +444,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>origin</h4>
|
||||
<pre>public final <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L311" target="_blank" >origin</a>()</pre>
|
||||
<pre>public final <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L311" target="_blank" >origin</a>()</pre>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../com/typesafe/config/ConfigParseable.html#origin--">ConfigParseable</a></code></span></div>
|
||||
<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>
|
||||
@ -462,7 +462,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>createOrigin</h4>
|
||||
<pre>protected abstract <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L315" target="_blank" >createOrigin</a>()</pre>
|
||||
<pre>protected abstract <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L315" target="_blank" >createOrigin</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="options--">
|
||||
@ -471,7 +471,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>options</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L318" target="_blank" >options</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L318" target="_blank" >options</a>()</pre>
|
||||
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../com/typesafe/config/ConfigParseable.html#options--">ConfigParseable</a></code></span></div>
|
||||
<div class="block">Get the initial options, which can be modified then passed to parse().
|
||||
These options will have the right description, includer, and other
|
||||
@ -490,7 +490,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>toString</h4>
|
||||
<pre>public java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L323" target="_blank" >toString</a>()</pre>
|
||||
<pre>public java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L323" target="_blank" >toString</a>()</pre>
|
||||
<dl>
|
||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
||||
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
|
||||
@ -503,7 +503,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newNotFound</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L426" target="_blank" >newNotFound</a>(java.lang.String whatNotFound,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L426" target="_blank" >newNotFound</a>(java.lang.String whatNotFound,
|
||||
java.lang.String message,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
</li>
|
||||
@ -514,7 +514,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newReader</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L454" target="_blank" >newReader</a>(java.io.Reader reader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L454" target="_blank" >newReader</a>(java.io.Reader reader,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -524,7 +524,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newString</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L485" target="_blank" >newString</a>(java.lang.String input,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L485" target="_blank" >newString</a>(java.lang.String input,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -534,7 +534,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newURL</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L616" target="_blank" >newURL</a>(java.net.URL input,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L616" target="_blank" >newURL</a>(java.net.URL input,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -544,7 +544,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newFile</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L678" target="_blank" >newFile</a>(java.io.File input,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L678" target="_blank" >newFile</a>(java.io.File input,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -554,7 +554,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newResources</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L805" target="_blank" >newResources</a>(java.lang.Class<?> klass,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L805" target="_blank" >newResources</a>(java.lang.Class<?> klass,
|
||||
java.lang.String resource,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
</li>
|
||||
@ -565,7 +565,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>newResources</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L835" target="_blank" >newResources</a>(java.lang.String resource,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L835" target="_blank" >newResources</a>(java.lang.String resource,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
@ -575,7 +575,7 @@ implements <a href="../../../../com/typesafe/config/ConfigParseable.html" title=
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>newProperties</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/impl/Parseable.java#L879" target="_blank" >newProperties</a>(java.util.Properties properties,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/impl/Parseable.java#L879" target="_blank" >newProperties</a>(java.util.Properties properties,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>com.typesafe.config.impl</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>com.typesafe.config.impl</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -144,7 +144,7 @@ Please check out the <a href="../../../../com/typesafe/config/Config.html" title
|
||||
you're interested in browsing implementation details. None of the ABI
|
||||
under <code>impl</code> has any guarantees; it will change whenever someone
|
||||
feels like changing it. If you feel you need access to something
|
||||
in <code>impl</code>, <a href="https://github.com/typesafehub/config/issues">please
|
||||
in <code>impl</code>, <a href="https://github.com/lightbend/config/issues">please
|
||||
file a feature request</a>.
|
||||
</p></div>
|
||||
</div>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>com.typesafe.config.impl Class Hierarchy</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>com.typesafe.config</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>com.typesafe.config</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
@ -72,7 +72,7 @@
|
||||
<h1 title="Package" class="title">Package com.typesafe.config</h1>
|
||||
<div class="docSummary">
|
||||
<div class="block">
|
||||
An API for loading and using configuration files, see <a href="https://github.com/typesafehub/config/">the project site</a>
|
||||
An API for loading and using configuration files, see <a href="https://github.com/lightbend/config/">the project site</a>
|
||||
for more information.</div>
|
||||
</div>
|
||||
<p>See: <a href="#package.description">Description</a></p>
|
||||
@ -284,7 +284,7 @@ for more information.</div>
|
||||
<td class="colFirst"><a href="../../../com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config">ConfigSyntax</a></td>
|
||||
<td class="colLast">
|
||||
<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>
|
||||
href="https://github.com/lightbend/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>
|
||||
@ -428,14 +428,14 @@ for more information.</div>
|
||||
</a>
|
||||
<h2 title="Package com.typesafe.config Description">Package com.typesafe.config Description</h2>
|
||||
<div class="block"><p>
|
||||
An API for loading and using configuration files, see <a href="https://github.com/typesafehub/config/">the project site</a>
|
||||
An API for loading and using configuration files, see <a href="https://github.com/lightbend/config/">the project site</a>
|
||||
for more information.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Typically you would load configuration with a static method from <a href="../../../com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config"><code>ConfigFactory</code></a> and then use
|
||||
it with methods in the <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a> interface. Configuration may be in the form of JSON files,
|
||||
Java properties, or <a href="https://github.com/typesafehub/config/blob/master/HOCON.md">HOCON files</a>; you may also
|
||||
Java properties, or <a href="https://github.com/lightbend/config/blob/master/HOCON.md">HOCON files</a>; you may also
|
||||
build your own configuration in code or from your own file formats.
|
||||
</p>
|
||||
|
||||
@ -445,8 +445,8 @@ its configuration in "application.conf" on the classpath.
|
||||
If you use the default configuration from <a href="../../../com/typesafe/config/ConfigFactory.html#load--"><code>ConfigFactory.load()</code></a>
|
||||
there's no need to pass a configuration to your libraries
|
||||
and frameworks, as long as they all default to this same default, which they should.
|
||||
<br/><strong>Example application code:</strong> <a href="https://github.com/typesafehub/config/tree/master/examples/java/simple-app/src/main">Java</a> and <a href="https://github.com/typesafehub/config/tree/master/examples/scala/simple-app/src/main">Scala</a>.
|
||||
<br/>Showing a couple of more special-purpose features, <strong>a more complex example:</strong> <a href="https://github.com/typesafehub/config/tree/master/examples/java/complex-app/src/main">Java</a> and <a href="https://github.com/typesafehub/config/tree/master/examples/scala/complex-app/src/main">Scala</a>.
|
||||
<br/><strong>Example application code:</strong> <a href="https://github.com/lightbend/config/tree/master/examples/java/simple-app/src/main">Java</a> and <a href="https://github.com/lightbend/config/tree/master/examples/scala/simple-app/src/main">Scala</a>.
|
||||
<br/>Showing a couple of more special-purpose features, <strong>a more complex example:</strong> <a href="https://github.com/lightbend/config/tree/master/examples/java/complex-app/src/main">Java</a> and <a href="https://github.com/lightbend/config/tree/master/examples/scala/complex-app/src/main">Scala</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@ -455,21 +455,21 @@ A library or framework should ship a file "reference.conf" in its jar, and allow
|
||||
call <a href="../../../com/typesafe/config/ConfigFactory.html#load--"><code>ConfigFactory.load()</code></a>
|
||||
to get the default one. Typically a library might offer two constructors, one with a <code>Config</code> parameter
|
||||
and one which uses <a href="../../../com/typesafe/config/ConfigFactory.html#load--"><code>ConfigFactory.load()</code></a>.
|
||||
<br/><strong>Example library code:</strong> <a href="https://github.com/typesafehub/config/tree/master/examples/java/simple-lib/src/main">Java</a> and <a href="https://github.com/typesafehub/config/tree/master/examples/scala/simple-lib/src/main">Scala</a>.
|
||||
<br/><strong>Example library code:</strong> <a href="https://github.com/lightbend/config/tree/master/examples/java/simple-lib/src/main">Java</a> and <a href="https://github.com/lightbend/config/tree/master/examples/scala/simple-lib/src/main">Scala</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Check out the full <a href="https://github.com/typesafehub/config/tree/master/examples">examples directory on GitHub</a>.
|
||||
Check out the full <a href="https://github.com/lightbend/config/tree/master/examples">examples directory on GitHub</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
What else to read:
|
||||
<ul>
|
||||
<li>The overview documentation for interface <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>.</li>
|
||||
<li>The <a href="https://github.com/typesafehub/config/blob/master/README.md">README</a> for the library.</li>
|
||||
<li>The <a href="https://github.com/lightbend/config/blob/master/README.md">README</a> for the library.</li>
|
||||
<li>If you want to use <code>.conf</code> files in addition to <code>.json</code> and <code>.properties</code>,
|
||||
see the <a href="https://github.com/typesafehub/config/blob/master/README.md">README</a> for some short examples
|
||||
and the full <a href="https://github.com/typesafehub/config/blob/master/HOCON.md">HOCON spec</a> for the long version.</li>
|
||||
see the <a href="https://github.com/lightbend/config/blob/master/README.md">README</a> for some short examples
|
||||
and the full <a href="https://github.com/lightbend/config/blob/master/HOCON.md">HOCON spec</a> for the long version.</li>
|
||||
</ul>
|
||||
</p></div>
|
||||
</div>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>com.typesafe.config Class Hierarchy</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigDocument</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L22" target="_blank" >ConfigDocument</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L22" target="_blank" >ConfigDocument</a></pre>
|
||||
<div class="block">Represents an individual HOCON or JSON file, preserving all
|
||||
formatting and syntax details. This can be used to replace
|
||||
individual values and exactly render the original text of the
|
||||
@ -192,7 +192,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withValueText</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L41" target="_blank" >withValueText</a>(java.lang.String path,
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L41" target="_blank" >withValueText</a>(java.lang.String path,
|
||||
java.lang.String newValue)</pre>
|
||||
<div class="block">Returns a new ConfigDocument that is a copy of the current ConfigDocument,
|
||||
but with the desired value set at the desired path. If the path exists, it will
|
||||
@ -221,7 +221,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withValue</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L55" target="_blank" >withValue</a>(java.lang.String path,
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L55" target="_blank" >withValue</a>(java.lang.String path,
|
||||
<a href="../../../../com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config">ConfigValue</a> newValue)</pre>
|
||||
<div class="block">Returns a new ConfigDocument that is a copy of the current
|
||||
ConfigDocument, but with the desired value set at the
|
||||
@ -244,7 +244,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withoutPath</h4>
|
||||
<pre><a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L66" target="_blank" >withoutPath</a>(java.lang.String path)</pre>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L66" target="_blank" >withoutPath</a>(java.lang.String path)</pre>
|
||||
<div class="block">Returns a new ConfigDocument that is a copy of the current ConfigDocument, but with
|
||||
all values at the desired path removed. If the path does not exist in the document,
|
||||
a copy of the current document will be returned. If there is an array at the root, an exception
|
||||
@ -263,7 +263,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>hasPath</h4>
|
||||
<pre>boolean <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L74" target="_blank" >hasPath</a>(java.lang.String path)</pre>
|
||||
<pre>boolean <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L74" target="_blank" >hasPath</a>(java.lang.String path)</pre>
|
||||
<div class="block">Returns a boolean indicating whether or not a ConfigDocument has a value at the desired path.
|
||||
null counts as a value for purposes of this check.</div>
|
||||
<dl>
|
||||
@ -280,7 +280,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>render</h4>
|
||||
<pre>java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L81" target="_blank" >render</a>()</pre>
|
||||
<pre>java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocument.java#L81" target="_blank" >render</a>()</pre>
|
||||
<div class="block">The original text of the input, modified if necessary with
|
||||
any replaced or added values.</div>
|
||||
<dl>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigDocumentFactory</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public final class <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L14" target="_blank" >ConfigDocumentFactory</a>
|
||||
<pre>public final class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L14" target="_blank" >ConfigDocumentFactory</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Factory for creating <a href="../../../../com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser"><code>ConfigDocument</code></a> instances.</div>
|
||||
</li>
|
||||
@ -217,7 +217,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ConfigDocumentFactory</h4>
|
||||
<pre>public <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L14" target="_blank" >ConfigDocumentFactory</a>()</pre>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L14" target="_blank" >ConfigDocumentFactory</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -234,7 +234,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseReader</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L26" target="_blank" >parseReader</a>(java.io.Reader reader,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L26" target="_blank" >parseReader</a>(java.io.Reader reader,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses a Reader into a ConfigDocument instance.</div>
|
||||
<dl>
|
||||
@ -254,7 +254,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseReader</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L40" target="_blank" >parseReader</a>(java.io.Reader reader)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L40" target="_blank" >parseReader</a>(java.io.Reader reader)</pre>
|
||||
<div class="block">Parses a reader into a Config instance as with
|
||||
<a href="../../../../com/typesafe/config/parser/ConfigDocumentFactory.html#parseReader-java.io.Reader-com.typesafe.config.ConfigParseOptions-"><code>parseReader(Reader,ConfigParseOptions)</code></a> but always uses the
|
||||
default parse options.</div>
|
||||
@ -274,7 +274,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseFile</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L54" target="_blank" >parseFile</a>(java.io.File file,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L54" target="_blank" >parseFile</a>(java.io.File file,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses a file into a ConfigDocument instance.</div>
|
||||
<dl>
|
||||
@ -294,7 +294,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseFile</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L68" target="_blank" >parseFile</a>(java.io.File file)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L68" target="_blank" >parseFile</a>(java.io.File file)</pre>
|
||||
<div class="block">Parses a file into a ConfigDocument instance as with
|
||||
<a href="../../../../com/typesafe/config/parser/ConfigDocumentFactory.html#parseFile-java.io.File-com.typesafe.config.ConfigParseOptions-"><code>parseFile(File,ConfigParseOptions)</code></a> but always uses the
|
||||
default parse options.</div>
|
||||
@ -314,7 +314,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseString</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L79" target="_blank" >parseString</a>(java.lang.String s,
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L79" target="_blank" >parseString</a>(java.lang.String s,
|
||||
<a href="../../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Parses a string which should be valid HOCON or JSON.</div>
|
||||
<dl>
|
||||
@ -332,7 +332,7 @@ extends java.lang.Object</pre>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>parseString</h4>
|
||||
<pre>public static <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L90" target="_blank" >parseString</a>(java.lang.String s)</pre>
|
||||
<pre>public static <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigDocumentFactory.java#L90" target="_blank" >parseString</a>(java.lang.String s)</pre>
|
||||
<div class="block">Parses a string (which should be valid HOCON or JSON). Uses the
|
||||
default parse options.</div>
|
||||
<dl>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:48 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigNode</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -100,15 +100,15 @@ var activeTableTab = "activeTableTab";
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigNode.java#L27" target="_blank" >ConfigNode</a></pre>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigNode.java#L27" target="_blank" >ConfigNode</a></pre>
|
||||
<div class="block">A node in the syntax tree for a HOCON or JSON document.
|
||||
|
||||
<p>
|
||||
Note: at present there is no way to obtain an instance of this interface, so
|
||||
please ignore it. A future release will make syntax tree nodes available in
|
||||
the public API. If you are interested in working on it, please see: <a
|
||||
href="https://github.com/typesafehub/config/issues/300"
|
||||
>https://github.com/typesafehub/config/issues/300</a>
|
||||
href="https://github.com/lightbend/config/issues/300"
|
||||
>https://github.com/lightbend/config/issues/300</a>
|
||||
|
||||
<p>
|
||||
Because this object is immutable, it is safe to use from multiple threads and
|
||||
@ -166,7 +166,7 @@ var activeTableTab = "activeTableTab";
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>render</h4>
|
||||
<pre>java.lang.String <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/parser/ConfigNode.java#L34" target="_blank" >render</a>()</pre>
|
||||
<pre>java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/parser/ConfigNode.java#L34" target="_blank" >render</a>()</pre>
|
||||
<div class="block">The original text of the input which was used to form this particular
|
||||
node.</div>
|
||||
<dl>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>com.typesafe.config.parser</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>com.typesafe.config.parser</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
@ -131,7 +131,7 @@ files. You do not want this package for everyday config in your app: see
|
||||
the <code>com.typesafe.config</code> package instead. You would use the raw
|
||||
parser if you're doing something like reading, modifying, and re-saving a config
|
||||
file. For info on the main config API this parser is a part of,
|
||||
see <a href="https://github.com/typesafehub/config/">the project site</a>.
|
||||
see <a href="https://github.com/lightbend/config/">the project site</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>com.typesafe.config.parser Class Hierarchy</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../../script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>Constant Field Values</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>Deprecated List</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>API Help</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>Index</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
@ -145,7 +145,7 @@
|
||||
<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>
|
||||
An API for loading and using configuration files, see <a href="https://github.com/lightbend/config/">the project site</a>
|
||||
for more information.</div>
|
||||
</dd>
|
||||
<dt><a href="com/typesafe/config/impl/package-summary.html">com.typesafe.config.impl</a> - package com.typesafe.config.impl</dt>
|
||||
@ -384,7 +384,7 @@ files.</div>
|
||||
<dt><a href="com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config"><span class="typeNameLink">ConfigSyntax</span></a> - Enum in <a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></dt>
|
||||
<dd>
|
||||
<div class="block">The syntax of a character stream (<a href="http://json.org">JSON</a>, <a
|
||||
href="https://github.com/typesafehub/config/blob/master/HOCON.md">HOCON</a>
|
||||
href="https://github.com/lightbend/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>
|
||||
@ -1159,7 +1159,7 @@ files.</div>
|
||||
<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
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">HOCON
|
||||
spec</a>.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/typesafe/config/ConfigFactory.html#parseProperties-java.util.Properties-">parseProperties(Properties)</a></span> - Static method in class com.typesafe.config.<a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></dt>
|
||||
@ -1356,7 +1356,7 @@ files.</div>
|
||||
<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
|
||||
href="https://github.com/lightbend/config/blob/master/HOCON.md">the
|
||||
spec</a>) resolved.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/typesafe/config/Config.html#resolve-com.typesafe.config.ConfigResolveOptions-">resolve(ConfigResolveOptions)</a></span> - Method in interface com.typesafe.config.<a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a></dt>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>Generated Documentation (Untitled)</title>
|
||||
<script type="text/javascript">
|
||||
tmpTargetPage = "" + window.location.search;
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>Overview List</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>Overview</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
@ -69,8 +69,8 @@
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<div class="contentContainer">
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Public API (version 1.3.2) table, listing packages, and an explanation">
|
||||
<caption><span>Public API (version 1.3.2)</span><span class="tabEnd"> </span></caption>
|
||||
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Public API (version 1.3.3) table, listing packages, and an explanation">
|
||||
<caption><span>Public API (version 1.3.3)</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Package</th>
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
@ -80,7 +80,7 @@
|
||||
<td class="colFirst"><a href="com/typesafe/config/package-summary.html">com.typesafe.config</a></td>
|
||||
<td class="colLast">
|
||||
<div class="block">
|
||||
An API for loading and using configuration files, see <a href="https://github.com/typesafehub/config/">the project site</a>
|
||||
An API for loading and using configuration files, see <a href="https://github.com/lightbend/config/">the project site</a>
|
||||
for more information.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>Class Hierarchy</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
|
@ -2,9 +2,9 @@
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>Serialized Form</title>
|
||||
<meta name="date" content="2017-10-06">
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
@ -90,7 +90,7 @@
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>readObject</h4>
|
||||
<pre>private void <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L61" target="_blank" >readObject</a>(java.io.ObjectInputStream in)
|
||||
<pre>private void <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L61" target="_blank" >readObject</a>(java.io.ObjectInputStream in)
|
||||
throws java.io.IOException,
|
||||
java.lang.ClassNotFoundException</pre>
|
||||
<dl>
|
||||
@ -101,7 +101,7 @@
|
||||
</li>
|
||||
<li class="blockListLast">
|
||||
<h4>writeObject</h4>
|
||||
<pre>private void <a href="https://github.com/typesafehub/config/blob/1b7460b6c9e46d699aa4cfedc81e817e86575a83/config/src/main/java/com/typesafe/config/ConfigException.java#L56" target="_blank" >writeObject</a>(java.io.ObjectOutputStream out)
|
||||
<pre>private void <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L56" target="_blank" >writeObject</a>(java.io.ObjectOutputStream out)
|
||||
throws java.io.IOException</pre>
|
||||
<dl>
|
||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
||||
|
@ -44,7 +44,7 @@
|
||||
<span class="sourceLineNo">036</span> * <a name="line.36"></a>
|
||||
<span class="sourceLineNo">037</span> * <p><a name="line.37"></a>
|
||||
<span class="sourceLineNo">038</span> * You can find an example app and library <a<a name="line.38"></a>
|
||||
<span class="sourceLineNo">039</span> * href="https://github.com/typesafehub/config/tree/master/examples">on<a name="line.39"></a>
|
||||
<span class="sourceLineNo">039</span> * href="https://github.com/lightbend/config/tree/master/examples">on<a name="line.39"></a>
|
||||
<span class="sourceLineNo">040</span> * GitHub</a>. Also be sure to read the <a<a name="line.40"></a>
|
||||
<span class="sourceLineNo">041</span> * href="package-summary.html#package_description">package overview</a> which<a name="line.41"></a>
|
||||
<span class="sourceLineNo">042</span> * describes the big picture as shown in those examples.<a name="line.42"></a>
|
||||
@ -64,7 +64,7 @@
|
||||
<span class="sourceLineNo">056</span> * in a JSON object; it's just a string that's the key in a map. A "path" is a<a name="line.56"></a>
|
||||
<span class="sourceLineNo">057</span> * parseable expression with a syntax and it refers to a series of keys. Path<a name="line.57"></a>
|
||||
<span class="sourceLineNo">058</span> * expressions are described in the <a<a name="line.58"></a>
|
||||
<span class="sourceLineNo">059</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">spec for<a name="line.59"></a>
|
||||
<span class="sourceLineNo">059</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">spec for<a name="line.59"></a>
|
||||
<span class="sourceLineNo">060</span> * Human-Optimized Config Object Notation</a>. In brief, a path is<a name="line.60"></a>
|
||||
<span class="sourceLineNo">061</span> * period-separated so "a.b.c" looks for key c in object b in object a in the<a name="line.61"></a>
|
||||
<span class="sourceLineNo">062</span> * root object. Sometimes double quotes are needed around special characters in<a name="line.62"></a>
|
||||
@ -118,7 +118,7 @@
|
||||
<span class="sourceLineNo">110</span> * <p><a name="line.110"></a>
|
||||
<span class="sourceLineNo">111</span> * <em>Substitutions</em> are the <code>${foo.bar}</code> syntax in config<a name="line.111"></a>
|
||||
<span class="sourceLineNo">112</span> * files, described in the <a href=<a name="line.112"></a>
|
||||
<span class="sourceLineNo">113</span> * "https://github.com/typesafehub/config/blob/master/HOCON.md#substitutions"<a name="line.113"></a>
|
||||
<span class="sourceLineNo">113</span> * "https://github.com/lightbend/config/blob/master/HOCON.md#substitutions"<a name="line.113"></a>
|
||||
<span class="sourceLineNo">114</span> * >specification</a>. Resolving substitutions replaces these references with real<a name="line.114"></a>
|
||||
<span class="sourceLineNo">115</span> * values.<a name="line.115"></a>
|
||||
<span class="sourceLineNo">116</span> * <a name="line.116"></a>
|
||||
@ -197,7 +197,7 @@
|
||||
<span class="sourceLineNo">189</span> /**<a name="line.189"></a>
|
||||
<span class="sourceLineNo">190</span> * Returns a replacement config with all substitutions (the<a name="line.190"></a>
|
||||
<span class="sourceLineNo">191</span> * <code>${foo.bar}</code> syntax, see <a<a name="line.191"></a>
|
||||
<span class="sourceLineNo">192</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">the<a name="line.192"></a>
|
||||
<span class="sourceLineNo">192</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">the<a name="line.192"></a>
|
||||
<span class="sourceLineNo">193</span> * spec</a>) resolved. Substitutions are looked up using this<a name="line.193"></a>
|
||||
<span class="sourceLineNo">194</span> * <code>Config</code> as the root object, that is, a substitution<a name="line.194"></a>
|
||||
<span class="sourceLineNo">195</span> * <code>${foo.bar}</code> will be replaced with the result of<a name="line.195"></a>
|
||||
@ -678,7 +678,7 @@
|
||||
<span class="sourceLineNo">670</span> * the value is already a number, then it's left alone; if it's a string,<a name="line.670"></a>
|
||||
<span class="sourceLineNo">671</span> * it's parsed understanding unit suffixes such as "128K", as documented in<a name="line.671"></a>
|
||||
<span class="sourceLineNo">672</span> * the <a<a name="line.672"></a>
|
||||
<span class="sourceLineNo">673</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">the<a name="line.673"></a>
|
||||
<span class="sourceLineNo">673</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">the<a name="line.673"></a>
|
||||
<span class="sourceLineNo">674</span> * spec</a>.<a name="line.674"></a>
|
||||
<span class="sourceLineNo">675</span> *<a name="line.675"></a>
|
||||
<span class="sourceLineNo">676</span> * @param path<a name="line.676"></a>
|
||||
@ -698,7 +698,7 @@
|
||||
<span class="sourceLineNo">690</span> * the value is already a number, then it's left alone; if it's a string,<a name="line.690"></a>
|
||||
<span class="sourceLineNo">691</span> * it's parsed understanding unit suffixes such as "128K", as documented in<a name="line.691"></a>
|
||||
<span class="sourceLineNo">692</span> * the <a<a name="line.692"></a>
|
||||
<span class="sourceLineNo">693</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">the<a name="line.693"></a>
|
||||
<span class="sourceLineNo">693</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">the<a name="line.693"></a>
|
||||
<span class="sourceLineNo">694</span> * spec</a>.<a name="line.694"></a>
|
||||
<span class="sourceLineNo">695</span> *<a name="line.695"></a>
|
||||
<span class="sourceLineNo">696</span> * @since 1.3.0<a name="line.696"></a>
|
||||
@ -719,7 +719,7 @@
|
||||
<span class="sourceLineNo">711</span> * Get value as a duration in milliseconds. If the value is already a<a name="line.711"></a>
|
||||
<span class="sourceLineNo">712</span> * number, then it's left alone; if it's a string, it's parsed understanding<a name="line.712"></a>
|
||||
<span class="sourceLineNo">713</span> * units suffixes like "10m" or "5ns" as documented in the <a<a name="line.713"></a>
|
||||
<span class="sourceLineNo">714</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">the<a name="line.714"></a>
|
||||
<span class="sourceLineNo">714</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">the<a name="line.714"></a>
|
||||
<span class="sourceLineNo">715</span> * spec</a>.<a name="line.715"></a>
|
||||
<span class="sourceLineNo">716</span> *<a name="line.716"></a>
|
||||
<span class="sourceLineNo">717</span> * @deprecated As of release 1.1, replaced by {@link #getDuration(String, TimeUnit)}<a name="line.717"></a>
|
||||
@ -762,7 +762,7 @@
|
||||
<span class="sourceLineNo">754</span> * number, then it's taken as milliseconds and then converted to the<a name="line.754"></a>
|
||||
<span class="sourceLineNo">755</span> * requested TimeUnit; if it's a string, it's parsed understanding units<a name="line.755"></a>
|
||||
<span class="sourceLineNo">756</span> * suffixes like "10m" or "5ns" as documented in the <a<a name="line.756"></a>
|
||||
<span class="sourceLineNo">757</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">the<a name="line.757"></a>
|
||||
<span class="sourceLineNo">757</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">the<a name="line.757"></a>
|
||||
<span class="sourceLineNo">758</span> * spec</a>.<a name="line.758"></a>
|
||||
<span class="sourceLineNo">759</span> * <a name="line.759"></a>
|
||||
<span class="sourceLineNo">760</span> * @since 1.2.0<a name="line.760"></a>
|
||||
@ -786,7 +786,7 @@
|
||||
<span class="sourceLineNo">778</span> * already a number, then it's taken as milliseconds; if it's<a name="line.778"></a>
|
||||
<span class="sourceLineNo">779</span> * a string, it's parsed understanding units suffixes like<a name="line.779"></a>
|
||||
<span class="sourceLineNo">780</span> * "10m" or "5ns" as documented in the <a<a name="line.780"></a>
|
||||
<span class="sourceLineNo">781</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">the<a name="line.781"></a>
|
||||
<span class="sourceLineNo">781</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">the<a name="line.781"></a>
|
||||
<span class="sourceLineNo">782</span> * spec</a>. This method never returns null.<a name="line.782"></a>
|
||||
<span class="sourceLineNo">783</span> *<a name="line.783"></a>
|
||||
<span class="sourceLineNo">784</span> * @since 1.3.0<a name="line.784"></a>
|
||||
@ -808,7 +808,7 @@
|
||||
<span class="sourceLineNo">800</span> * already a number, then it's taken as days; if it's<a name="line.800"></a>
|
||||
<span class="sourceLineNo">801</span> * a string, it's parsed understanding units suffixes like<a name="line.801"></a>
|
||||
<span class="sourceLineNo">802</span> * "10d" or "5w" as documented in the <a<a name="line.802"></a>
|
||||
<span class="sourceLineNo">803</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">the<a name="line.803"></a>
|
||||
<span class="sourceLineNo">803</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">the<a name="line.803"></a>
|
||||
<span class="sourceLineNo">804</span> * spec</a>. This method never returns null.<a name="line.804"></a>
|
||||
<span class="sourceLineNo">805</span> *<a name="line.805"></a>
|
||||
<span class="sourceLineNo">806</span> * @since 1.3.0<a name="line.806"></a>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<span class="sourceLineNo">028</span> * from a resource and nothing else.<a name="line.28"></a>
|
||||
<span class="sourceLineNo">029</span> *<a name="line.29"></a>
|
||||
<span class="sourceLineNo">030</span> * <p> You can find an example app and library <a<a name="line.30"></a>
|
||||
<span class="sourceLineNo">031</span> * href="https://github.com/typesafehub/config/tree/master/examples">on<a name="line.31"></a>
|
||||
<span class="sourceLineNo">031</span> * href="https://github.com/lightbend/config/tree/master/examples">on<a name="line.31"></a>
|
||||
<span class="sourceLineNo">032</span> * GitHub</a>. Also be sure to read the <a<a name="line.32"></a>
|
||||
<span class="sourceLineNo">033</span> * href="package-summary.html#package_description">package<a name="line.33"></a>
|
||||
<span class="sourceLineNo">034</span> * overview</a> which describes the big picture as shown in those<a name="line.34"></a>
|
||||
@ -578,7 +578,7 @@
|
||||
<span class="sourceLineNo">570</span> /**<a name="line.570"></a>
|
||||
<span class="sourceLineNo">571</span> * Converts a Java {@link java.util.Properties} object to a<a name="line.571"></a>
|
||||
<span class="sourceLineNo">572</span> * {@link ConfigObject} using the rules documented in the <a<a name="line.572"></a>
|
||||
<span class="sourceLineNo">573</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">HOCON<a name="line.573"></a>
|
||||
<span class="sourceLineNo">573</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">HOCON<a name="line.573"></a>
|
||||
<span class="sourceLineNo">574</span> * spec</a>. The keys in the <code>Properties</code> object are split on the<a name="line.574"></a>
|
||||
<span class="sourceLineNo">575</span> * period character '.' and treated as paths. The values will all end up as<a name="line.575"></a>
|
||||
<span class="sourceLineNo">576</span> * string values. If you have both "a=foo" and "a.b=bar" in your properties<a name="line.576"></a>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<span class="sourceLineNo">027</span> * <a name="line.27"></a>
|
||||
<span class="sourceLineNo">028</span> * <p><a name="line.28"></a>
|
||||
<span class="sourceLineNo">029</span> * The semantics of merging are described in the <a<a name="line.29"></a>
|
||||
<span class="sourceLineNo">030</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">spec<a name="line.30"></a>
|
||||
<span class="sourceLineNo">030</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">spec<a name="line.30"></a>
|
||||
<span class="sourceLineNo">031</span> * for HOCON</a>. Merging typically occurs when either the same object is<a name="line.31"></a>
|
||||
<span class="sourceLineNo">032</span> * created twice in the same file, or two config files are both loaded. For<a name="line.32"></a>
|
||||
<span class="sourceLineNo">033</span> * example:<a name="line.33"></a>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<span class="sourceLineNo">006</span>/**<a name="line.6"></a>
|
||||
<span class="sourceLineNo">007</span> * A set of options related to resolving substitutions. Substitutions use the<a name="line.7"></a>
|
||||
<span class="sourceLineNo">008</span> * <code>${foo.bar}</code> syntax and are documented in the <a<a name="line.8"></a>
|
||||
<span class="sourceLineNo">009</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">HOCON</a><a name="line.9"></a>
|
||||
<span class="sourceLineNo">009</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">HOCON</a><a name="line.9"></a>
|
||||
<span class="sourceLineNo">010</span> * spec.<a name="line.10"></a>
|
||||
<span class="sourceLineNo">011</span> * <p><a name="line.11"></a>
|
||||
<span class="sourceLineNo">012</span> * Typically this class would be used with the method<a name="line.12"></a>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<span class="sourceLineNo">005</span><a name="line.5"></a>
|
||||
<span class="sourceLineNo">006</span>/**<a name="line.6"></a>
|
||||
<span class="sourceLineNo">007</span> * The syntax of a character stream (<a href="http://json.org">JSON</a>, <a<a name="line.7"></a>
|
||||
<span class="sourceLineNo">008</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md">HOCON</a><a name="line.8"></a>
|
||||
<span class="sourceLineNo">008</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md">HOCON</a><a name="line.8"></a>
|
||||
<span class="sourceLineNo">009</span> * aka ".conf", or <a href=<a name="line.9"></a>
|
||||
<span class="sourceLineNo">010</span> * "http://download.oracle.com/javase/7/docs/api/java/util/Properties.html#load%28java.io.Reader%29"<a name="line.10"></a>
|
||||
<span class="sourceLineNo">011</span> * >Java properties</a>).<a name="line.11"></a>
|
||||
@ -29,7 +29,7 @@
|
||||
<span class="sourceLineNo">021</span> JSON,<a name="line.21"></a>
|
||||
<span class="sourceLineNo">022</span> /**<a name="line.22"></a>
|
||||
<span class="sourceLineNo">023</span> * The JSON-superset <a<a name="line.23"></a>
|
||||
<span class="sourceLineNo">024</span> * href="https://github.com/typesafehub/config/blob/master/HOCON.md"<a name="line.24"></a>
|
||||
<span class="sourceLineNo">024</span> * href="https://github.com/lightbend/config/blob/master/HOCON.md"<a name="line.24"></a>
|
||||
<span class="sourceLineNo">025</span> * >HOCON</a> format. Associated with the <code>.conf</code> file extension<a name="line.25"></a>
|
||||
<span class="sourceLineNo">026</span> * and <code>application/hocon</code> Content-Type.<a name="line.26"></a>
|
||||
<span class="sourceLineNo">027</span> */<a name="line.27"></a>
|
||||
|
@ -18,8 +18,8 @@
|
||||
<span class="sourceLineNo">010</span> * Note: at present there is no way to obtain an instance of this interface, so<a name="line.10"></a>
|
||||
<span class="sourceLineNo">011</span> * please ignore it. A future release will make syntax tree nodes available in<a name="line.11"></a>
|
||||
<span class="sourceLineNo">012</span> * the public API. If you are interested in working on it, please see: <a<a name="line.12"></a>
|
||||
<span class="sourceLineNo">013</span> * href="https://github.com/typesafehub/config/issues/300"<a name="line.13"></a>
|
||||
<span class="sourceLineNo">014</span> * >https://github.com/typesafehub/config/issues/300</a><a name="line.14"></a>
|
||||
<span class="sourceLineNo">013</span> * href="https://github.com/lightbend/config/issues/300"<a name="line.13"></a>
|
||||
<span class="sourceLineNo">014</span> * >https://github.com/lightbend/config/issues/300</a><a name="line.14"></a>
|
||||
<span class="sourceLineNo">015</span> *<a name="line.15"></a>
|
||||
<span class="sourceLineNo">016</span> * <p><a name="line.16"></a>
|
||||
<span class="sourceLineNo">017</span> * Because this object is immutable, it is safe to use from multiple threads and<a name="line.17"></a>
|
||||
|
68
v1.3.3/allclasses-frame.html
Normal file
68
v1.3.3/allclasses-frame.html
Normal file
@ -0,0 +1,68 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>All Classes</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="bar">All Classes</h1>
|
||||
<div class="indexContainer">
|
||||
<ul>
|
||||
<li><a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">Config</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigBeanFactory.html" title="class in com.typesafe.config" target="classFrame">ConfigBeanFactory</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigBeanImpl.html" title="class in com.typesafe.config.impl" target="classFrame">ConfigBeanImpl</a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser" target="classFrame"><span class="interfaceName">ConfigDocument</span></a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser" target="classFrame">ConfigDocumentFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config" target="classFrame">ConfigException</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config" target="classFrame">ConfigException.BadBean</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config" target="classFrame">ConfigException.BadPath</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config" target="classFrame">ConfigException.BadValue</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config" target="classFrame">ConfigException.BugOrBroken</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config" target="classFrame">ConfigException.Generic</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config" target="classFrame">ConfigException.IO</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config" target="classFrame">ConfigException.Missing</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config" target="classFrame">ConfigException.NotResolved</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config" target="classFrame">ConfigException.Null</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config" target="classFrame">ConfigException.Parse</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config" target="classFrame">ConfigException.UnresolvedSubstitution</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config" target="classFrame">ConfigException.ValidationFailed</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config" target="classFrame">ConfigException.ValidationProblem</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config" target="classFrame">ConfigException.WrongType</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config" target="classFrame">ConfigFactory</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl" target="classFrame">ConfigImpl</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl" target="classFrame">ConfigImplUtil</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigIncludeContext</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigIncluder</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderClasspath.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigIncluderClasspath</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderFile.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigIncluderFile</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderURL.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigIncluderURL</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigList.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigList</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigLoadingStrategy.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigLoadingStrategy</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigMemorySize.html" title="class in com.typesafe.config" target="classFrame">ConfigMemorySize</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigMergeable</span></a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigNode.html" title="interface in com.typesafe.config.parser" target="classFrame"><span class="interfaceName">ConfigNode</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigObject</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigOrigin</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigOriginFactory.html" title="class in com.typesafe.config" target="classFrame">ConfigOriginFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigParseable</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config" target="classFrame">ConfigParseOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config" target="classFrame">ConfigRenderOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config" target="classFrame">ConfigResolveOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigResolver.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigResolver</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config" target="classFrame">ConfigSyntax</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config" target="classFrame">ConfigUtil</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigValue</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config" target="classFrame">ConfigValueFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config" target="classFrame">ConfigValueType</a></li>
|
||||
<li><a href="com/typesafe/config/DefaultConfigLoadingStrategy.html" title="class in com.typesafe.config" target="classFrame">DefaultConfigLoadingStrategy</a></li>
|
||||
<li><a href="com/typesafe/config/Optional.html" title="annotation in com.typesafe.config" target="classFrame">Optional</a></li>
|
||||
<li><a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl" target="classFrame">Parseable</a></li>
|
||||
<li><a href="com/typesafe/config/impl/Parseable.Relativizer.html" title="interface in com.typesafe.config.impl" target="classFrame"><span class="interfaceName">Parseable.Relativizer</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
68
v1.3.3/allclasses-noframe.html
Normal file
68
v1.3.3/allclasses-noframe.html
Normal file
@ -0,0 +1,68 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>All Classes</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="bar">All Classes</h1>
|
||||
<div class="indexContainer">
|
||||
<ul>
|
||||
<li><a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config"><span class="interfaceName">Config</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigBeanFactory.html" title="class in com.typesafe.config">ConfigBeanFactory</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigBeanImpl.html" title="class in com.typesafe.config.impl">ConfigBeanImpl</a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser"><span class="interfaceName">ConfigDocument</span></a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser">ConfigDocumentFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl">ConfigImplUtil</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigIncludeContext</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigIncluder</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderClasspath.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigIncluderClasspath</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderFile.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigIncluderFile</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderURL.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigIncluderURL</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigList.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigList</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigLoadingStrategy.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigLoadingStrategy</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigMemorySize.html" title="class in com.typesafe.config">ConfigMemorySize</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigMergeable</span></a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigNode.html" title="interface in com.typesafe.config.parser"><span class="interfaceName">ConfigNode</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigObject</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigOrigin</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigOriginFactory.html" title="class in com.typesafe.config">ConfigOriginFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigParseable</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigResolver.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigResolver</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config">ConfigSyntax</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config">ConfigUtil</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigValue</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config">ConfigValueType</a></li>
|
||||
<li><a href="com/typesafe/config/DefaultConfigLoadingStrategy.html" title="class in com.typesafe.config">DefaultConfigLoadingStrategy</a></li>
|
||||
<li><a href="com/typesafe/config/Optional.html" title="annotation in com.typesafe.config">Optional</a></li>
|
||||
<li><a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></li>
|
||||
<li><a href="com/typesafe/config/impl/Parseable.Relativizer.html" title="interface in com.typesafe.config.impl"><span class="interfaceName">Parseable.Relativizer</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
68
v1.3.3/api/allclasses-frame.html
Normal file
68
v1.3.3/api/allclasses-frame.html
Normal file
@ -0,0 +1,68 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>All Classes</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="bar">All Classes</h1>
|
||||
<div class="indexContainer">
|
||||
<ul>
|
||||
<li><a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">Config</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigBeanFactory.html" title="class in com.typesafe.config" target="classFrame">ConfigBeanFactory</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigBeanImpl.html" title="class in com.typesafe.config.impl" target="classFrame">ConfigBeanImpl</a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser" target="classFrame"><span class="interfaceName">ConfigDocument</span></a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser" target="classFrame">ConfigDocumentFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config" target="classFrame">ConfigException</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config" target="classFrame">ConfigException.BadBean</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config" target="classFrame">ConfigException.BadPath</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config" target="classFrame">ConfigException.BadValue</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config" target="classFrame">ConfigException.BugOrBroken</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config" target="classFrame">ConfigException.Generic</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config" target="classFrame">ConfigException.IO</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config" target="classFrame">ConfigException.Missing</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config" target="classFrame">ConfigException.NotResolved</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config" target="classFrame">ConfigException.Null</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config" target="classFrame">ConfigException.Parse</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config" target="classFrame">ConfigException.UnresolvedSubstitution</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config" target="classFrame">ConfigException.ValidationFailed</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config" target="classFrame">ConfigException.ValidationProblem</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config" target="classFrame">ConfigException.WrongType</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config" target="classFrame">ConfigFactory</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl" target="classFrame">ConfigImpl</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl" target="classFrame">ConfigImplUtil</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigIncludeContext</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigIncluder</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderClasspath.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigIncluderClasspath</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderFile.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigIncluderFile</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderURL.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigIncluderURL</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigList.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigList</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigLoadingStrategy.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigLoadingStrategy</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigMemorySize.html" title="class in com.typesafe.config" target="classFrame">ConfigMemorySize</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigMergeable</span></a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigNode.html" title="interface in com.typesafe.config.parser" target="classFrame"><span class="interfaceName">ConfigNode</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigObject</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigOrigin</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigOriginFactory.html" title="class in com.typesafe.config" target="classFrame">ConfigOriginFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigParseable</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config" target="classFrame">ConfigParseOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config" target="classFrame">ConfigRenderOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config" target="classFrame">ConfigResolveOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigResolver.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigResolver</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config" target="classFrame">ConfigSyntax</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config" target="classFrame">ConfigUtil</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config" target="classFrame"><span class="interfaceName">ConfigValue</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config" target="classFrame">ConfigValueFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config" target="classFrame">ConfigValueType</a></li>
|
||||
<li><a href="com/typesafe/config/DefaultConfigLoadingStrategy.html" title="class in com.typesafe.config" target="classFrame">DefaultConfigLoadingStrategy</a></li>
|
||||
<li><a href="com/typesafe/config/Optional.html" title="annotation in com.typesafe.config" target="classFrame">Optional</a></li>
|
||||
<li><a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl" target="classFrame">Parseable</a></li>
|
||||
<li><a href="com/typesafe/config/impl/Parseable.Relativizer.html" title="interface in com.typesafe.config.impl" target="classFrame"><span class="interfaceName">Parseable.Relativizer</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
68
v1.3.3/api/allclasses-noframe.html
Normal file
68
v1.3.3/api/allclasses-noframe.html
Normal file
@ -0,0 +1,68 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
|
||||
<title>All Classes</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 class="bar">All Classes</h1>
|
||||
<div class="indexContainer">
|
||||
<ul>
|
||||
<li><a href="com/typesafe/config/Config.html" title="interface in com.typesafe.config"><span class="interfaceName">Config</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigBeanFactory.html" title="class in com.typesafe.config">ConfigBeanFactory</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigBeanImpl.html" title="class in com.typesafe.config.impl">ConfigBeanImpl</a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigDocument.html" title="interface in com.typesafe.config.parser"><span class="interfaceName">ConfigDocument</span></a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigDocumentFactory.html" title="class in com.typesafe.config.parser">ConfigDocumentFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config">ConfigFactory</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigImpl.html" title="class in com.typesafe.config.impl">ConfigImpl</a></li>
|
||||
<li><a href="com/typesafe/config/impl/ConfigImplUtil.html" title="class in com.typesafe.config.impl">ConfigImplUtil</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigIncludeContext</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigIncluder</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderClasspath.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigIncluderClasspath</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderFile.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigIncluderFile</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigIncluderURL.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigIncluderURL</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigList.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigList</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigLoadingStrategy.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigLoadingStrategy</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigMemorySize.html" title="class in com.typesafe.config">ConfigMemorySize</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigMergeable.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigMergeable</span></a></li>
|
||||
<li><a href="com/typesafe/config/parser/ConfigNode.html" title="interface in com.typesafe.config.parser"><span class="interfaceName">ConfigNode</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigObject</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigOrigin</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigOriginFactory.html" title="class in com.typesafe.config">ConfigOriginFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigParseable</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigRenderOptions.html" title="class in com.typesafe.config">ConfigRenderOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigResolveOptions.html" title="class in com.typesafe.config">ConfigResolveOptions</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigResolver.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigResolver</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigSyntax.html" title="enum in com.typesafe.config">ConfigSyntax</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigUtil.html" title="class in com.typesafe.config">ConfigUtil</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValue.html" title="interface in com.typesafe.config"><span class="interfaceName">ConfigValue</span></a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValueFactory.html" title="class in com.typesafe.config">ConfigValueFactory</a></li>
|
||||
<li><a href="com/typesafe/config/ConfigValueType.html" title="enum in com.typesafe.config">ConfigValueType</a></li>
|
||||
<li><a href="com/typesafe/config/DefaultConfigLoadingStrategy.html" title="class in com.typesafe.config">DefaultConfigLoadingStrategy</a></li>
|
||||
<li><a href="com/typesafe/config/Optional.html" title="annotation in com.typesafe.config">Optional</a></li>
|
||||
<li><a href="com/typesafe/config/impl/Parseable.html" title="class in com.typesafe.config.impl">Parseable</a></li>
|
||||
<li><a href="com/typesafe/config/impl/Parseable.Relativizer.html" title="interface in com.typesafe.config.impl"><span class="interfaceName">Parseable.Relativizer</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
2101
v1.3.3/api/com/typesafe/config/Config.html
Normal file
2101
v1.3.3/api/com/typesafe/config/Config.html
Normal file
File diff suppressed because it is too large
Load Diff
310
v1.3.3/api/com/typesafe/config/ConfigBeanFactory.html
Normal file
310
v1.3.3/api/com/typesafe/config/ConfigBeanFactory.html
Normal file
@ -0,0 +1,310 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigBeanFactory</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigBeanFactory";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
var methods = {"i0":9};
|
||||
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
|
||||
var altColor = "altColor";
|
||||
var rowColor = "rowColor";
|
||||
var tableTab = "tableTab";
|
||||
var activeTableTab = "activeTableTab";
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigBeanFactory.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigBeanFactory.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigBeanFactory" class="title">Class ConfigBeanFactory</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigBeanFactory</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigBeanFactory.java#L11" target="_blank" >ConfigBeanFactory</a>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Factory for automatically creating a Java class from a <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>.
|
||||
See <a href="../../../com/typesafe/config/ConfigBeanFactory.html#create-com.typesafe.config.Config-java.lang.Class-"><code>create(Config,Class)</code></a>.</div>
|
||||
<dl>
|
||||
<dt><span class="simpleTagLabel">Since:</span></dt>
|
||||
<dd>1.3.0</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigBeanFactory.html#ConfigBeanFactory--">ConfigBeanFactory</a></span>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr id="i0" class="altColor">
|
||||
<td class="colFirst"><code>static <T> T</code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigBeanFactory.html#create-com.typesafe.config.Config-java.lang.Class-">create</a></span>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config,
|
||||
java.lang.Class<T> clazz)</code>
|
||||
<div class="block">Creates an instance of a class, initializing its fields from a <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="ConfigBeanFactory--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ConfigBeanFactory</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigBeanFactory.java#L11" target="_blank" >ConfigBeanFactory</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="create-com.typesafe.config.Config-java.lang.Class-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>create</h4>
|
||||
<pre>public static <T> T <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigBeanFactory.java#L46" target="_blank" >create</a>(<a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config">Config</a> config,
|
||||
java.lang.Class<T> clazz)</pre>
|
||||
<div class="block">Creates an instance of a class, initializing its fields from a <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>.
|
||||
|
||||
Example usage:
|
||||
|
||||
<pre>
|
||||
Config configSource = ConfigFactory.load().getConfig("foo");
|
||||
FooConfig config = ConfigBeanFactory.create(configSource, FooConfig.class);
|
||||
</pre>
|
||||
|
||||
The Java class should follow JavaBean conventions. Field types
|
||||
can be any of the types you can normally get from a <a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><code>Config</code></a>, including <code>java.time.Duration</code> or <a href="../../../com/typesafe/config/ConfigMemorySize.html" title="class in com.typesafe.config"><code>ConfigMemorySize</code></a>. Fields may also be another JavaBean-style
|
||||
class.
|
||||
|
||||
Fields are mapped to config by converting the config key to
|
||||
camel case. So the key <code>foo-bar</code> becomes JavaBean
|
||||
setter <code>setFooBar</code>.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Type Parameters:</span></dt>
|
||||
<dd><code>T</code> - the type of the class to be instantiated</dd>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>config</code> - source of config information</dd>
|
||||
<dd><code>clazz</code> - class to be instantiated</dd>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>an instance of the class populated with data from the config</dd>
|
||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
||||
<dd><code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a></code> - If something is wrong with the JavaBean</dd>
|
||||
<dd><code><a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a></code> - If the config doesn't conform to the bean's implied schema</dd>
|
||||
<dd><code><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></code> - Can throw the same exceptions as the getters on <code>Config</code></dd>
|
||||
<dt><span class="simpleTagLabel">Since:</span></dt>
|
||||
<dd>1.3.0</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/Config.html" title="interface in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigBeanFactory.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigBeanFactory.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
318
v1.3.3/api/com/typesafe/config/ConfigException.BadBean.html
Normal file
318
v1.3.3/api/com/typesafe/config/ConfigException.BadBean.html
Normal file
@ -0,0 +1,318 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.BadBean</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.BadBean";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.BadBean.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.BadBean.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.BadBean" class="title">Class ConfigException.BadBean</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.BugOrBroken</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.BadBean</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L399" target="_blank" >ConfigException.BadBean</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a></pre>
|
||||
<div class="block">Some problem with a JavaBean we are trying to initialize.</div>
|
||||
<dl>
|
||||
<dt><span class="simpleTagLabel">Since:</span></dt>
|
||||
<dd>1.3.0</dd>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.BadBean">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadBean.html#BadBean-java.lang.String-">BadBean</a></span>(java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadBean.html#BadBean-java.lang.String-java.lang.Throwable-">BadBean</a></span>(java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BadBean-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadBean</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadBean.java#L402" target="_blank" >BadBean</a>(java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="BadBean-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BadBean</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadBean.java#L406" target="_blank" >BadBean</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.BadBean.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.BadBean.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
364
v1.3.3/api/com/typesafe/config/ConfigException.BadPath.html
Normal file
364
v1.3.3/api/com/typesafe/config/ConfigException.BadPath.html
Normal file
@ -0,0 +1,364 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.BadPath</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.BadPath";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.BadPath.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.BadPath.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.BadPath" class="title">Class ConfigException.BadPath</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.BadPath</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L193" target="_blank" >ConfigException.BadPath</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicating that a path expression was invalid. Try putting
|
||||
double quotes around path elements that contain "special" characters.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.BadPath">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadPath.html#BadPath-com.typesafe.config.ConfigOrigin-java.lang.String-">BadPath</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadPath.html#BadPath-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-">BadPath</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadPath.html#BadPath-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.Throwable-">BadPath</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadPath.html#BadPath-java.lang.String-java.lang.String-">BadPath</a></span>(java.lang.String path,
|
||||
java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadPath.html#BadPath-java.lang.String-java.lang.String-java.lang.Throwable-">BadPath</a></span>(java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BadPath-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadPath</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L196" target="_blank" >BadPath</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="BadPath-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadPath</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L203" target="_blank" >BadPath</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="BadPath-java.lang.String-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadPath</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L207" target="_blank" >BadPath</a>(java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="BadPath-java.lang.String-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadPath</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L212" target="_blank" >BadPath</a>(java.lang.String path,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="BadPath-com.typesafe.config.ConfigOrigin-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BadPath</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadPath.java#L216" target="_blank" >BadPath</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.BadPath.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.BadPath.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
351
v1.3.3/api/com/typesafe/config/ConfigException.BadValue.html
Normal file
351
v1.3.3/api/com/typesafe/config/ConfigException.BadValue.html
Normal file
@ -0,0 +1,351 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.BadValue</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.BadValue";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.BadValue.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.BadValue.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.BadValue" class="title">Class ConfigException.BadValue</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.BadValue</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L167" target="_blank" >ConfigException.BadValue</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<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>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.BadValue">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadValue.html#BadValue-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-">BadValue</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadValue.html#BadValue-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.Throwable-">BadValue</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadValue.html#BadValue-java.lang.String-java.lang.String-">BadValue</a></span>(java.lang.String path,
|
||||
java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadValue.html#BadValue-java.lang.String-java.lang.String-java.lang.Throwable-">BadValue</a></span>(java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BadValue-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadValue</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L170" target="_blank" >BadValue</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="BadValue-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadValue</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L175" target="_blank" >BadValue</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="BadValue-java.lang.String-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BadValue</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L179" target="_blank" >BadValue</a>(java.lang.String path,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="BadValue-java.lang.String-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BadValue</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BadValue.java#L183" target="_blank" >BadValue</a>(java.lang.String path,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.BadValue.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.BadValue.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
319
v1.3.3/api/com/typesafe/config/ConfigException.BugOrBroken.html
Normal file
319
v1.3.3/api/com/typesafe/config/ConfigException.BugOrBroken.html
Normal file
@ -0,0 +1,319 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.BugOrBroken</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.BugOrBroken";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.BugOrBroken.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.BugOrBroken.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.BugOrBroken" class="title">Class ConfigException.BugOrBroken</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.BugOrBroken</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Direct Known Subclasses:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L228" target="_blank" >ConfigException.BugOrBroken</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicating that there's a bug in something (possibly the
|
||||
library itself) or the runtime environment is broken. This exception
|
||||
should never be handled; instead, something should be fixed to keep the
|
||||
exception from occurring. This exception can be thrown by any method in
|
||||
the library.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.BugOrBroken">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html#BugOrBroken-java.lang.String-">BugOrBroken</a></span>(java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html#BugOrBroken-java.lang.String-java.lang.Throwable-">BugOrBroken</a></span>(java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="BugOrBroken-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>BugOrBroken</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BugOrBroken.java#L231" target="_blank" >BugOrBroken</a>(java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="BugOrBroken-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>BugOrBroken</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.BugOrBroken.java#L235" target="_blank" >BugOrBroken</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.BugOrBroken.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.BugOrBroken.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
311
v1.3.3/api/com/typesafe/config/ConfigException.Generic.html
Normal file
311
v1.3.3/api/com/typesafe/config/ConfigException.Generic.html
Normal file
@ -0,0 +1,311 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.Generic</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.Generic";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.Generic.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.Generic.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.Generic" class="title">Class ConfigException.Generic</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.Generic</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L414" target="_blank" >ConfigException.Generic</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception that doesn't fall into any other category.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.Generic">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Generic.html#Generic-java.lang.String-">Generic</a></span>(java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Generic.html#Generic-java.lang.String-java.lang.Throwable-">Generic</a></span>(java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="Generic-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Generic</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Generic.java#L417" target="_blank" >Generic</a>(java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="Generic-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>Generic</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Generic.java#L421" target="_blank" >Generic</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.Generic.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.Generic.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
315
v1.3.3/api/com/typesafe/config/ConfigException.IO.html
Normal file
315
v1.3.3/api/com/typesafe/config/ConfigException.IO.html
Normal file
@ -0,0 +1,315 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.IO</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.IO";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.IO.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.IO.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.IO" class="title">Class ConfigException.IO</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.IO</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L244" target="_blank" >ConfigException.IO</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicating that there was an IO error.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.IO">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.IO.html#IO-com.typesafe.config.ConfigOrigin-java.lang.String-">IO</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.IO.html#IO-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">IO</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="IO-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>IO</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.IO.java#L247" target="_blank" >IO</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="IO-com.typesafe.config.ConfigOrigin-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>IO</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.IO.java#L251" target="_blank" >IO</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.IO.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.IO.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
351
v1.3.3/api/com/typesafe/config/ConfigException.Missing.html
Normal file
351
v1.3.3/api/com/typesafe/config/ConfigException.Missing.html
Normal file
@ -0,0 +1,351 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.Missing</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.Missing";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.Missing.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.Missing.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.Missing" class="title">Class ConfigException.Missing</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.Missing</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Direct Known Subclasses:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L114" target="_blank" >ConfigException.Missing</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicates that the setting was never set to anything, not even
|
||||
null.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.Missing">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier</th>
|
||||
<th class="colLast" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>protected </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Missing.html#Missing-com.typesafe.config.ConfigOrigin-java.lang.String-">Missing</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>protected </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Missing.html#Missing-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">Missing</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code> </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Missing.html#Missing-java.lang.String-">Missing</a></span>(java.lang.String path)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code> </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Missing.html#Missing-java.lang.String-java.lang.Throwable-">Missing</a></span>(java.lang.String path,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="Missing-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Missing</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L117" target="_blank" >Missing</a>(java.lang.String path,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="Missing-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Missing</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L122" target="_blank" >Missing</a>(java.lang.String path)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="Missing-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Missing</h4>
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L126" target="_blank" >Missing</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="Missing-com.typesafe.config.ConfigOrigin-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>Missing</h4>
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Missing.java#L130" target="_blank" >Missing</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.Missing.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.Missing.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
321
v1.3.3/api/com/typesafe/config/ConfigException.NotResolved.html
Normal file
321
v1.3.3/api/com/typesafe/config/ConfigException.NotResolved.html
Normal file
@ -0,0 +1,321 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.NotResolved</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.NotResolved";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.NotResolved.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.NotResolved.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.NotResolved" class="title">Class ConfigException.NotResolved</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.BugOrBroken</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.NotResolved</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L296" target="_blank" >ConfigException.NotResolved</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a></pre>
|
||||
<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). This is always a bug in
|
||||
either application code or the library; it's wrong to write a handler for
|
||||
this exception because you should be able to fix the code to avoid it by
|
||||
adding calls to <a href="../../../com/typesafe/config/Config.html#resolve--"><code>Config.resolve()</code></a>.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.NotResolved">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.NotResolved.html#NotResolved-java.lang.String-">NotResolved</a></span>(java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.NotResolved.html#NotResolved-java.lang.String-java.lang.Throwable-">NotResolved</a></span>(java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="NotResolved-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>NotResolved</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.NotResolved.java#L299" target="_blank" >NotResolved</a>(java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="NotResolved-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>NotResolved</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.NotResolved.java#L303" target="_blank" >NotResolved</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.NotResolved.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.NotResolved.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
325
v1.3.3/api/com/typesafe/config/ConfigException.Null.html
Normal file
325
v1.3.3/api/com/typesafe/config/ConfigException.Null.html
Normal file
@ -0,0 +1,325 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.Null</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.Null";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.Null.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.Null.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.Null" class="title">Class ConfigException.Null</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.Missing</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.Null</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L139" target="_blank" >ConfigException.Null</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a></pre>
|
||||
<div class="block">Exception indicates that the setting was treated as missing because it
|
||||
was set to null.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.Null">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Null.html#Null-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-">Null</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Null.html#Null-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.Throwable-">Null</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="Null-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Null</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Null.java#L151" target="_blank" >Null</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="Null-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>Null</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Null.java#L156" target="_blank" >Null</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.Null.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.Null.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
319
v1.3.3/api/com/typesafe/config/ConfigException.Parse.html
Normal file
319
v1.3.3/api/com/typesafe/config/ConfigException.Parse.html
Normal file
@ -0,0 +1,319 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.Parse</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.Parse";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.Parse.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.Parse.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.Parse" class="title">Class ConfigException.Parse</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.Parse</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Direct Known Subclasses:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L260" target="_blank" >ConfigException.Parse</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicating that there was a parse error.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.Parse">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Parse.html#Parse-com.typesafe.config.ConfigOrigin-java.lang.String-">Parse</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Parse.html#Parse-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">Parse</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="Parse-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>Parse</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Parse.java#L263" target="_blank" >Parse</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="Parse-com.typesafe.config.ConfigOrigin-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>Parse</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.Parse.java#L267" target="_blank" >Parse</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.Parse.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.Parse.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,321 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.UnresolvedSubstitution</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.UnresolvedSubstitution";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.UnresolvedSubstitution.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.UnresolvedSubstitution.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.UnresolvedSubstitution" class="title">Class ConfigException.UnresolvedSubstitution</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException.Parse</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.UnresolvedSubstitution</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L276" target="_blank" >ConfigException.UnresolvedSubstitution</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a></pre>
|
||||
<div class="block">Exception indicating that a substitution did not resolve to anything.
|
||||
Thrown by <a href="../../../com/typesafe/config/Config.html#resolve--"><code>Config.resolve()</code></a>.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.UnresolvedSubstitution">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html#UnresolvedSubstitution-com.typesafe.config.ConfigOrigin-java.lang.String-">UnresolvedSubstitution</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String detail)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html#UnresolvedSubstitution-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">UnresolvedSubstitution</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String detail,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="UnresolvedSubstitution-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>UnresolvedSubstitution</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.UnresolvedSubstitution.java#L279" target="_blank" >UnresolvedSubstitution</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String detail,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="UnresolvedSubstitution-com.typesafe.config.ConfigOrigin-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>UnresolvedSubstitution</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.UnresolvedSubstitution.java#L283" target="_blank" >UnresolvedSubstitution</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String detail)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.UnresolvedSubstitution.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.UnresolvedSubstitution.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,334 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.ValidationFailed</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.ValidationFailed";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
var methods = {"i0":10};
|
||||
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
|
||||
var altColor = "altColor";
|
||||
var rowColor = "rowColor";
|
||||
var tableTab = "tableTab";
|
||||
var activeTableTab = "activeTableTab";
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.ValidationFailed.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.ValidationFailed.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.ValidationFailed" class="title">Class ConfigException.ValidationFailed</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.ValidationFailed</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L362" target="_blank" >ConfigException.ValidationFailed</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<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. The problems are available via the <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html#problems--"><code>problems()</code></a> method.
|
||||
The <code>getMessage()</code> of this exception is a potentially very
|
||||
long string listing all the problems found.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.ValidationFailed">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html#ValidationFailed-java.lang.Iterable-">ValidationFailed</a></span>(java.lang.Iterable<<a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>> problems)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr id="i0" class="altColor">
|
||||
<td class="colFirst"><code>java.lang.Iterable<<a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>></code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html#problems--">problems</a></span>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="ValidationFailed-java.lang.Iterable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ValidationFailed</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationFailed.java#L367" target="_blank" >ValidationFailed</a>(java.lang.Iterable<<a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>> problems)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="problems--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>problems</h4>
|
||||
<pre>public java.lang.Iterable<<a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationFailed.java#L372" target="_blank" >problems</a>()</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.ValidationFailed.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.ValidationFailed.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,346 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.ValidationProblem</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.ValidationProblem";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
|
||||
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
|
||||
var altColor = "altColor";
|
||||
var rowColor = "rowColor";
|
||||
var tableTab = "tableTab";
|
||||
var activeTableTab = "activeTableTab";
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.ValidationProblem.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.ValidationProblem.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.ValidationProblem" class="title">Class ConfigException.ValidationProblem</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.ValidationProblem</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L313" target="_blank" >ConfigException.ValidationProblem</a>
|
||||
extends java.lang.Object</pre>
|
||||
<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>. A
|
||||
<a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config"><code>ConfigException.ValidationFailed</code></a> exception thrown from
|
||||
<code>checkValid()</code> includes a list of problems encountered.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html#ValidationProblem-java.lang.String-com.typesafe.config.ConfigOrigin-java.lang.String-">ValidationProblem</a></span>(java.lang.String path,
|
||||
<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String problem)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr id="i0" class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a></code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html#origin--">origin</a></span>()</code>
|
||||
<div class="block">Returns where the problem occurred (origin may include info on the
|
||||
file, line number, etc.).</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i1" class="rowColor">
|
||||
<td class="colFirst"><code>java.lang.String</code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html#path--">path</a></span>()</code>
|
||||
<div class="block">Returns the config setting causing the problem.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i2" class="altColor">
|
||||
<td class="colFirst"><code>java.lang.String</code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html#problem--">problem</a></span>()</code>
|
||||
<div class="block">Returns a description of the problem.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i3" class="rowColor">
|
||||
<td class="colFirst"><code>java.lang.String</code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html#toString--">toString</a></span>()</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="ValidationProblem-java.lang.String-com.typesafe.config.ConfigOrigin-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ValidationProblem</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L319" target="_blank" >ValidationProblem</a>(java.lang.String path,
|
||||
<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String problem)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="path--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>path</h4>
|
||||
<pre>public java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L329" target="_blank" >path</a>()</pre>
|
||||
<div class="block">Returns the config setting causing the problem.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>the path of the problem setting</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="origin--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>origin</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L338" target="_blank" >origin</a>()</pre>
|
||||
<div class="block">Returns where the problem occurred (origin may include info on the
|
||||
file, line number, etc.).</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>the origin of the problem setting</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="problem--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>problem</h4>
|
||||
<pre>public java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L346" target="_blank" >problem</a>()</pre>
|
||||
<div class="block">Returns a description of the problem.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>description of the problem</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="toString--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>toString</h4>
|
||||
<pre>public java.lang.String <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.ValidationProblem.java#L351" target="_blank" >toString</a>()</pre>
|
||||
<dl>
|
||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
||||
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.ValidationProblem.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.ValidationProblem.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
354
v1.3.3/api/com/typesafe/config/ConfigException.WrongType.html
Normal file
354
v1.3.3/api/com/typesafe/config/ConfigException.WrongType.html
Normal file
@ -0,0 +1,354 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException.WrongType</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException.WrongType";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.WrongType.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.WrongType.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException.WrongType" class="title">Class ConfigException.WrongType</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">com.typesafe.config.ConfigException</a></li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException.WrongType</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Enclosing class:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public static class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L89" target="_blank" >ConfigException.WrongType</a>
|
||||
extends <a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></pre>
|
||||
<div class="block">Exception indicating that the type of a value does not match the type you
|
||||
requested.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException.WrongType">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.classes.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested classes/interfaces inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a>, <a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a>, <a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colOne" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.WrongType.html#WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-">WrongType</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.WrongType.html#WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.String-">WrongType</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected,
|
||||
java.lang.String actual)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.WrongType.html#WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.String-java.lang.Throwable-">WrongType</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected,
|
||||
java.lang.String actual,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.WrongType.html#WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">WrongType</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.typesafe.config.ConfigException">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class com.typesafe.config.<a href="../../../com/typesafe/config/ConfigException.html" title="class in com.typesafe.config">ConfigException</a></h3>
|
||||
<code><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>WrongType</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L92" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected,
|
||||
java.lang.String actual,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.String-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>WrongType</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L97" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String path,
|
||||
java.lang.String expected,
|
||||
java.lang.String actual)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>WrongType</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L101" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="WrongType-com.typesafe.config.ConfigOrigin-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>WrongType</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.WrongType.java#L105" target="_blank" >WrongType</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.WrongType.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.WrongType.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.classes.inherited.from.class.com.typesafe.config.ConfigException">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#methods.inherited.from.class.com.typesafe.config.ConfigException">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li>Method</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
475
v1.3.3/api/com/typesafe/config/ConfigException.html
Normal file
475
v1.3.3/api/com/typesafe/config/ConfigException.html
Normal file
@ -0,0 +1,475 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigException</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigException";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
var methods = {"i0":10};
|
||||
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
|
||||
var altColor = "altColor";
|
||||
var rowColor = "rowColor";
|
||||
var tableTab = "tableTab";
|
||||
var activeTableTab = "activeTableTab";
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigBeanFactory.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.class.summary">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Class ConfigException" class="title">Class ConfigException</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Object</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Throwable</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.Exception</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>java.lang.RuntimeException</li>
|
||||
<li>
|
||||
<ul class="inheritance">
|
||||
<li>com.typesafe.config.ConfigException</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Implemented Interfaces:</dt>
|
||||
<dd>java.io.Serializable</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>Direct Known Subclasses:</dt>
|
||||
<dd><a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a>, <a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a>, <a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a>, <a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a>, <a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a>, <a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a>, <a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a>, <a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a>, <a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public abstract class <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L16" target="_blank" >ConfigException</a>
|
||||
extends java.lang.RuntimeException
|
||||
implements java.io.Serializable</pre>
|
||||
<div class="block">All exceptions thrown by the library are subclasses of
|
||||
<code>ConfigException</code>.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../serialized-form.html#com.typesafe.config.ConfigException">Serialized Form</a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="nested.class.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Nested Class Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
|
||||
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Class and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config">ConfigException.BadBean</a></span></code>
|
||||
<div class="block">Some problem with a JavaBean we are trying to initialize.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadPath.html" title="class in com.typesafe.config">ConfigException.BadPath</a></span></code>
|
||||
<div class="block">Exception indicating that a path expression was invalid.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BadValue.html" title="class in com.typesafe.config">ConfigException.BadValue</a></span></code>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.BugOrBroken.html" title="class in com.typesafe.config">ConfigException.BugOrBroken</a></span></code>
|
||||
<div class="block">Exception indicating that there's a bug in something (possibly the
|
||||
library itself) or the runtime environment is broken.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Generic.html" title="class in com.typesafe.config">ConfigException.Generic</a></span></code>
|
||||
<div class="block">Exception that doesn't fall into any other category.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.IO.html" title="class in com.typesafe.config">ConfigException.IO</a></span></code>
|
||||
<div class="block">Exception indicating that there was an IO error.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Missing.html" title="class in com.typesafe.config">ConfigException.Missing</a></span></code>
|
||||
<div class="block">Exception indicates that the setting was never set to anything, not even
|
||||
null.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.NotResolved.html" title="class in com.typesafe.config">ConfigException.NotResolved</a></span></code>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Null.html" title="class in com.typesafe.config">ConfigException.Null</a></span></code>
|
||||
<div class="block">Exception indicates that the setting was treated as missing because it
|
||||
was set to null.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.Parse.html" title="class in com.typesafe.config">ConfigException.Parse</a></span></code>
|
||||
<div class="block">Exception indicating that there was a parse error.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.UnresolvedSubstitution.html" title="class in com.typesafe.config">ConfigException.UnresolvedSubstitution</a></span></code>
|
||||
<div class="block">Exception indicating that a substitution did not resolve to anything.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.ValidationFailed.html" title="class in com.typesafe.config">ConfigException.ValidationFailed</a></span></code>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.ValidationProblem.html" title="class in com.typesafe.config">ConfigException.ValidationProblem</a></span></code>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.WrongType.html" title="class in com.typesafe.config">ConfigException.WrongType</a></span></code>
|
||||
<div class="block">Exception indicating that the type of a value does not match the type you
|
||||
requested.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier</th>
|
||||
<th class="colLast" scope="col">Constructor and Description</th>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>protected </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.html#ConfigException-com.typesafe.config.ConfigOrigin-java.lang.String-">ConfigException</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>protected </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.html#ConfigException-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">ConfigException</a></span>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>protected </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.html#ConfigException-java.lang.String-">ConfigException</a></span>(java.lang.String message)</code> </td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<td class="colFirst"><code>protected </code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.html#ConfigException-java.lang.String-java.lang.Throwable-">ConfigException</a></span>(java.lang.String message,
|
||||
java.lang.Throwable cause)</code> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr id="i0" class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a></code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigException.html#origin--">origin</a></span>()</code>
|
||||
<div class="block">Returns an "origin" (such as a filename and line number) for the
|
||||
exception, or null if none is available.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Throwable</h3>
|
||||
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from class java.lang.Object</h3>
|
||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="constructor.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Constructor Detail</h3>
|
||||
<a name="ConfigException-com.typesafe.config.ConfigOrigin-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>ConfigException</h4>
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L21" target="_blank" >ConfigException</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="ConfigException-com.typesafe.config.ConfigOrigin-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>ConfigException</h4>
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L27" target="_blank" >ConfigException</a>(<a href="../../../com/typesafe/config/ConfigOrigin.html" title="interface in com.typesafe.config">ConfigOrigin</a> origin,
|
||||
java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="ConfigException-java.lang.String-java.lang.Throwable-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>ConfigException</h4>
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L31" target="_blank" >ConfigException</a>(java.lang.String message,
|
||||
java.lang.Throwable cause)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="ConfigException-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>ConfigException</h4>
|
||||
<pre>protected <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L36" target="_blank" >ConfigException</a>(java.lang.String message)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="origin--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>origin</h4>
|
||||
<pre>public <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigException.java#L49" target="_blank" >origin</a>()</pre>
|
||||
<div class="block">Returns an "origin" (such as a filename and line number) for the
|
||||
exception, or null if none is available. If there's no sensible origin
|
||||
for a given exception, or the kind of exception doesn't meaningfully
|
||||
relate to a particular origin file, this returns null. Never assume this
|
||||
will return non-null, it can always return null.</div>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>origin of the problem, or null if unknown/inapplicable</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigBeanFactory.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigException.BadBean.html" title="class in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigException.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigException.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li><a href="#nested.class.summary">Nested</a> | </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
1901
v1.3.3/api/com/typesafe/config/ConfigFactory.html
Normal file
1901
v1.3.3/api/com/typesafe/config/ConfigFactory.html
Normal file
File diff suppressed because it is too large
Load Diff
294
v1.3.3/api/com/typesafe/config/ConfigIncludeContext.html
Normal file
294
v1.3.3/api/com/typesafe/config/ConfigIncludeContext.html
Normal file
@ -0,0 +1,294 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigIncludeContext</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigIncludeContext";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
var methods = {"i0":6,"i1":6,"i2":6};
|
||||
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
|
||||
var altColor = "altColor";
|
||||
var rowColor = "rowColor";
|
||||
var tableTab = "tableTab";
|
||||
var activeTableTab = "activeTableTab";
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigIncludeContext.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigIncludeContext.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Interface ConfigIncludeContext" class="title">Interface ConfigIncludeContext</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L19" target="_blank" >ConfigIncludeContext</a></pre>
|
||||
<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.
|
||||
|
||||
<p>
|
||||
<em>Do not implement this interface</em>; it should only be implemented by
|
||||
the config library. Arbitrary implementations will not work because the
|
||||
library internals assume a specific concrete implementation. Also, this
|
||||
interface is likely to grow new methods over time, so third-party
|
||||
implementations will break.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr id="i0" class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a></code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigIncludeContext.html#parseOptions--">parseOptions</a></span>()</code>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i1" class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../com/typesafe/config/ConfigParseable.html" title="interface in com.typesafe.config">ConfigParseable</a></code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigIncludeContext.html#relativeTo-java.lang.String-">relativeTo</a></span>(java.lang.String filename)</code>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i2" class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a></code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigIncludeContext.html#setParseOptions-com.typesafe.config.ConfigParseOptions-">setParseOptions</a></span>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</code>
|
||||
<div class="block">Copy this <a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config"><code>ConfigIncludeContext</code></a> giving it a new value for its parseOptions.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="relativeTo-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>relativeTo</h4>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L36" target="_blank" >relativeTo</a>(java.lang.String filename)</pre>
|
||||
<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. Returns
|
||||
null if it can't meaningfully create a relative name. The returned
|
||||
parseable may not exist; this function is not required to do any IO, just
|
||||
compute what the name would be.
|
||||
|
||||
The passed-in filename has to be a complete name (with extension), not
|
||||
just a basename. (Include statements in config files are allowed to give
|
||||
just a basename.)</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>filename</code> - the name to make relative to the resource doing the including</dd>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>parseable item relative to the resource doing the including, or
|
||||
null</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="parseOptions--">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>parseOptions</h4>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L45" target="_blank" >parseOptions</a>()</pre>
|
||||
<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>
|
||||
<dl>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>the parse options</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setParseOptions-com.typesafe.config.ConfigParseOptions-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>setParseOptions</h4>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncludeContext.java#L55" target="_blank" >setParseOptions</a>(<a href="../../../com/typesafe/config/ConfigParseOptions.html" title="class in com.typesafe.config">ConfigParseOptions</a> options)</pre>
|
||||
<div class="block">Copy this <a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config"><code>ConfigIncludeContext</code></a> giving it a new value for its parseOptions.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>options</code> - new parse options to use</dd>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>the updated copy of this context</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigFactory.html" title="class in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigIncludeContext.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigIncludeContext.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
276
v1.3.3/api/com/typesafe/config/ConfigIncluder.html
Normal file
276
v1.3.3/api/com/typesafe/config/ConfigIncluder.html
Normal file
@ -0,0 +1,276 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:55 JST 2018 -->
|
||||
<title>ConfigIncluder</title>
|
||||
<meta name="date" content="2018-02-22">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="ConfigIncluder";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
var methods = {"i0":6,"i1":6};
|
||||
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
|
||||
var altColor = "altColor";
|
||||
var rowColor = "rowColor";
|
||||
var tableTab = "tableTab";
|
||||
var activeTableTab = "activeTableTab";
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigIncluderClasspath.html" title="interface in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigIncluder.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigIncluder.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle">com.typesafe.config</div>
|
||||
<h2 title="Interface ConfigIncluder" class="title">Interface ConfigIncluder</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluder.java#L13" target="_blank" >ConfigIncluder</a></pre>
|
||||
<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. You may
|
||||
also want to implement <a href="../../../com/typesafe/config/ConfigIncluderClasspath.html" title="interface in com.typesafe.config"><code>ConfigIncluderClasspath</code></a>,
|
||||
<a href="../../../com/typesafe/config/ConfigIncluderFile.html" title="interface in com.typesafe.config"><code>ConfigIncluderFile</code></a>, and <a href="../../../com/typesafe/config/ConfigIncluderURL.html" title="interface in com.typesafe.config"><code>ConfigIncluderURL</code></a>, or not.</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colLast" scope="col">Method and Description</th>
|
||||
</tr>
|
||||
<tr id="i0" class="altColor">
|
||||
<td class="colFirst"><code><a href="../../../com/typesafe/config/ConfigObject.html" title="interface in com.typesafe.config">ConfigObject</a></code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigIncluder.html#include-com.typesafe.config.ConfigIncludeContext-java.lang.String-">include</a></span>(<a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a> context,
|
||||
java.lang.String what)</code>
|
||||
<div class="block">Parses another item to be included.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i1" class="rowColor">
|
||||
<td class="colFirst"><code><a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a></code></td>
|
||||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/typesafe/config/ConfigIncluder.html#withFallback-com.typesafe.config.ConfigIncluder-">withFallback</a></span>(<a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a> fallback)</code>
|
||||
<div class="block">Returns a new includer that falls back to the given includer.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="withFallback-com.typesafe.config.ConfigIncluder-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>withFallback</h4>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluder.java#L29" target="_blank" >withFallback</a>(<a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config">ConfigIncluder</a> fallback)</pre>
|
||||
<div class="block">Returns a new includer that falls back to the given includer. This is how
|
||||
you can obtain the default includer; it will be provided as a fallback.
|
||||
It's up to your includer to chain to it if you want to. You might want to
|
||||
merge any files found by the fallback includer with any objects you load
|
||||
yourself.
|
||||
|
||||
It's important to handle the case where you already have the fallback
|
||||
with a "return this", i.e. this method should not create a new object if
|
||||
the fallback is the same one you already have. The same fallback may be
|
||||
added repeatedly.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>fallback</code> - the previous includer for chaining</dd>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>a new includer</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="include-com.typesafe.config.ConfigIncludeContext-java.lang.String-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>include</h4>
|
||||
<pre><a href="https://github.com/lightbend/config/blob/d22535592e8b0103b62f8a2a24f8c67f8b6399eb/config/src/main/java/com/typesafe/config/ConfigIncluder.java#L49" target="_blank" >include</a>(<a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config">ConfigIncludeContext</a> context,
|
||||
java.lang.String what)</pre>
|
||||
<div class="block">Parses another item to be included. The returned object typically would
|
||||
not have substitutions resolved. You can throw a ConfigException here to
|
||||
abort parsing, or return an empty object, but may not return null.
|
||||
|
||||
This method is used for a "heuristic" include statement that does not
|
||||
specify file, URL, or classpath resource. If the include statement does
|
||||
specify, then the same class implementing <a href="../../../com/typesafe/config/ConfigIncluder.html" title="interface in com.typesafe.config"><code>ConfigIncluder</code></a> must
|
||||
also implement <a href="../../../com/typesafe/config/ConfigIncluderClasspath.html" title="interface in com.typesafe.config"><code>ConfigIncluderClasspath</code></a>,
|
||||
<a href="../../../com/typesafe/config/ConfigIncluderFile.html" title="interface in com.typesafe.config"><code>ConfigIncluderFile</code></a>, or <a href="../../../com/typesafe/config/ConfigIncluderURL.html" title="interface in com.typesafe.config"><code>ConfigIncluderURL</code></a> as needed, or a
|
||||
default includer will be used.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>context</code> - some info about the include context</dd>
|
||||
<dd><code>what</code> - the include statement's argument</dd>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>a non-null ConfigObject</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../overview-summary.html">Overview</a></li>
|
||||
<li><a href="package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/typesafe/config/ConfigIncludeContext.html" title="interface in com.typesafe.config"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/typesafe/config/ConfigIncluderClasspath.html" title="interface in com.typesafe.config"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/typesafe/config/ConfigIncluder.html" target="_top">Frames</a></li>
|
||||
<li><a href="ConfigIncluder.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>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user