mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-15 04:44:01 +01:00
134 lines
3.9 KiB
HTML
134 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>
|
|
<title>Class JsonConfigFactory</title>
|
|
<link rel="stylesheet" href="../../css/style.min.css"/>
|
|
<script type="text/javascript" src="../../js/script.min.js"></script>
|
|
</head>
|
|
<body onload="setupDdox();">
|
|
<header></header>
|
|
<nav id="main-nav">
|
|
<div>
|
|
<noscript>
|
|
<p style="color: red">The search functionality needs JavaScript enabled</p>
|
|
</noscript>
|
|
<div id="symbolSearchPane" style="display: none">
|
|
<form action="#" method="GET">
|
|
<input id="symbolSearch" type="text" name="q" placeholder="Search for symbols" autocomplete="off" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();" autofocus/>
|
|
</form>
|
|
<ul id="symbolSearchResults" class="symbolList" style="display: none"></ul><script type="application/javascript" src="../../symbols.js"></script><script type="application/javascript">var symbolSearchRootDir = "../../";
|
|
document.getElementById('symbolSearchPane').style.display = 'block';</script>
|
|
</div>
|
|
<ul class="tree-view">
|
|
<li class="tree-view ">
|
|
<div class="package ">
|
|
<a href="../../mirage.html">mirage</a>
|
|
</div>
|
|
<ul class="tree-view">
|
|
<li>
|
|
<div class="module ">
|
|
<a href="../../mirage/config.html">config</a>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="module ">
|
|
<a href="../../mirage/java.html">java</a>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div class="module selected">
|
|
<a href="../../mirage/json.html">json</a>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<p id="main-nav-footer">
|
|
Built with
|
|
<a href="https://github.com/MartinNowak/scod">scod</a>
|
|
</p>
|
|
</nav>
|
|
<div id="main-contents">
|
|
<div>
|
|
<h1>Class JsonConfigFactory</h1><p>Creates configuration dictionaries from JSONs.
|
|
</p>
|
|
<div class="prototype">
|
|
<code class="lang-d">
|
|
<div class="single-prototype">
|
|
<span class="kwd">class</span> <span class="typ">JsonConfigFactory</span>
|
|
<br> : <a href="../../mirage/config/ConfigFactory.html"><span class="typ">ConfigFactory</span></a>
|
|
<span class="pun">;</span>
|
|
</div>
|
|
</code>
|
|
</div>
|
|
|
|
<section><h2>Methods</h2>
|
|
<table>
|
|
<col class="caption"/>
|
|
<tr>
|
|
<th>Name</th><th>Description</th>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<a href="../../mirage/json/JsonConfigFactory.parseConfig.html" class="public">
|
|
<code>parseConfig</code>
|
|
</a>
|
|
<span class="tableEntryAnnotation">(contents)</span>
|
|
</td>
|
|
<td>Parse configuration from the given JSON string.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<a href="../../mirage/json/JsonConfigFactory.parseJson.html" class="public">
|
|
<code>parseJson</code>
|
|
</a>
|
|
<span class="tableEntryAnnotation">(json)</span>
|
|
</td>
|
|
<td>Parse configuration from a JSONValue tree.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<a href="../../mirage/json/JsonConfigFactory.parseJson.html" class="public">
|
|
<code>parseJson</code>
|
|
</a>
|
|
<span class="tableEntryAnnotation">(json)</span>
|
|
</td>
|
|
<td>Alias for parseConfig
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<a href="../../mirage/config/ConfigFactory.loadFile.html" class="public inherited">
|
|
<code>loadFile</code>
|
|
</a>
|
|
<span class="tableEntryAnnotation">(path)</span>
|
|
</td>
|
|
<td>Loads a configuration from the specified path from disk.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
|
|
</div>
|
|
<footer>
|
|
<div id="license-info">
|
|
<p>Mike Bierlee, m.bierlee@lostmoment.com
|
|
</p>
|
|
|
|
<p>2022 Mike Bierlee
|
|
</p>
|
|
|
|
<p>This software is licensed under the terms of the MIT license.
|
|
The full terms of the license can be found in the LICENSE file.
|
|
</p>
|
|
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html> |