<li><ahref="../../../../../com/djrapitops/plan/system/settings/BukkitConfigSystem.html"title="class in com.djrapitops.plan.system.settings"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../../com/djrapitops/plan/system/settings/Permissions.html"title="enum in com.djrapitops.plan.system.settings"><spanclass="typeNameLink">Next Class</span></a></li>
<dd><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html"title="interface in com.djrapitops.plan.system">SubSystem</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><ahref="../../../../../com/djrapitops/plan/system/settings/BukkitConfigSystem.html"title="class in com.djrapitops.plan.system.settings">BukkitConfigSystem</a>, <ahref="../../../../../com/djrapitops/plan/system/settings/ProxyConfigSystem.html"title="class in com.djrapitops.plan.system.settings">ProxyConfigSystem</a></dd>
</dl>
<hr>
<br>
<pre>@Singleton
public abstract class <spanclass="typeNameLabel">ConfigSystem</span>
extends java.lang.Object
implements <ahref="../../../../../com/djrapitops/plan/system/SubSystem.html"title="interface in com.djrapitops.plan.system">SubSystem</a></pre>
<divclass="block">System for Config and other user customizable options.</div>
</li>
</ul>
</div>
<divclass="summary">
<ulclass="blockList">
<liclass="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="field.summary">
<!---->
</a>
<h3>Field Summary</h3>
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Field Summary table, listing fields, and an explanation">
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>protected <ahref="../../../../../com/djrapitops/plan/system/settings/config/PlanConfig.html"title="class in com.djrapitops.plan.system.settings.config">PlanConfig</a></code></td>
<tdclass="colFirst"><code>protected <ahref="../../../../../com/djrapitops/plan/system/file/PlanFiles.html"title="class in com.djrapitops.plan.system.file">PlanFiles</a></code></td>
<tdclass="colFirst"><code>protected <ahref="../../../../../com/djrapitops/plan/system/settings/theme/Theme.html"title="class in com.djrapitops.plan.system.settings.theme">Theme</a></code></td>
<thclass="colOne"scope="col">Constructor and Description</th>
</tr>
<trclass="altColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../../../com/djrapitops/plan/system/settings/ConfigSystem.html#ConfigSystem-com.djrapitops.plan.system.file.PlanFiles-com.djrapitops.plan.system.settings.config.PlanConfig-com.djrapitops.plan.system.settings.theme.Theme-com.djrapitops.plugin.logging.console.PluginLogger-com.djrapitops.plugin.logging.error.ErrorHandler-">ConfigSystem</a></span>(<ahref="../../../../../com/djrapitops/plan/system/file/PlanFiles.html"title="class in com.djrapitops.plan.system.file">PlanFiles</a> files,
<ahref="../../../../../com/djrapitops/plan/system/settings/config/PlanConfig.html"title="class in com.djrapitops.plan.system.settings.config">PlanConfig</a> config,
<ahref="../../../../../com/djrapitops/plan/system/settings/theme/Theme.html"title="class in com.djrapitops.plan.system.settings.theme">Theme</a> theme,
<divclass="block">Performs enable actions for the subsystem.</div>
</td>
</tr>
<trid="i3"class="rowColor">
<tdclass="colFirst"><code><ahref="../../../../../com/djrapitops/plan/system/settings/config/PlanConfig.html"title="class in com.djrapitops.plan.system.settings.config">PlanConfig</a></code></td>
<tdclass="colFirst"><code><ahref="../../../../../com/djrapitops/plan/system/settings/theme/Theme.html"title="class in com.djrapitops.plan.system.settings.theme">Theme</a></code></td>
<pre>protected final <ahref="../../../../../com/djrapitops/plan/system/file/PlanFiles.html"title="class in com.djrapitops.plan.system.file">PlanFiles</a> files</pre>
</li>
</ul>
<aname="config">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>config</h4>
<pre>protected final <ahref="../../../../../com/djrapitops/plan/system/settings/config/PlanConfig.html"title="class in com.djrapitops.plan.system.settings.config">PlanConfig</a> config</pre>
</li>
</ul>
<aname="theme">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>theme</h4>
<pre>protected final <ahref="../../../../../com/djrapitops/plan/system/settings/theme/Theme.html"title="class in com.djrapitops.plan.system.settings.theme">Theme</a> theme</pre>
<pre>public ConfigSystem(<ahref="../../../../../com/djrapitops/plan/system/file/PlanFiles.html"title="class in com.djrapitops.plan.system.file">PlanFiles</a> files,
<ahref="../../../../../com/djrapitops/plan/system/settings/config/PlanConfig.html"title="class in com.djrapitops.plan.system.settings.config">PlanConfig</a> config,
<ahref="../../../../../com/djrapitops/plan/system/settings/theme/Theme.html"title="class in com.djrapitops.plan.system.settings.theme">Theme</a> theme,
<pre>public <ahref="../../../../../com/djrapitops/plan/system/settings/config/PlanConfig.html"title="class in com.djrapitops.plan.system.settings.config">PlanConfig</a> getConfig()</pre>
</li>
</ul>
<aname="getTheme--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getTheme</h4>
<pre>public <ahref="../../../../../com/djrapitops/plan/system/settings/theme/Theme.html"title="class in com.djrapitops.plan.system.settings.theme">Theme</a> getTheme()</pre>
</li>
</ul>
<aname="enable--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>enable</h4>
<pre>public void enable()
throws <ahref="../../../../../com/djrapitops/plan/api/exceptions/EnableException.html"title="class in com.djrapitops.plan.api.exceptions">EnableException</a></pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html#enable--">SubSystem</a></code></span></div>
<divclass="block">Performs enable actions for the subsystem.</div>
<dd><code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html#enable--">enable</a></code> in interface <code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html"title="interface in com.djrapitops.plan.system">SubSystem</a></code></dd>
<dt><spanclass="throwsLabel">Throws:</span></dt>
<dd><code><ahref="../../../../../com/djrapitops/plan/api/exceptions/EnableException.html"title="class in com.djrapitops.plan.api.exceptions">EnableException</a></code> - If an error occurred during enable and it is fatal to the subsystem.</dd>
<divclass="block">Copies default values from file in jar to Config.</div>
<dl>
<dt><spanclass="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - If file can't be read or written.</dd>
</dl>
</li>
</ul>
<aname="disable--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>disable</h4>
<pre>public void disable()</pre>
<divclass="block"><spanclass="descfrmTypeLabel">Description copied from interface: <code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html#disable--">SubSystem</a></code></span></div>
<divclass="block">Performs disable actions for the subsystem</div>
<dd><code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html#disable--">disable</a></code> in interface <code><ahref="../../../../../com/djrapitops/plan/system/SubSystem.html"title="interface in com.djrapitops.plan.system">SubSystem</a></code></dd>
<li><ahref="../../../../../com/djrapitops/plan/system/settings/BukkitConfigSystem.html"title="class in com.djrapitops.plan.system.settings"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../../com/djrapitops/plan/system/settings/Permissions.html"title="enum in com.djrapitops.plan.system.settings"><spanclass="typeNameLink">Next Class</span></a></li>