Skip to content

Commit

Permalink
Publishing javadoc for SpongePowered/Configurate 4.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongie committed Nov 11, 2023
1 parent 528a2b2 commit 64c79b6
Show file tree
Hide file tree
Showing 9 changed files with 556 additions and 490 deletions.
15 changes: 13 additions & 2 deletions configurate/hocon/4.2.0-SNAPSHOT/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</nav>
</header>
<main role="main">
<div class="contentContainer"><a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a><a id="I:B">
<div class="contentContainer"><a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a><a id="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
Expand Down Expand Up @@ -152,6 +152,17 @@ <h2 class="title">H</h2>
<div class="block">Builds a <a href="org/spongepowered/configurate/hocon/HoconConfigurationLoader.html" title="class in org.spongepowered.configurate.hocon"><code>HoconConfigurationLoader</code></a>.</div>
</dd>
</dl>
<a id="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#indent(int)">indent(int)</a></span> - Method in class org.spongepowered.configurate.hocon.<a href="org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a></dt>
<dd>
<div class="block">Set the amount of spaces to indent with when
<a href="org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#prettyPrinting(boolean)"><code>prettyPrinting(boolean)</code></a> is on.</div>
</dd>
</dl>
<a id="I:L">
<!-- -->
</a>
Expand Down Expand Up @@ -190,7 +201,7 @@ <h2 class="title">S</h2>
<dt><span class="memberNameLink"><a href="org/spongepowered/configurate/hocon/HoconConfigurationLoader.html#saveInternal(org.spongepowered.configurate.ConfigurationNode,java.io.Writer)">saveInternal(ConfigurationNode, Writer)</a></span> - Method in class org.spongepowered.configurate.hocon.<a href="org/spongepowered/configurate/hocon/HoconConfigurationLoader.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a></div>
<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a></div>
</main>
<footer role="contentinfo">
<nav role="navigation">
Expand Down
2 changes: 1 addition & 1 deletion configurate/hocon/4.2.0-SNAPSHOT/member-search-index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified configurate/hocon/4.2.0-SNAPSHOT/member-search-index.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -139,14 +139,16 @@ <h2 title="Class HoconConfigurationLoader.Builder" class="title">Class HoconConf
<dd><a href="HoconConfigurationLoader.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader</a></dd>
</dl>
<hr>
<pre>public static final class <a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.html#line.104">HoconConfigurationLoader.Builder</a>
<pre>public static final class <a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.html#line.106">HoconConfigurationLoader.Builder</a>
extends <a href="https://jd.spongepowered.org/configurate/core/4.2.0-SNAPSHOT/org/spongepowered/configurate/loader/AbstractConfigurationLoader.Builder.html?is-external=true" title="class or interface in org.spongepowered.configurate.loader" class="externalLink">AbstractConfigurationLoader.Builder</a>&lt;<a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a>,&#8203;<a href="HoconConfigurationLoader.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader</a>&gt;</pre>
<div class="block">Builds a <a href="HoconConfigurationLoader.html" title="class in org.spongepowered.configurate.hocon"><code>HoconConfigurationLoader</code></a>.

<p>This builder supports the following options:</p>
<dl>
<dt>&lt;prefix&gt;.hocon.pretty-printing</dt>
<dd>Equivalent to <a href="#prettyPrinting(boolean)"><code>prettyPrinting(boolean)</code></a></dd>
<dt>&lt;prefix&gt;.hocon.indent</dt>
<dd>Equivalent to <a href="#indent(int)"><code>indent(int)</code></a></dd>
<dt>&lt;prefix&gt;.hocon.emit-comments</dt>
<dd>Equivalent to <a href="#emitComments(boolean)"><code>emitComments(boolean)</code></a></dd>
<dt>&lt;prefix&gt;.hocon.json-compatible</dt>
Expand Down Expand Up @@ -214,11 +216,19 @@ <h3>Method Summary</h3>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#indent(int)">indent</a></span>&#8203;(int&nbsp;indent)</code></th>
<td class="colLast">
<div class="block">Set the amount of spaces to indent with when
<a href="#prettyPrinting(boolean)"><code>prettyPrinting(boolean)</code></a> is on.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#populate(org.spongepowered.configurate.loader.LoaderOptionSource)">populate</a></span>&#8203;(<a href="https://jd.spongepowered.org/configurate/core/4.2.0-SNAPSHOT/org/spongepowered/configurate/loader/LoaderOptionSource.html?is-external=true" title="class or interface in org.spongepowered.configurate.loader" class="externalLink">LoaderOptionSource</a>&nbsp;options)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prettyPrinting(boolean)">prettyPrinting</a></span>&#8203;(boolean&nbsp;prettyPrinting)</code></th>
<td class="colLast">
Expand Down Expand Up @@ -262,7 +272,7 @@ <h3>Method Detail</h3>
<ul class="blockList">
<li class="blockList">
<h4>populate</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#line.111">populate</a>&#8203;(<a href="https://jd.spongepowered.org/configurate/core/4.2.0-SNAPSHOT/org/spongepowered/configurate/loader/LoaderOptionSource.html?is-external=true" title="class or interface in org.spongepowered.configurate.loader" class="externalLink">LoaderOptionSource</a>&nbsp;options)</pre>
<pre class="methodSignature">protected&nbsp;void&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#line.113">populate</a>&#8203;(<a href="https://jd.spongepowered.org/configurate/core/4.2.0-SNAPSHOT/org/spongepowered/configurate/loader/LoaderOptionSource.html?is-external=true" title="class or interface in org.spongepowered.configurate.loader" class="externalLink">LoaderOptionSource</a>&nbsp;options)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://jd.spongepowered.org/configurate/core/4.2.0-SNAPSHOT/org/spongepowered/configurate/loader/AbstractConfigurationLoader.Builder.html?is-external=true#populate(org.spongepowered.configurate.loader.LoaderOptionSource)" title="class or interface in org.spongepowered.configurate.loader" class="externalLink">populate</a></code>&nbsp;in class&nbsp;<code><a href="https://jd.spongepowered.org/configurate/core/4.2.0-SNAPSHOT/org/spongepowered/configurate/loader/AbstractConfigurationLoader.Builder.html?is-external=true" title="class or interface in org.spongepowered.configurate.loader" class="externalLink">AbstractConfigurationLoader.Builder</a>&lt;<a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a>,&#8203;<a href="HoconConfigurationLoader.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader</a>&gt;</code></dd>
Expand All @@ -275,12 +285,8 @@ <h4>populate</h4>
<ul class="blockList">
<li class="blockList">
<h4>prettyPrinting</h4>
<pre class="methodSignature">public&nbsp;<a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a>&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#line.130">prettyPrinting</a>&#8203;(boolean&nbsp;prettyPrinting)</pre>
<div class="block">Set whether output from this loader will be pretty-printed or not.

<p>Output will always print with a fixed indent of 4 spaces per
level. This is a limitation of the underlying library, so it may
become customizable at some point in the future.</p></div>
<pre class="methodSignature">public&nbsp;<a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a>&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#line.129">prettyPrinting</a>&#8203;(boolean&nbsp;prettyPrinting)</pre>
<div class="block">Set whether output from this loader will be pretty-printed or not.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>prettyPrinting</code> - whether to pretty-print</dd>
Expand All @@ -291,13 +297,34 @@ <h4>prettyPrinting</h4>
</dl>
</li>
</ul>
<a id="indent(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>indent</h4>
<pre class="methodSignature">public&nbsp;<a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a>&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#line.144">indent</a>&#8203;(int&nbsp;indent)</pre>
<div class="block">Set the amount of spaces to indent with when
<a href="#prettyPrinting(boolean)"><code>prettyPrinting(boolean)</code></a> is on.

<p>Defaults to 4.</p></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>indent</code> - indent level</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>this builder</dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.2.0</dd>
</dl>
</li>
</ul>
<a id="emitComments(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>emitComments</h4>
<pre class="methodSignature">public&nbsp;<a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a>&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#line.145">emitComments</a>&#8203;(boolean&nbsp;emitComments)</pre>
<pre class="methodSignature">public&nbsp;<a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a>&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#line.159">emitComments</a>&#8203;(boolean&nbsp;emitComments)</pre>
<div class="block">Set whether comments should be emitted.

<p>Comments will always be loaded from files and
Expand All @@ -318,7 +345,7 @@ <h4>emitComments</h4>
<ul class="blockList">
<li class="blockList">
<h4>emitJsonCompatible</h4>
<pre class="methodSignature">public&nbsp;<a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a>&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#line.162">emitJsonCompatible</a>&#8203;(boolean&nbsp;jsonCompatible)</pre>
<pre class="methodSignature">public&nbsp;<a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a>&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#line.176">emitJsonCompatible</a>&#8203;(boolean&nbsp;jsonCompatible)</pre>
<div class="block">Set whether output generated by this loader should be
json-compatible.

Expand All @@ -341,7 +368,7 @@ <h4>emitJsonCompatible</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>build</h4>
<pre class="methodSignature">public&nbsp;<a href="HoconConfigurationLoader.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader</a>&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#line.167">build</a>()</pre>
<pre class="methodSignature">public&nbsp;<a href="HoconConfigurationLoader.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader</a>&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/hocon/HoconConfigurationLoader.Builder.html#line.181">build</a>()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://jd.spongepowered.org/configurate/core/4.2.0-SNAPSHOT/org/spongepowered/configurate/loader/AbstractConfigurationLoader.Builder.html?is-external=true#build()" title="class or interface in org.spongepowered.configurate.loader" class="externalLink">build</a></code>&nbsp;in class&nbsp;<code><a href="https://jd.spongepowered.org/configurate/core/4.2.0-SNAPSHOT/org/spongepowered/configurate/loader/AbstractConfigurationLoader.Builder.html?is-external=true" title="class or interface in org.spongepowered.configurate.loader" class="externalLink">AbstractConfigurationLoader.Builder</a>&lt;<a href="HoconConfigurationLoader.Builder.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader.Builder</a>,&#8203;<a href="HoconConfigurationLoader.html" title="class in org.spongepowered.configurate.hocon">HoconConfigurationLoader</a>&gt;</code></dd>
Expand Down
Loading

0 comments on commit 64c79b6

Please sign in to comment.