Plan/all/com/djrapitops/plan/storage/file/StringResource.html

377 lines
14 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML>
2019-08-05 11:13:19 +02:00
<!-- NewPage -->
<html lang="en">
2019-08-05 11:13:19 +02:00
<head>
2020-03-21 15:43:05 +01:00
<!-- Generated by javadoc -->
<title>StringResource (Plan 5.4-SNAPSHOT API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2019-08-05 11:13:19 +02:00
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
2019-08-05 11:13:19 +02:00
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
2019-08-05 11:13:19 +02:00
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="StringResource (Plan 5.4-SNAPSHOT API)";
2019-08-05 11:13:19 +02:00
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
2019-08-05 11:13:19 +02:00
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";
var pathtoroot = "../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
2019-08-05 11:13:19 +02:00
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
2019-08-05 11:13:19 +02:00
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
2019-08-05 11:13:19 +02:00
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
2019-08-05 11:13:19 +02:00
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
2019-08-05 11:13:19 +02:00
<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" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
2019-08-05 11:13:19 +02:00
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
2019-08-05 11:13:19 +02:00
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
2019-10-05 10:27:37 +02:00
<li>Constr&nbsp;|&nbsp;</li>
2019-08-05 11:13:19 +02:00
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
2019-10-05 10:27:37 +02:00
<li>Constr&nbsp;|&nbsp;</li>
2019-08-05 11:13:19 +02:00
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
2019-08-05 11:13:19 +02:00
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
2019-08-05 11:13:19 +02:00
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
2019-08-05 11:13:19 +02:00
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">com.djrapitops.plan.storage.file</a></div>
2019-10-05 10:27:37 +02:00
<h2 title="Class StringResource" class="title">Class StringResource</h2>
2019-08-05 11:13:19 +02:00
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
2019-10-05 10:27:37 +02:00
<li>com.djrapitops.plan.storage.file.StringResource</li>
2019-08-05 11:13:19 +02:00
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="Resource.html" title="interface in com.djrapitops.plan.storage.file">Resource</a></code></dd>
2019-08-05 11:13:19 +02:00
</dl>
<hr>
2019-10-05 10:27:37 +02:00
<pre>public class <span class="typeNameLabel">StringResource</span>
2019-08-05 11:13:19 +02:00
extends java.lang.Object
implements <a href="Resource.html" title="interface in com.djrapitops.plan.storage.file">Resource</a></pre>
<div class="block"><a href="Resource.html" title="interface in com.djrapitops.plan.storage.file"><code>Resource</code></a> implementation for a <code>String</code>.</div>
2019-08-05 11:13:19 +02:00
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
2019-08-05 11:13:19 +02:00
<ul class="blockList">
<li class="blockList"><a id="method.summary">
2019-08-05 11:13:19 +02:00
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
2019-08-05 11:13:19 +02:00
<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="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
2019-08-05 11:13:19 +02:00
</tr>
<tr id="i0" class="altColor">
2020-03-21 15:43:05 +01:00
<td class="colFirst"><code>byte[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#asBytes()">asBytes</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
2020-03-21 15:43:05 +01:00
</tr>
<tr id="i1" class="rowColor">
2019-08-05 11:13:19 +02:00
<td class="colFirst"><code>java.io.InputStream</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#asInputStream()">asInputStream</a></span>()</code></th>
<td class="colLast">
2019-08-05 11:13:19 +02:00
<div class="block">Get the resource as an InputStream.</div>
</td>
</tr>
2020-03-21 15:43:05 +01:00
<tr id="i2" class="altColor">
2019-08-05 11:13:19 +02:00
<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#asLines()">asLines</a></span>()</code></th>
<td class="colLast">
2019-08-05 11:13:19 +02:00
<div class="block">Get the resource as lines.</div>
</td>
</tr>
2020-03-21 15:43:05 +01:00
<tr id="i3" class="rowColor">
2019-08-05 11:13:19 +02:00
<td class="colFirst"><code>java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#asString()">asString</a></span>()</code></th>
<td class="colLast">
2019-08-05 11:13:19 +02:00
<div class="block">Get the resource as a String with each line separated by CRLF newline characters <code>\r\n</code>.</div>
</td>
</tr>
2020-03-21 15:43:05 +01:00
<tr id="i4" class="altColor">
2019-08-05 11:13:19 +02:00
<td class="colFirst"><code>java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getResourceName()">getResourceName</a></span>()</code></th>
<td class="colLast">
2019-08-05 11:13:19 +02:00
<div class="block">Get the name of this Resource.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
2019-08-05 11:13:19 +02:00
<!-- -->
</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>
2020-01-24 11:56:15 +01:00
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.com.djrapitops.plan.storage.file.Resource">
2020-01-24 11:56:15 +01:00
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;com.djrapitops.plan.storage.file.<a href="Resource.html" title="interface in com.djrapitops.plan.storage.file">Resource</a></h3>
<code><a href="Resource.html#asWebResource()">asWebResource</a></code></li>
2020-01-24 11:56:15 +01:00
</ul>
2019-08-05 11:13:19 +02:00
</li>
</ul>
</section>
2019-08-05 11:13:19 +02:00
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
2019-10-05 10:27:37 +02:00
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
2019-08-05 11:13:19 +02:00
<ul class="blockList">
<li class="blockList"><a id="method.detail">
2019-08-05 11:13:19 +02:00
<!-- -->
</a>
2019-10-05 10:27:37 +02:00
<h3>Method Detail</h3>
<a id="getResourceName()">
2019-08-05 11:13:19 +02:00
<!-- -->
</a>
2019-10-05 10:27:37 +02:00
<ul class="blockList">
2019-08-05 11:13:19 +02:00
<li class="blockList">
2019-10-05 10:27:37 +02:00
<h4>getResourceName</h4>
<pre class="methodSignature">public&nbsp;java.lang.String&nbsp;getResourceName()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="Resource.html#getResourceName()">Resource</a></code></span></div>
2019-10-05 10:27:37 +02:00
<div class="block">Get the name of this Resource.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#getResourceName()">getResourceName</a></code>&nbsp;in interface&nbsp;<code><a href="Resource.html" title="interface in com.djrapitops.plan.storage.file">Resource</a></code></dd>
2019-10-05 10:27:37 +02:00
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Relative file path given to <a href="PlanFiles.html" title="class in com.djrapitops.plan.storage.file"><code>PlanFiles</code></a>.</dd>
2019-10-05 10:27:37 +02:00
</dl>
2019-08-05 11:13:19 +02:00
</li>
</ul>
<a id="asInputStream()">
2019-08-05 11:13:19 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>asInputStream</h4>
<pre class="methodSignature">public&nbsp;java.io.InputStream&nbsp;asInputStream()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="Resource.html#asInputStream()">Resource</a></code></span></div>
2019-08-05 11:13:19 +02:00
<div class="block">Get the resource as an InputStream.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#asInputStream()">asInputStream</a></code>&nbsp;in interface&nbsp;<code><a href="Resource.html" title="interface in com.djrapitops.plan.storage.file">Resource</a></code></dd>
2019-08-05 11:13:19 +02:00
<dt><span class="returnLabel">Returns:</span></dt>
<dd>InputStream of the resource, not closed automatically.</dd>
</dl>
</li>
</ul>
<a id="asLines()">
2019-08-05 11:13:19 +02:00
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>asLines</h4>
<pre class="methodSignature">public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;asLines()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="Resource.html#asLines()">Resource</a></code></span></div>
2019-08-05 11:13:19 +02:00
<div class="block">Get the resource as lines.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#asLines()">asLines</a></code>&nbsp;in interface&nbsp;<code><a href="Resource.html" title="interface in com.djrapitops.plan.storage.file">Resource</a></code></dd>
2019-08-05 11:13:19 +02:00
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Lines of the resource file.</dd>
</dl>
</li>
</ul>
<a id="asString()">
2019-08-05 11:13:19 +02:00
<!-- -->
</a>
2020-03-21 15:43:05 +01:00
<ul class="blockList">
2019-08-05 11:13:19 +02:00
<li class="blockList">
<h4>asString</h4>
<pre class="methodSignature">public&nbsp;java.lang.String&nbsp;asString()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="Resource.html#asString()">Resource</a></code></span></div>
2019-08-05 11:13:19 +02:00
<div class="block">Get the resource as a String with each line separated by CRLF newline characters <code>\r\n</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#asString()">asString</a></code>&nbsp;in interface&nbsp;<code><a href="Resource.html" title="interface in com.djrapitops.plan.storage.file">Resource</a></code></dd>
2019-08-05 11:13:19 +02:00
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Flat string with each line separated by <code>\r\n</code>.</dd>
</dl>
</li>
</ul>
<a id="asBytes()">
2020-03-21 15:43:05 +01:00
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>asBytes</h4>
<pre class="methodSignature">public&nbsp;byte[]&nbsp;asBytes()</pre>
2020-03-21 15:43:05 +01:00
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#asBytes()">asBytes</a></code>&nbsp;in interface&nbsp;<code><a href="Resource.html" title="interface in com.djrapitops.plan.storage.file">Resource</a></code></dd>
2020-03-21 15:43:05 +01:00
</dl>
</li>
</ul>
2019-08-05 11:13:19 +02:00
</li>
</ul>
</section>
2019-08-05 11:13:19 +02:00
</li>
</ul>
</div>
</div>
</main>
2019-08-05 11:13:19 +02:00
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
2019-08-05 11:13:19 +02:00
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
2019-08-05 11:13:19 +02:00
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
2019-08-05 11:13:19 +02:00
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
2019-08-05 11:13:19 +02:00
<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" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
2019-08-05 11:13:19 +02:00
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
2019-08-05 11:13:19 +02:00
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
2019-10-05 10:27:37 +02:00
<li>Constr&nbsp;|&nbsp;</li>
2019-08-05 11:13:19 +02:00
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
2019-10-05 10:27:37 +02:00
<li>Constr&nbsp;|&nbsp;</li>
2019-08-05 11:13:19 +02:00
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
2019-08-05 11:13:19 +02:00
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
2019-08-05 11:13:19 +02:00
</body>
</html>