Skip to content

Commit

Permalink
Deploying to gh-pages from @ 18e98f6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Jan 7, 2024
1 parent 263c5ff commit 18f0345
Show file tree
Hide file tree
Showing 10 changed files with 153 additions and 143 deletions.
Binary file modified 4.2.0-SNAPSHOT/apidocs/member-search-index.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -205,31 +205,31 @@ <h3>Method Summary</h3>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;</code></td>
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#create(java.net.URL)">create</a></span>&#8203;(java.net.URL&nbsp;url)</code></th>
<td class="colLast">
<div class="block">Create a new loader configured to load from the provided URL,
with default style options.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;</code></td>
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#create(java.net.URL,org.spongepowered.configurate.ConfigurationNode)">create</a></span>&#8203;(java.net.URL&nbsp;url,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</code></th>
<td class="colLast">
<div class="block">Create a new loader configured to load from the provided URL.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;</code></td>
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#create(java.nio.file.Path)">create</a></span>&#8203;(java.nio.file.Path&nbsp;file)</code></th>
<td class="colLast">
<div class="block">Create a new loader configured to load from the provided file,
with default style options.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;</code></td>
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#create(java.nio.file.Path,org.spongepowered.configurate.ConfigurationNode)">create</a></span>&#8203;(java.nio.file.Path&nbsp;file,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</code></th>
<td class="colLast">
Expand Down Expand Up @@ -350,7 +350,7 @@ <h4>supportedExtensions</h4>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre class="methodSignature">public&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/AbstractConfigurationFormat.html#line.81">create</a>&#8203;(java.nio.file.Path&nbsp;file)</pre>
<pre class="methodSignature">public&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/AbstractConfigurationFormat.html#line.81">create</a>&#8203;(java.nio.file.Path&nbsp;file)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ConfigurationFormat.html#create(java.nio.file.Path)">ConfigurationFormat</a></code></span></div>
<div class="block">Create a new loader configured to load from the provided file,
with default style options.</div>
Expand All @@ -370,8 +370,8 @@ <h4>create</h4>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre class="methodSignature">public&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/AbstractConfigurationFormat.html#line.88">create</a>&#8203;(java.nio.file.Path&nbsp;file,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</pre>
<pre class="methodSignature">public&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/AbstractConfigurationFormat.html#line.88">create</a>&#8203;(java.nio.file.Path&nbsp;file,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ConfigurationFormat.html#create(java.nio.file.Path,org.spongepowered.configurate.ConfigurationNode)">ConfigurationFormat</a></code></span></div>
<div class="block">Create a new loader configured to load from the provided file.</div>
<dl>
Expand All @@ -391,7 +391,7 @@ <h4>create</h4>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre class="methodSignature">public&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/AbstractConfigurationFormat.html#line.96">create</a>&#8203;(java.net.URL&nbsp;url)</pre>
<pre class="methodSignature">public&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/AbstractConfigurationFormat.html#line.96">create</a>&#8203;(java.net.URL&nbsp;url)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ConfigurationFormat.html#create(java.net.URL)">ConfigurationFormat</a></code></span></div>
<div class="block">Create a new loader configured to load from the provided URL,
with default style options.
Expand All @@ -413,8 +413,8 @@ <h4>create</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>create</h4>
<pre class="methodSignature">public&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/AbstractConfigurationFormat.html#line.103">create</a>&#8203;(java.net.URL&nbsp;url,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</pre>
<pre class="methodSignature">public&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/AbstractConfigurationFormat.html#line.103">create</a>&#8203;(java.net.URL&nbsp;url,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ConfigurationFormat.html#create(java.net.URL,org.spongepowered.configurate.ConfigurationNode)">ConfigurationFormat</a></code></span></div>
<div class="block">Create a new loader configured to load from the provided URL.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,31 +160,31 @@ <h3>Method Summary</h3>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>default <a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;</code></td>
<td class="colFirst"><code>default <a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#create(java.net.URL)">create</a></span>&#8203;(java.net.URL&nbsp;url)</code></th>
<td class="colLast">
<div class="block">Create a new loader configured to load from the provided URL,
with default style options.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;</code></td>
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#create(java.net.URL,org.spongepowered.configurate.ConfigurationNode)">create</a></span>&#8203;(java.net.URL&nbsp;url,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</code></th>
<td class="colLast">
<div class="block">Create a new loader configured to load from the provided URL.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>default <a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;</code></td>
<td class="colFirst"><code>default <a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#create(java.nio.file.Path)">create</a></span>&#8203;(java.nio.file.Path&nbsp;file)</code></th>
<td class="colLast">
<div class="block">Create a new loader configured to load from the provided file,
with default style options.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;</code></td>
<td class="colFirst"><code><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#create(java.nio.file.Path,org.spongepowered.configurate.ConfigurationNode)">create</a></span>&#8203;(java.nio.file.Path&nbsp;file,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</code></th>
<td class="colLast">
Expand Down Expand Up @@ -317,7 +317,7 @@ <h4>supportedExtensions</h4>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre class="methodSignature">default&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/ConfigurationFormat.html#line.96">create</a>&#8203;(java.nio.file.Path&nbsp;file)</pre>
<pre class="methodSignature">default&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/ConfigurationFormat.html#line.96">create</a>&#8203;(java.nio.file.Path&nbsp;file)</pre>
<div class="block">Create a new loader configured to load from the provided file,
with default style options.</div>
<dl>
Expand All @@ -336,8 +336,8 @@ <h4>create</h4>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre class="methodSignature"><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/ConfigurationFormat.html#line.108">create</a>&#8203;(java.nio.file.Path&nbsp;file,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</pre>
<pre class="methodSignature"><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/ConfigurationFormat.html#line.108">create</a>&#8203;(java.nio.file.Path&nbsp;file,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</pre>
<div class="block">Create a new loader configured to load from the provided file.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
Expand All @@ -356,7 +356,7 @@ <h4>create</h4>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre class="methodSignature">default&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/ConfigurationFormat.html#line.120">create</a>&#8203;(java.net.URL&nbsp;url)</pre>
<pre class="methodSignature">default&nbsp;<a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/ConfigurationFormat.html#line.120">create</a>&#8203;(java.net.URL&nbsp;url)</pre>
<div class="block">Create a new loader configured to load from the provided URL,
with default style options.

Expand All @@ -377,8 +377,8 @@ <h4>create</h4>
<ul class="blockListLast">
<li class="blockList">
<h4>create</h4>
<pre class="methodSignature"><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;?&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/ConfigurationFormat.html#line.134">create</a>&#8203;(java.net.URL&nbsp;url,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</pre>
<pre class="methodSignature"><a href="ConfigurationLoader.html" title="interface in org.spongepowered.configurate.loader">ConfigurationLoader</a>&lt;? extends @NonNull java.lang.Object&gt;&nbsp;<a href="../../../../src-html/org/spongepowered/configurate/loader/ConfigurationFormat.html#line.134">create</a>&#8203;(java.net.URL&nbsp;url,
<a href="../ConfigurationNode.html" title="interface in org.spongepowered.configurate">ConfigurationNode</a>&nbsp;options)</pre>
<div class="block">Create a new loader configured to load from the provided URL.

<p>This loader may not be able to write to the given URL.</p></div>
Expand Down
Binary file modified 4.2.0-SNAPSHOT/apidocs/package-search-index.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -88,29 +88,29 @@
<span class="sourceLineNo">079</span><a id="line.79"> }</a>
<span class="sourceLineNo">080</span><a id="line.80"></a>
<span class="sourceLineNo">081</span><a id="line.81"> @Override</a>
<span class="sourceLineNo">082</span><a id="line.82"> public ConfigurationLoader&lt;@NonNull ?&gt; create(final Path file) {</a>
<span class="sourceLineNo">082</span><a id="line.82"> public ConfigurationLoader&lt;? extends @NonNull Object&gt; create(final Path file) {</a>
<span class="sourceLineNo">083</span><a id="line.83"> return this.builderMaker.get()</a>
<span class="sourceLineNo">084</span><a id="line.84"> .path(file)</a>
<span class="sourceLineNo">085</span><a id="line.85"> .build();</a>
<span class="sourceLineNo">086</span><a id="line.86"> }</a>
<span class="sourceLineNo">087</span><a id="line.87"></a>
<span class="sourceLineNo">088</span><a id="line.88"> @Override</a>
<span class="sourceLineNo">089</span><a id="line.89"> public ConfigurationLoader&lt;@NonNull ?&gt; create(final Path file, final ConfigurationNode options) {</a>
<span class="sourceLineNo">089</span><a id="line.89"> public ConfigurationLoader&lt;? extends @NonNull Object&gt; create(final Path file, final ConfigurationNode options) {</a>
<span class="sourceLineNo">090</span><a id="line.90"> return this.builderMaker.get()</a>
<span class="sourceLineNo">091</span><a id="line.91"> .from(LoaderOptionSource.node(options))</a>
<span class="sourceLineNo">092</span><a id="line.92"> .path(file)</a>
<span class="sourceLineNo">093</span><a id="line.93"> .build();</a>
<span class="sourceLineNo">094</span><a id="line.94"> }</a>
<span class="sourceLineNo">095</span><a id="line.95"></a>
<span class="sourceLineNo">096</span><a id="line.96"> @Override</a>
<span class="sourceLineNo">097</span><a id="line.97"> public ConfigurationLoader&lt;@NonNull ?&gt; create(final URL url) {</a>
<span class="sourceLineNo">097</span><a id="line.97"> public ConfigurationLoader&lt;? extends @NonNull Object&gt; create(final URL url) {</a>
<span class="sourceLineNo">098</span><a id="line.98"> return this.builderMaker.get()</a>
<span class="sourceLineNo">099</span><a id="line.99"> .url(url)</a>
<span class="sourceLineNo">100</span><a id="line.100"> .build();</a>
<span class="sourceLineNo">101</span><a id="line.101"> }</a>
<span class="sourceLineNo">102</span><a id="line.102"></a>
<span class="sourceLineNo">103</span><a id="line.103"> @Override</a>
<span class="sourceLineNo">104</span><a id="line.104"> public ConfigurationLoader&lt;@NonNull ?&gt; create(final URL url, final ConfigurationNode options) {</a>
<span class="sourceLineNo">104</span><a id="line.104"> public ConfigurationLoader&lt;? extends @NonNull Object&gt; create(final URL url, final ConfigurationNode options) {</a>
<span class="sourceLineNo">105</span><a id="line.105"> return this.builderMaker.get()</a>
<span class="sourceLineNo">106</span><a id="line.106"> .from(LoaderOptionSource.node(options))</a>
<span class="sourceLineNo">107</span><a id="line.107"> .url(url)</a>
Expand Down
Loading

0 comments on commit 18f0345

Please sign in to comment.