Moved folder

This commit is contained in:
Sauilitired
2014-11-16 11:14:40 +01:00
parent ebd058d4ac
commit d09d1bf728
285 changed files with 117415 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,325 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:54 CET 2014 -->
<title>Configuration.SettingValue</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "Configuration.SettingValue";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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-files/index-1.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/intellectualcrafters/plot/config/Configuration.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
target="_top">Frames</a></li>
<li><a href="Configuration.SettingValue.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All 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.intellectualcrafters.plot.config</div>
<h2 title="Class Configuration.SettingValue" class="title">Class Configuration.SettingValue</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.config.Configuration.SettingValue</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../com/intellectualcrafters/plot/config/Configuration.html"
title="class in com.intellectualcrafters.plot.config">Configuration</a></dd>
</dl>
<hr>
<br>
<pre>public abstract static class <span class="strong">Configuration.SettingValue</span>
extends java.lang.Object</pre>
<div class="block">Create your own SettingValue object to make the management of plotworld
configuration easier
</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="overviewSummary" 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><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html#Configuration.SettingValue(java.lang.String)">Configuration.SettingValue</a></strong>(java.lang.String&nbsp;type)</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="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html#getType()">getType</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html#parseObject(java.lang.Object)">parseObject</a></strong>(java.lang.Object&nbsp;object)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract java.lang.Object</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html#parseString(java.lang.String)">parseString</a></strong>(java.lang.String&nbsp;string)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html#validateValue(java.lang.String)">validateValue</a></strong>(java.lang.String&nbsp;string)</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="Configuration.SettingValue(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Configuration.SettingValue</h4>
<pre>public&nbsp;Configuration.SettingValue(java.lang.String&nbsp;type)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getType</h4>
<pre>public&nbsp;java.lang.String&nbsp;getType()</pre>
</li>
</ul>
<a name="parseObject(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseObject</h4>
<pre>public&nbsp;java.lang.Object&nbsp;parseObject(java.lang.Object&nbsp;object)</pre>
</li>
</ul>
<a name="parseString(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseString</h4>
<pre>public abstract&nbsp;java.lang.Object&nbsp;parseString(java.lang.String&nbsp;string)</pre>
</li>
</ul>
<a name="validateValue(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>validateValue</h4>
<pre>public abstract&nbsp;boolean&nbsp;validateValue(java.lang.String&nbsp;string)</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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-files/index-1.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/intellectualcrafters/plot/config/Configuration.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
target="_top">Frames</a></li>
<li><a href="Configuration.SettingValue.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All 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>

View File

@ -0,0 +1,489 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:54 CET 2014 -->
<title>Configuration</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "Configuration";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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-files/index-1.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/intellectualcrafters/plot/config/C.html"
title="enum in com.intellectualcrafters.plot.config"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/Configuration.html" target="_top">Frames</a>
</li>
<li><a href="Configuration.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All 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><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&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><a href="#field_detail">Field</a>&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.intellectualcrafters.plot.config</div>
<h2 title="Class Configuration" class="title">Class Configuration</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.config.Configuration</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Configuration</span>
extends java.lang.Object</pre>
<div class="block">Main Configuration Utility</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a></strong></code>
<div class="block">Create your own SettingValue object to make the management of
plotworld
configuration easier
</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.html#BIOME">BIOME</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.html#BLOCK">BLOCK</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.html#BLOCKLIST">BLOCKLIST</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.html#BOOLEAN">BOOLEAN</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.html#DOUBLE">DOUBLE</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.html#INTEGER">INTEGER</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.html#STRING">STRING</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.html#STRINGLIST">STRINGLIST</a></strong></code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" 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><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.html#Configuration()">Configuration</a></strong>()</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="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.html#gcd(int,%20int)">gcd</a></strong>(int&nbsp;a,
int&nbsp;b)</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">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="STRING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRING</h4>
<pre>public static final&nbsp;<a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a> STRING</pre>
</li>
</ul>
<a name="STRINGLIST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STRINGLIST</h4>
<pre>public static final&nbsp;<a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a> STRINGLIST</pre>
</li>
</ul>
<a name="INTEGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INTEGER</h4>
<pre>public static final&nbsp;<a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a> INTEGER</pre>
</li>
</ul>
<a name="BOOLEAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BOOLEAN</h4>
<pre>public static final&nbsp;<a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a> BOOLEAN</pre>
</li>
</ul>
<a name="DOUBLE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DOUBLE</h4>
<pre>public static final&nbsp;<a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a> DOUBLE</pre>
</li>
</ul>
<a name="BIOME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BIOME</h4>
<pre>public static final&nbsp;<a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a> BIOME</pre>
</li>
</ul>
<a name="BLOCK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BLOCK</h4>
<pre>public static final&nbsp;<a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a> BLOCK</pre>
</li>
</ul>
<a name="BLOCKLIST">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>BLOCKLIST</h4>
<pre>public static final&nbsp;<a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a> BLOCKLIST</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Configuration()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Configuration</h4>
<pre>public&nbsp;Configuration()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="gcd(int, int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>gcd</h4>
<pre>public static&nbsp;int&nbsp;gcd(int&nbsp;a,
int&nbsp;b)</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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-files/index-1.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/intellectualcrafters/plot/config/C.html"
title="enum in com.intellectualcrafters.plot.config"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/Configuration.html" target="_top">Frames</a>
</li>
<li><a href="Configuration.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All 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><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&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><a href="#field_detail">Field</a>&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>

View File

@ -0,0 +1,376 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:54 CET 2014 -->
<title>ConfigurationNode</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "ConfigurationNode";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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-files/index-1.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/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/config/Settings.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/ConfigurationNode.html" target="_top">Frames</a>
</li>
<li><a href="ConfigurationNode.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All 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.intellectualcrafters.plot.config</div>
<h2 title="Class ConfigurationNode" class="title">Class ConfigurationNode</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.config.ConfigurationNode</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">ConfigurationNode</span>
extends java.lang.Object</pre>
</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="overviewSummary" 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><strong><a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html#ConfigurationNode(java.lang.String,%20java.lang.Object,%20java.lang.String,%20com.intellectualcrafters.plot.config.Configuration.SettingValue,%20boolean)">ConfigurationNode</a></strong>(java.lang.String&nbsp;constant,
java.lang.Object&nbsp;default_value,
java.lang.String&nbsp;description,
<a href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a>&nbsp;type,
boolean&nbsp;required)</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="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html#getConstant()">getConstant</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html#getDefaultValue()">getDefaultValue</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html#getDescription()">getDescription</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html#getType()">getType</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html#getValue()">getValue</a></strong>()</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html#isValid(java.lang.String)">isValid</a></strong>(java.lang.String&nbsp;string)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html#setValue(java.lang.String)">setValue</a></strong>(java.lang.String&nbsp;string)</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="ConfigurationNode(java.lang.String, java.lang.Object, java.lang.String, com.intellectualcrafters.plot.config.Configuration.SettingValue, boolean)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ConfigurationNode</h4>
<pre>public&nbsp;ConfigurationNode(java.lang.String&nbsp;constant,
java.lang.Object&nbsp;default_value,
java.lang.String&nbsp;description,
<a href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a>&nbsp;type,
boolean&nbsp;required)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getType</h4>
<pre>public&nbsp;<a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a>&nbsp;getType()</pre>
</li>
</ul>
<a name="isValid(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isValid</h4>
<pre>public&nbsp;boolean&nbsp;isValid(java.lang.String&nbsp;string)</pre>
</li>
</ul>
<a name="setValue(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setValue</h4>
<pre>public&nbsp;boolean&nbsp;setValue(java.lang.String&nbsp;string)</pre>
</li>
</ul>
<a name="getValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getValue</h4>
<pre>public&nbsp;java.lang.Object&nbsp;getValue()</pre>
</li>
</ul>
<a name="getConstant()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConstant</h4>
<pre>public&nbsp;java.lang.String&nbsp;getConstant()</pre>
</li>
</ul>
<a name="getDefaultValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefaultValue</h4>
<pre>public&nbsp;java.lang.Object&nbsp;getDefaultValue()</pre>
</li>
</ul>
<a name="getDescription()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getDescription</h4>
<pre>public&nbsp;java.lang.String&nbsp;getDescription()</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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-files/index-1.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/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/config/Settings.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/ConfigurationNode.html" target="_top">Frames</a>
</li>
<li><a href="ConfigurationNode.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All 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>

View File

@ -0,0 +1,450 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:54 CET 2014 -->
<title>Settings.DB</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "Settings.DB";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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-files/index-1.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/intellectualcrafters/plot/config/Settings.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/Settings.DB.html"
target="_top">Frames</a></li>
<li><a href="Settings.DB.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All 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><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</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.intellectualcrafters.plot.config</div>
<h2 title="Class Settings.DB" class="title">Class Settings.DB</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.config.Settings.DB</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../com/intellectualcrafters/plot/config/Settings.html"
title="class in com.intellectualcrafters.plot.config">Settings</a></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="strong">Settings.DB</span>
extends java.lang.Object</pre>
<div class="block">Database settings</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html#DATABASE">DATABASE</a></strong></code>
<div class="block">MySQL DB</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html#HOST_NAME">HOST_NAME</a></strong></code>
<div class="block">MySQL Host name</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html#PASSWORD">PASSWORD</a></strong></code>
<div class="block">MySQL Password</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html#PORT">PORT</a></strong></code>
<div class="block">MySQL Port</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html#PREFIX">PREFIX</a></strong></code>
<div class="block">MySQL Prefix</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html#SQLITE_DB">SQLITE_DB</a></strong></code>
<div class="block">SQLite Database name</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html#USE_MONGO">USE_MONGO</a></strong></code>
<div class="block">MongoDB enabled?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html#USE_MYSQL">USE_MYSQL</a></strong></code>
<div class="block">MySQL Enabled?</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html#USE_SQLITE">USE_SQLITE</a></strong></code>
<div class="block">SQLite enabled?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html#USER">USER</a></strong></code>
<div class="block">MySQL User</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" 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><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html#Settings.DB()">Settings.DB</a></strong>()</code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<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">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="USE_MONGO">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USE_MONGO</h4>
<pre>public static&nbsp;boolean USE_MONGO</pre>
<div class="block">MongoDB enabled?</div>
</li>
</ul>
<a name="USE_SQLITE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USE_SQLITE</h4>
<pre>public static&nbsp;boolean USE_SQLITE</pre>
<div class="block">SQLite enabled?</div>
</li>
</ul>
<a name="USE_MYSQL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USE_MYSQL</h4>
<pre>public static&nbsp;boolean USE_MYSQL</pre>
<div class="block">MySQL Enabled?</div>
</li>
</ul>
<a name="SQLITE_DB">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SQLITE_DB</h4>
<pre>public static&nbsp;java.lang.String SQLITE_DB</pre>
<div class="block">SQLite Database name</div>
</li>
</ul>
<a name="HOST_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HOST_NAME</h4>
<pre>public static&nbsp;java.lang.String HOST_NAME</pre>
<div class="block">MySQL Host name</div>
</li>
</ul>
<a name="PORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PORT</h4>
<pre>public static&nbsp;java.lang.String PORT</pre>
<div class="block">MySQL Port</div>
</li>
</ul>
<a name="DATABASE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DATABASE</h4>
<pre>public static&nbsp;java.lang.String DATABASE</pre>
<div class="block">MySQL DB</div>
</li>
</ul>
<a name="USER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USER</h4>
<pre>public static&nbsp;java.lang.String USER</pre>
<div class="block">MySQL User</div>
</li>
</ul>
<a name="PASSWORD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PASSWORD</h4>
<pre>public static&nbsp;java.lang.String PASSWORD</pre>
<div class="block">MySQL Password</div>
</li>
</ul>
<a name="PREFIX">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PREFIX</h4>
<pre>public static&nbsp;java.lang.String PREFIX</pre>
<div class="block">MySQL Prefix</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Settings.DB()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Settings.DB</h4>
<pre>public&nbsp;Settings.DB()</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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-files/index-1.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/intellectualcrafters/plot/config/Settings.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/Settings.DB.html"
target="_top">Frames</a></li>
<li><a href="Settings.DB.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All 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><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,608 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:54 CET 2014 -->
<title>Settings</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "Settings";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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-files/index-1.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/intellectualcrafters/plot/config/ConfigurationNode.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/Settings.html" target="_top">Frames</a>
</li>
<li><a href="Settings.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All 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><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</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.intellectualcrafters.plot.config</div>
<h2 title="Class Settings" class="title">Class Settings</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualcrafters.plot.config.Settings</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Settings</span>
extends java.lang.Object</pre>
<div class="block">Updater and DB settings</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html"
title="class in com.intellectualcrafters.plot.config">Settings.DB</a></strong></code>
<div class="block">Database settings</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0"
summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#API_URL">API_URL</a></strong></code>
<div class="block">API Location</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#AUTO_CLEAR">AUTO_CLEAR</a></strong></code>
<div class="block">Auto clear enabled</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#AUTO_CLEAR_DAYS">AUTO_CLEAR_DAYS</a></strong></code>
<div class="block">Days until a plot gets cleared</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#CUSTOM_API">CUSTOM_API</a></strong></code>
<div class="block">Use the custom API</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#DEBUG">DEBUG</a></strong></code>
<div class="block">Verbose?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#DELETE_PLOTS_ON_BAN">DELETE_PLOTS_ON_BAN</a></strong></code>
<div class="block">Delete plots on ban?</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#KILL_ROAD_MOBS">KILL_ROAD_MOBS</a></strong></code>
<div class="block">Kill road mobs?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#KILL_ROAD_MOBS_DEFAULT">KILL_ROAD_MOBS_DEFAULT</a></strong></code>
<div class="block">Default kill road mobs: true</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#MAX_PLOTS">MAX_PLOTS</a></strong></code>
<div class="block">Max allowed plots</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#METRICS">METRICS</a></strong></code>
<div class="block">metrics</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#MOB_CAP">MOB_CAP</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#MOB_CAP_ENABLED">MOB_CAP_ENABLED</a></strong></code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#MOB_PATHFINDING">MOB_PATHFINDING</a></strong></code>
<div class="block">mob pathfinding?</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#MOB_PATHFINDING_DEFAULT">MOB_PATHFINDING_DEFAULT</a></strong></code>
<div class="block">Default mob pathfinding: true</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#PLOT_SPECIFIC_RESOURCE_PACK">PLOT_SPECIFIC_RESOURCE_PACK</a></strong></code>
<div class="block">plot specific resource pack</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#SCHEMATIC_SAVE_PATH">SCHEMATIC_SAVE_PATH</a></strong></code>
<div class="block">Schematic Save Path</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#TITLES">TITLES</a></strong></code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#WORLDGUARD">WORLDGUARD</a></strong></code>
<div class="block">WorldGuard region on claimed plots</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" 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><strong><a
href="../../../../com/intellectualcrafters/plot/config/Settings.html#Settings()">Settings</a></strong>()</code>&nbsp;
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<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">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="MOB_CAP_ENABLED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MOB_CAP_ENABLED</h4>
<pre>public static&nbsp;boolean MOB_CAP_ENABLED</pre>
</li>
</ul>
<a name="MOB_CAP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MOB_CAP</h4>
<pre>public static&nbsp;int MOB_CAP</pre>
</li>
</ul>
<a name="TITLES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TITLES</h4>
<pre>public static&nbsp;boolean TITLES</pre>
</li>
</ul>
<a name="SCHEMATIC_SAVE_PATH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMATIC_SAVE_PATH</h4>
<pre>public static&nbsp;java.lang.String SCHEMATIC_SAVE_PATH</pre>
<div class="block">Schematic Save Path</div>
</li>
</ul>
<a name="MAX_PLOTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAX_PLOTS</h4>
<pre>public static&nbsp;int MAX_PLOTS</pre>
<div class="block">Max allowed plots</div>
</li>
</ul>
<a name="WORLDGUARD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>WORLDGUARD</h4>
<pre>public static&nbsp;boolean WORLDGUARD</pre>
<div class="block">WorldGuard region on claimed plots</div>
</li>
</ul>
<a name="METRICS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS</h4>
<pre>public static&nbsp;boolean METRICS</pre>
<div class="block">metrics</div>
</li>
</ul>
<a name="PLOT_SPECIFIC_RESOURCE_PACK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PLOT_SPECIFIC_RESOURCE_PACK</h4>
<pre>public static&nbsp;java.lang.String PLOT_SPECIFIC_RESOURCE_PACK</pre>
<div class="block">plot specific resource pack</div>
</li>
</ul>
<a name="KILL_ROAD_MOBS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>KILL_ROAD_MOBS</h4>
<pre>public static&nbsp;boolean KILL_ROAD_MOBS</pre>
<div class="block">Kill road mobs?</div>
</li>
</ul>
<a name="KILL_ROAD_MOBS_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>KILL_ROAD_MOBS_DEFAULT</h4>
<pre>public static&nbsp;boolean KILL_ROAD_MOBS_DEFAULT</pre>
<div class="block">Default kill road mobs: true</div>
</li>
</ul>
<a name="MOB_PATHFINDING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MOB_PATHFINDING</h4>
<pre>public static&nbsp;boolean MOB_PATHFINDING</pre>
<div class="block">mob pathfinding?</div>
</li>
</ul>
<a name="MOB_PATHFINDING_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MOB_PATHFINDING_DEFAULT</h4>
<pre>public static&nbsp;boolean MOB_PATHFINDING_DEFAULT</pre>
<div class="block">Default mob pathfinding: true</div>
</li>
</ul>
<a name="DELETE_PLOTS_ON_BAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DELETE_PLOTS_ON_BAN</h4>
<pre>public static&nbsp;boolean DELETE_PLOTS_ON_BAN</pre>
<div class="block">Delete plots on ban?</div>
</li>
</ul>
<a name="DEBUG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEBUG</h4>
<pre>public static&nbsp;boolean DEBUG</pre>
<div class="block">Verbose?</div>
</li>
</ul>
<a name="AUTO_CLEAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_CLEAR</h4>
<pre>public static&nbsp;boolean AUTO_CLEAR</pre>
<div class="block">Auto clear enabled</div>
</li>
</ul>
<a name="AUTO_CLEAR_DAYS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_CLEAR_DAYS</h4>
<pre>public static&nbsp;int AUTO_CLEAR_DAYS</pre>
<div class="block">Days until a plot gets cleared</div>
</li>
</ul>
<a name="API_URL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>API_URL</h4>
<pre>public static&nbsp;java.lang.String API_URL</pre>
<div class="block">API Location</div>
</li>
</ul>
<a name="CUSTOM_API">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>CUSTOM_API</h4>
<pre>public static&nbsp;boolean CUSTOM_API</pre>
<div class="block">Use the custom API</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Settings()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Settings</h4>
<pre>public&nbsp;Settings()</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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-files/index-1.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/intellectualcrafters/plot/config/ConfigurationNode.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/Settings.html" target="_top">Frames</a>
</li>
<li><a href="Settings.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All 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><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,34 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>com.intellectualcrafters.plot.config</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../../com/intellectualcrafters/plot/config/package-summary.html" target="classFrame">com.intellectualcrafters.plot.config</a>
</h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="Configuration.html" title="class in com.intellectualcrafters.plot.config" target="classFrame">Configuration</a>
</li>
<li><a href="Configuration.SettingValue.html" title="class in com.intellectualcrafters.plot.config"
target="classFrame">Configuration.SettingValue</a></li>
<li><a href="ConfigurationNode.html" title="class in com.intellectualcrafters.plot.config" target="classFrame">ConfigurationNode</a>
</li>
<li><a href="Settings.html" title="class in com.intellectualcrafters.plot.config"
target="classFrame">Settings</a></li>
<li><a href="Settings.DB.html" title="class in com.intellectualcrafters.plot.config" target="classFrame">Settings.DB</a>
</li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="C.html" title="enum in com.intellectualcrafters.plot.config" target="classFrame">C</a></li>
</ul>
</div>
</body>
</html>

View File

@ -0,0 +1,186 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>com.intellectualcrafters.plot.config</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "com.intellectualcrafters.plot.config";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.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/intellectualcrafters/plot/commands/package-summary.html">Prev Package</a></li>
<li><a href="../../../../com/intellectualcrafters/plot/database/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/package-summary.html" target="_top">Frames</a>
</li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All 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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;com.intellectualcrafters.plot.config</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0"
summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/config/Configuration.html"
title="class in com.intellectualcrafters.plot.config">Configuration</a></td>
<td class="colLast">
<div class="block">Main Configuration Utility</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config">Configuration.SettingValue</a></td>
<td class="colLast">
<div class="block">Create your own SettingValue object to make the management of plotworld
configuration easier
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html"
title="class in com.intellectualcrafters.plot.config">ConfigurationNode</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/config/Settings.html"
title="class in com.intellectualcrafters.plot.config">Settings</a></td>
<td class="colLast">
<div class="block">Updater and DB settings</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html"
title="class in com.intellectualcrafters.plot.config">Settings.DB</a></td>
<td class="colLast">
<div class="block">Database settings</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0"
summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../com/intellectualcrafters/plot/config/C.html"
title="enum in com.intellectualcrafters.plot.config">C</a></td>
<td class="colLast">
<div class="block">Captions class.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.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/intellectualcrafters/plot/commands/package-summary.html">Prev Package</a></li>
<li><a href="../../../../com/intellectualcrafters/plot/database/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/package-summary.html" target="_top">Frames</a>
</li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All 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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>

View File

@ -0,0 +1,163 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="sv">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sun Nov 16 11:09:55 CET 2014 -->
<title>com.intellectualcrafters.plot.config Class Hierarchy</title>
<meta name="date" content="2014-11-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title = "com.intellectualcrafters.plot.config Class Hierarchy";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.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/intellectualcrafters/plot/commands/package-tree.html">Prev</a></li>
<li><a href="../../../../com/intellectualcrafters/plot/database/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/package-tree.html"
target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All 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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package com.intellectualcrafters.plot.config</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">com.intellectualcrafters.plot.config.<a
href="../../../../com/intellectualcrafters/plot/config/Configuration.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Configuration</span></a>
</li>
<li type="circle">com.intellectualcrafters.plot.config.<a
href="../../../../com/intellectualcrafters/plot/config/Configuration.SettingValue.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Configuration.SettingValue</span></a>
</li>
<li type="circle">com.intellectualcrafters.plot.config.<a
href="../../../../com/intellectualcrafters/plot/config/ConfigurationNode.html"
title="class in com.intellectualcrafters.plot.config"><span
class="strong">ConfigurationNode</span></a></li>
<li type="circle">com.intellectualcrafters.plot.config.<a
href="../../../../com/intellectualcrafters/plot/config/Settings.html"
title="class in com.intellectualcrafters.plot.config"><span class="strong">Settings</span></a>
</li>
<li type="circle">com.intellectualcrafters.plot.config.<a
href="../../../../com/intellectualcrafters/plot/config/Settings.DB.html"
title="class in com.intellectualcrafters.plot.config"><span
class="strong">Settings.DB</span></a></li>
</ul>
</li>
</ul>
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;,
java.io.Serializable)
<ul>
<li type="circle">com.intellectualcrafters.plot.config.<a
href="../../../../com/intellectualcrafters/plot/config/C.html"
title="enum in com.intellectualcrafters.plot.config"><span class="strong">C</span></a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.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/intellectualcrafters/plot/commands/package-tree.html">Prev</a></li>
<li><a href="../../../../com/intellectualcrafters/plot/database/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/intellectualcrafters/plot/config/package-tree.html"
target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All 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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>