Plan/all/com/djrapitops/plan/system/PlanSystem.html
2019-08-21 12:10:29 +03:00

597 lines
33 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fi">
<head>
<!-- Generated by javadoc (1.8.0_201) on Wed Aug 21 12:09:06 EEST 2019 -->
<title>PlanSystem (Plan 4.9.4 API)</title>
<meta name="date" content="2019-08-21">
<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="PlanSystem (Plan 4.9.4 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":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/djrapitops/plan/system/HtmlUtilities.html" title="class in com.djrapitops.plan.system"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/djrapitops/plan/system/SubSystem.html" title="interface in com.djrapitops.plan.system"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/djrapitops/plan/system/PlanSystem.html" target="_top">Frames</a></li>
<li><a href="PlanSystem.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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.djrapitops.plan.system</div>
<h2 title="Class PlanSystem" class="title">Class PlanSystem</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.djrapitops.plan.system.PlanSystem</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../com/djrapitops/plan/system/SubSystem.html" title="interface in com.djrapitops.plan.system">SubSystem</a></dd>
</dl>
<hr>
<br>
<pre>@Singleton
public class <span class="typeNameLabel">PlanSystem</span>
extends java.lang.Object
implements <a href="../../../../com/djrapitops/plan/system/SubSystem.html" title="interface in com.djrapitops.plan.system">SubSystem</a></pre>
<div class="block">PlanSystem contains everything Plan needs to run.
<p>
This is an abstraction layer on top of Plugin instances so that tests can be run with less mocks.</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">&nbsp;</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/djrapitops/plan/system/PlanSystem.html#PlanSystem-com.djrapitops.plan.system.file.PlanFiles-com.djrapitops.plan.system.settings.ConfigSystem-com.djrapitops.plan.system.update.VersionCheckSystem-com.djrapitops.plan.system.locale.LocaleSystem-com.djrapitops.plan.system.database.DBSystem-com.djrapitops.plan.system.cache.CacheSystem-com.djrapitops.plan.system.listeners.ListenerSystem-com.djrapitops.plan.system.tasks.TaskSystem-com.djrapitops.plan.system.info.InfoSystem-com.djrapitops.plan.system.info.server.ServerInfo-com.djrapitops.plan.system.webserver.WebServerSystem-com.djrapitops.plan.system.processing.Processing-com.djrapitops.plan.system.importing.ImportSystem-com.djrapitops.plan.system.export.ExportSystem-com.djrapitops.plan.system.HtmlUtilities-com.djrapitops.plan.data.plugin.HookHandler-com.djrapitops.plan.extension.ExtensionServiceImplementation-com.djrapitops.plan.query.QueryServiceImplementation-com.djrapitops.plan.api.PlanAPI-com.djrapitops.plugin.logging.error.ErrorHandler-">PlanSystem</a></span>(<a href="../../../../com/djrapitops/plan/system/file/PlanFiles.html" title="class in com.djrapitops.plan.system.file">PlanFiles</a>&nbsp;files,
<a href="../../../../com/djrapitops/plan/system/settings/ConfigSystem.html" title="class in com.djrapitops.plan.system.settings">ConfigSystem</a>&nbsp;configSystem,
<a href="../../../../com/djrapitops/plan/system/update/VersionCheckSystem.html" title="class in com.djrapitops.plan.system.update">VersionCheckSystem</a>&nbsp;versionCheckSystem,
<a href="../../../../com/djrapitops/plan/system/locale/LocaleSystem.html" title="class in com.djrapitops.plan.system.locale">LocaleSystem</a>&nbsp;localeSystem,
<a href="../../../../com/djrapitops/plan/system/database/DBSystem.html" title="class in com.djrapitops.plan.system.database">DBSystem</a>&nbsp;databaseSystem,
<a href="../../../../com/djrapitops/plan/system/cache/CacheSystem.html" title="class in com.djrapitops.plan.system.cache">CacheSystem</a>&nbsp;cacheSystem,
<a href="../../../../com/djrapitops/plan/system/listeners/ListenerSystem.html" title="class in com.djrapitops.plan.system.listeners">ListenerSystem</a>&nbsp;listenerSystem,
<a href="../../../../com/djrapitops/plan/system/tasks/TaskSystem.html" title="class in com.djrapitops.plan.system.tasks">TaskSystem</a>&nbsp;taskSystem,
<a href="../../../../com/djrapitops/plan/system/info/InfoSystem.html" title="class in com.djrapitops.plan.system.info">InfoSystem</a>&nbsp;infoSystem,
<a href="../../../../com/djrapitops/plan/system/info/server/ServerInfo.html" title="class in com.djrapitops.plan.system.info.server">ServerInfo</a>&nbsp;serverInfo,
<a href="../../../../com/djrapitops/plan/system/webserver/WebServerSystem.html" title="class in com.djrapitops.plan.system.webserver">WebServerSystem</a>&nbsp;webServerSystem,
<a href="../../../../com/djrapitops/plan/system/processing/Processing.html" title="class in com.djrapitops.plan.system.processing">Processing</a>&nbsp;processing,
<a href="../../../../com/djrapitops/plan/system/importing/ImportSystem.html" title="class in com.djrapitops.plan.system.importing">ImportSystem</a>&nbsp;importSystem,
<a href="../../../../com/djrapitops/plan/system/export/ExportSystem.html" title="class in com.djrapitops.plan.system.export">ExportSystem</a>&nbsp;exportSystem,
<a href="../../../../com/djrapitops/plan/system/HtmlUtilities.html" title="class in com.djrapitops.plan.system">HtmlUtilities</a>&nbsp;htmlUtilities,
<a href="../../../../com/djrapitops/plan/data/plugin/HookHandler.html" title="class in com.djrapitops.plan.data.plugin">HookHandler</a>&nbsp;hookHandler,
<a href="../../../../com/djrapitops/plan/extension/ExtensionServiceImplementation.html" title="class in com.djrapitops.plan.extension">ExtensionServiceImplementation</a>&nbsp;extensionService,
<a href="../../../../com/djrapitops/plan/query/QueryServiceImplementation.html" title="class in com.djrapitops.plan.query">QueryServiceImplementation</a>&nbsp;queryService,
<a href="../../../../com/djrapitops/plan/api/PlanAPI.html" title="interface in com.djrapitops.plan.api">PlanAPI</a>&nbsp;planAPI,
com.djrapitops.plugin.logging.error.ErrorHandler&nbsp;errorHandler)</code>&nbsp;</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">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#disable--">disable</a></span>()</code>
<div class="block">Performs disable actions for the subsystem</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#enable--">enable</a></span>()</code>
<div class="block">Performs enable actions for the subsystem.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/cache/CacheSystem.html" title="class in com.djrapitops.plan.system.cache">CacheSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getCacheSystem--">getCacheSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/settings/ConfigSystem.html" title="class in com.djrapitops.plan.system.settings">ConfigSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getConfigSystem--">getConfigSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/database/DBSystem.html" title="class in com.djrapitops.plan.system.database">DBSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getDatabaseSystem--">getDatabaseSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/export/ExportSystem.html" title="class in com.djrapitops.plan.system.export">ExportSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getExportSystem--">getExportSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/extension/ExtensionService.html" title="interface in com.djrapitops.plan.extension">ExtensionService</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getExtensionService--">getExtensionService</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/data/plugin/HookHandler.html" title="class in com.djrapitops.plan.data.plugin">HookHandler</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getHookHandler--">getHookHandler</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/HtmlUtilities.html" title="class in com.djrapitops.plan.system">HtmlUtilities</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getHtmlUtilities--">getHtmlUtilities</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/importing/ImportSystem.html" title="class in com.djrapitops.plan.system.importing">ImportSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getImportSystem--">getImportSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/info/InfoSystem.html" title="class in com.djrapitops.plan.system.info">InfoSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getInfoSystem--">getInfoSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/listeners/ListenerSystem.html" title="class in com.djrapitops.plan.system.listeners">ListenerSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getListenerSystem--">getListenerSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/locale/LocaleSystem.html" title="class in com.djrapitops.plan.system.locale">LocaleSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getLocaleSystem--">getLocaleSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/api/PlanAPI.html" title="interface in com.djrapitops.plan.api">PlanAPI</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getPlanAPI--">getPlanAPI</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/file/PlanFiles.html" title="class in com.djrapitops.plan.system.file">PlanFiles</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getPlanFiles--">getPlanFiles</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/processing/Processing.html" title="class in com.djrapitops.plan.system.processing">Processing</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getProcessing--">getProcessing</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/info/server/ServerInfo.html" title="class in com.djrapitops.plan.system.info.server">ServerInfo</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getServerInfo--">getServerInfo</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/tasks/TaskSystem.html" title="class in com.djrapitops.plan.system.tasks">TaskSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getTaskSystem--">getTaskSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/webserver/WebServerSystem.html" title="class in com.djrapitops.plan.system.webserver">WebServerSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getWebServerSystem--">getWebServerSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="../../../../com/djrapitops/plan/system/update/VersionCheckSystem.html" title="class in com.djrapitops.plan.system.update">VersionCheckSystem</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#getVersionCheckSystem--">getVersionCheckSystem</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/djrapitops/plan/system/PlanSystem.html#isEnabled--">isEnabled</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;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="PlanSystem-com.djrapitops.plan.system.file.PlanFiles-com.djrapitops.plan.system.settings.ConfigSystem-com.djrapitops.plan.system.update.VersionCheckSystem-com.djrapitops.plan.system.locale.LocaleSystem-com.djrapitops.plan.system.database.DBSystem-com.djrapitops.plan.system.cache.CacheSystem-com.djrapitops.plan.system.listeners.ListenerSystem-com.djrapitops.plan.system.tasks.TaskSystem-com.djrapitops.plan.system.info.InfoSystem-com.djrapitops.plan.system.info.server.ServerInfo-com.djrapitops.plan.system.webserver.WebServerSystem-com.djrapitops.plan.system.processing.Processing-com.djrapitops.plan.system.importing.ImportSystem-com.djrapitops.plan.system.export.ExportSystem-com.djrapitops.plan.system.HtmlUtilities-com.djrapitops.plan.data.plugin.HookHandler-com.djrapitops.plan.extension.ExtensionServiceImplementation-com.djrapitops.plan.query.QueryServiceImplementation-com.djrapitops.plan.api.PlanAPI-com.djrapitops.plugin.logging.error.ErrorHandler-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PlanSystem</h4>
<pre>@Inject
public&nbsp;PlanSystem(<a href="../../../../com/djrapitops/plan/system/file/PlanFiles.html" title="class in com.djrapitops.plan.system.file">PlanFiles</a>&nbsp;files,
<a href="../../../../com/djrapitops/plan/system/settings/ConfigSystem.html" title="class in com.djrapitops.plan.system.settings">ConfigSystem</a>&nbsp;configSystem,
<a href="../../../../com/djrapitops/plan/system/update/VersionCheckSystem.html" title="class in com.djrapitops.plan.system.update">VersionCheckSystem</a>&nbsp;versionCheckSystem,
<a href="../../../../com/djrapitops/plan/system/locale/LocaleSystem.html" title="class in com.djrapitops.plan.system.locale">LocaleSystem</a>&nbsp;localeSystem,
<a href="../../../../com/djrapitops/plan/system/database/DBSystem.html" title="class in com.djrapitops.plan.system.database">DBSystem</a>&nbsp;databaseSystem,
<a href="../../../../com/djrapitops/plan/system/cache/CacheSystem.html" title="class in com.djrapitops.plan.system.cache">CacheSystem</a>&nbsp;cacheSystem,
<a href="../../../../com/djrapitops/plan/system/listeners/ListenerSystem.html" title="class in com.djrapitops.plan.system.listeners">ListenerSystem</a>&nbsp;listenerSystem,
<a href="../../../../com/djrapitops/plan/system/tasks/TaskSystem.html" title="class in com.djrapitops.plan.system.tasks">TaskSystem</a>&nbsp;taskSystem,
<a href="../../../../com/djrapitops/plan/system/info/InfoSystem.html" title="class in com.djrapitops.plan.system.info">InfoSystem</a>&nbsp;infoSystem,
<a href="../../../../com/djrapitops/plan/system/info/server/ServerInfo.html" title="class in com.djrapitops.plan.system.info.server">ServerInfo</a>&nbsp;serverInfo,
<a href="../../../../com/djrapitops/plan/system/webserver/WebServerSystem.html" title="class in com.djrapitops.plan.system.webserver">WebServerSystem</a>&nbsp;webServerSystem,
<a href="../../../../com/djrapitops/plan/system/processing/Processing.html" title="class in com.djrapitops.plan.system.processing">Processing</a>&nbsp;processing,
<a href="../../../../com/djrapitops/plan/system/importing/ImportSystem.html" title="class in com.djrapitops.plan.system.importing">ImportSystem</a>&nbsp;importSystem,
<a href="../../../../com/djrapitops/plan/system/export/ExportSystem.html" title="class in com.djrapitops.plan.system.export">ExportSystem</a>&nbsp;exportSystem,
<a href="../../../../com/djrapitops/plan/system/HtmlUtilities.html" title="class in com.djrapitops.plan.system">HtmlUtilities</a>&nbsp;htmlUtilities,
<a href="../../../../com/djrapitops/plan/data/plugin/HookHandler.html" title="class in com.djrapitops.plan.data.plugin">HookHandler</a>&nbsp;hookHandler,
<a href="../../../../com/djrapitops/plan/extension/ExtensionServiceImplementation.html" title="class in com.djrapitops.plan.extension">ExtensionServiceImplementation</a>&nbsp;extensionService,
<a href="../../../../com/djrapitops/plan/query/QueryServiceImplementation.html" title="class in com.djrapitops.plan.query">QueryServiceImplementation</a>&nbsp;queryService,
<a href="../../../../com/djrapitops/plan/api/PlanAPI.html" title="interface in com.djrapitops.plan.api">PlanAPI</a>&nbsp;planAPI,
com.djrapitops.plugin.logging.error.ErrorHandler&nbsp;errorHandler)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="enable--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>enable</h4>
<pre>public&nbsp;void&nbsp;enable()
throws <a href="../../../../com/djrapitops/plan/api/exceptions/EnableException.html" title="class in com.djrapitops.plan.api.exceptions">EnableException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../com/djrapitops/plan/system/SubSystem.html#enable--">SubSystem</a></code></span></div>
<div class="block">Performs enable actions for the subsystem.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../com/djrapitops/plan/system/SubSystem.html#enable--">enable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/djrapitops/plan/system/SubSystem.html" title="interface in com.djrapitops.plan.system">SubSystem</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../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>
</dl>
</li>
</ul>
<a name="disable--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>disable</h4>
<pre>public&nbsp;void&nbsp;disable()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../com/djrapitops/plan/system/SubSystem.html#disable--">SubSystem</a></code></span></div>
<div class="block">Performs disable actions for the subsystem</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../com/djrapitops/plan/system/SubSystem.html#disable--">disable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../com/djrapitops/plan/system/SubSystem.html" title="interface in com.djrapitops.plan.system">SubSystem</a></code></dd>
</dl>
</li>
</ul>
<a name="getVersionCheckSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersionCheckSystem</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/update/VersionCheckSystem.html" title="class in com.djrapitops.plan.system.update">VersionCheckSystem</a>&nbsp;getVersionCheckSystem()</pre>
</li>
</ul>
<a name="getConfigSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConfigSystem</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/settings/ConfigSystem.html" title="class in com.djrapitops.plan.system.settings">ConfigSystem</a>&nbsp;getConfigSystem()</pre>
</li>
</ul>
<a name="getPlanFiles--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPlanFiles</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/file/PlanFiles.html" title="class in com.djrapitops.plan.system.file">PlanFiles</a>&nbsp;getPlanFiles()</pre>
</li>
</ul>
<a name="getDatabaseSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDatabaseSystem</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/database/DBSystem.html" title="class in com.djrapitops.plan.system.database">DBSystem</a>&nbsp;getDatabaseSystem()</pre>
</li>
</ul>
<a name="getListenerSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getListenerSystem</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/listeners/ListenerSystem.html" title="class in com.djrapitops.plan.system.listeners">ListenerSystem</a>&nbsp;getListenerSystem()</pre>
</li>
</ul>
<a name="getTaskSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTaskSystem</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/tasks/TaskSystem.html" title="class in com.djrapitops.plan.system.tasks">TaskSystem</a>&nbsp;getTaskSystem()</pre>
</li>
</ul>
<a name="getWebServerSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWebServerSystem</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/webserver/WebServerSystem.html" title="class in com.djrapitops.plan.system.webserver">WebServerSystem</a>&nbsp;getWebServerSystem()</pre>
</li>
</ul>
<a name="getImportSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImportSystem</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/importing/ImportSystem.html" title="class in com.djrapitops.plan.system.importing">ImportSystem</a>&nbsp;getImportSystem()</pre>
</li>
</ul>
<a name="getExportSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getExportSystem</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/export/ExportSystem.html" title="class in com.djrapitops.plan.system.export">ExportSystem</a>&nbsp;getExportSystem()</pre>
</li>
</ul>
<a name="getServerInfo--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServerInfo</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/info/server/ServerInfo.html" title="class in com.djrapitops.plan.system.info.server">ServerInfo</a>&nbsp;getServerInfo()</pre>
</li>
</ul>
<a name="getCacheSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCacheSystem</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/cache/CacheSystem.html" title="class in com.djrapitops.plan.system.cache">CacheSystem</a>&nbsp;getCacheSystem()</pre>
</li>
</ul>
<a name="getInfoSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInfoSystem</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/info/InfoSystem.html" title="class in com.djrapitops.plan.system.info">InfoSystem</a>&nbsp;getInfoSystem()</pre>
</li>
</ul>
<a name="getHookHandler--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHookHandler</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/data/plugin/HookHandler.html" title="class in com.djrapitops.plan.data.plugin">HookHandler</a>&nbsp;getHookHandler()</pre>
</li>
</ul>
<a name="getPlanAPI--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPlanAPI</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/api/PlanAPI.html" title="interface in com.djrapitops.plan.api">PlanAPI</a>&nbsp;getPlanAPI()</pre>
</li>
</ul>
<a name="getProcessing--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProcessing</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/processing/Processing.html" title="class in com.djrapitops.plan.system.processing">Processing</a>&nbsp;getProcessing()</pre>
</li>
</ul>
<a name="getLocaleSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLocaleSystem</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/locale/LocaleSystem.html" title="class in com.djrapitops.plan.system.locale">LocaleSystem</a>&nbsp;getLocaleSystem()</pre>
</li>
</ul>
<a name="getHtmlUtilities--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHtmlUtilities</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/system/HtmlUtilities.html" title="class in com.djrapitops.plan.system">HtmlUtilities</a>&nbsp;getHtmlUtilities()</pre>
</li>
</ul>
<a name="isEnabled--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isEnabled</h4>
<pre>public&nbsp;boolean&nbsp;isEnabled()</pre>
</li>
</ul>
<a name="getExtensionService--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getExtensionService</h4>
<pre>public&nbsp;<a href="../../../../com/djrapitops/plan/extension/ExtensionService.html" title="interface in com.djrapitops.plan.extension">ExtensionService</a>&nbsp;getExtensionService()</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/djrapitops/plan/system/HtmlUtilities.html" title="class in com.djrapitops.plan.system"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../com/djrapitops/plan/system/SubSystem.html" title="interface in com.djrapitops.plan.system"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/djrapitops/plan/system/PlanSystem.html" target="_top">Frames</a></li>
<li><a href="PlanSystem.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>