PlotSquared/doc/com/intellectualsites/translation/TranslationManager.html

682 lines
37 KiB
HTML
Raw Normal View History

2014-11-16 11:14:40 +01:00
<!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:53 CET 2014 -->
<title>TranslationManager</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 = "TranslationManager";
}
//-->
</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/intellectualsites/translation/TranslationLanguage.html"
title="class in com.intellectualsites.translation"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/intellectualsites/translation/TranslationManager.html"
target="_top">Frames</a></li>
<li><a href="TranslationManager.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.intellectualsites.translation</div>
<h2 title="Class TranslationManager" class="title">Class TranslationManager</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.intellectualsites.translation.TranslationManager</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">TranslationManager</span>
extends java.lang.Object</pre>
<div class="block">Translation Manager Main class</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/intellectualsites/translation/TranslationManager.html#TranslationManager()">TranslationManager</a></strong>()</code>
<div class="block">Constructor</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#TranslationManager(com.intellectualsites.translation.TranslationObject[])">TranslationManager</a></strong>(<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>[]&nbsp;translationObjects)</code>
<div class="block">Constructor</div>
</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><a
href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#addTranslation(java.lang.String,%20com.intellectualsites.translation.TranslationAsset)">addTranslation</a></strong>(java.lang.String&nbsp;key,
<a href="../../../com/intellectualsites/translation/TranslationAsset.html"
title="class in com.intellectualsites.translation">TranslationAsset</a>&nbsp;a)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#addTranslation(com.intellectualsites.translation.TranslationObject,%20com.intellectualsites.translation.TranslationAsset)">addTranslation</a></strong>(<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&nbsp;t,
<a href="../../../com/intellectualsites/translation/TranslationAsset.html"
title="class in com.intellectualsites.translation">TranslationAsset</a>&nbsp;a)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a
href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#addTranslationObject(com.intellectualsites.translation.TranslationObject)">addTranslationObject</a></strong>(<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&nbsp;t)</code>
<div class="block">Add an object</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#debug(java.io.PrintStream)">debug</a></strong>(java.io.PrintStream&nbsp;out)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a></code></td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#getDefault(java.lang.String)">getDefault</a></strong>(java.lang.String&nbsp;key)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#getDescription(java.lang.String)">getDescription</a></strong>(java.lang.String&nbsp;key)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a
href="../../../com/intellectualsites/translation/TranslationAsset.html"
title="class in com.intellectualsites.translation">TranslationAsset</a></code></td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#getTranslated(java.lang.String,%20java.lang.String)">getTranslated</a></strong>(java.lang.String&nbsp;key,
java.lang.String&nbsp;language)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../com/intellectualsites/translation/TranslationAsset.html"
title="class in com.intellectualsites.translation">TranslationAsset</a></code></td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#getTranslated(java.lang.String,%20com.intellectualsites.translation.TranslationLanguage)">getTranslated</a></strong>(java.lang.String&nbsp;key,
<a href="../../../com/intellectualsites/translation/TranslationLanguage.html"
title="class in com.intellectualsites.translation">TranslationLanguage</a>&nbsp;language)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a
href="../../../com/intellectualsites/translation/TranslationAsset.html"
title="class in com.intellectualsites.translation">TranslationAsset</a></code></td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#getTranslated(com.intellectualsites.translation.TranslationObject,%20com.intellectualsites.translation.TranslationLanguage)">getTranslated</a></strong>(<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&nbsp;t,
<a href="../../../com/intellectualsites/translation/TranslationLanguage.html"
title="class in com.intellectualsites.translation">TranslationLanguage</a>&nbsp;l)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#getTranslation(java.lang.String,%20com.intellectualsites.translation.TranslationLanguage)">getTranslation</a></strong>(java.lang.String&nbsp;key,
<a href="../../../com/intellectualsites/translation/TranslationLanguage.html"
title="class in com.intellectualsites.translation">TranslationLanguage</a>&nbsp;l)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a
href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#instance()">instance</a></strong>()</code>
<div class="block">Don't use this!</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#removeTranslationObject(com.intellectualsites.translation.TranslationObject)">removeTranslationObject</a></strong>(<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&nbsp;t)</code>
<div class="block">Remove an object</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a
href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#saveAll(com.intellectualsites.translation.TranslationFile)">saveAll</a></strong>(<a
href="../../../com/intellectualsites/translation/TranslationFile.html"
title="class in com.intellectualsites.translation">TranslationFile</a>&nbsp;file)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a
href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a></code>
</td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#saveFile(com.intellectualsites.translation.TranslationFile)">saveFile</a></strong>(<a
href="../../../com/intellectualsites/translation/TranslationFile.html"
title="class in com.intellectualsites.translation">TranslationFile</a>&nbsp;file)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#scan(java.lang.Class,%20com.intellectualsites.translation.TranslationManager)">scan</a></strong>(java.lang.Class&nbsp;c,
<a href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a>&nbsp;manager)</code>&nbsp;
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.util.List&lt;<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&gt;</code>
</td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#transformEnum(java.lang.Object[])">transformEnum</a></strong>(java.lang.Object[]&nbsp;os)</code>&nbsp;
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&gt;</code>
</td>
<td class="colLast"><code><strong><a
href="../../../com/intellectualsites/translation/TranslationManager.html#translations()">translations</a></strong>()</code>
<div class="block">Get the translation objects</div>
</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="TranslationManager()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TranslationManager</h4>
<pre>public&nbsp;TranslationManager()</pre>
<div class="block">Constructor</div>
</li>
</ul>
<a name="TranslationManager(com.intellectualsites.translation.TranslationObject[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TranslationManager</h4>
<pre>public&nbsp;TranslationManager(<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>[]&nbsp;translationObjects)</pre>
<div class="block">Constructor</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>translationObjects</code> - pre-init</dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="instance()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>instance</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a>&nbsp;instance()</pre>
<div class="block">Don't use this!</div>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>this</dd>
</dl>
</li>
</ul>
<a name="translations()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>translations</h4>
<pre>public&nbsp;java.util.List&lt;<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&gt;&nbsp;translations()</pre>
<div class="block">Get the translation objects</div>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>objects</dd>
</dl>
</li>
</ul>
<a name="addTranslationObject(com.intellectualsites.translation.TranslationObject)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addTranslationObject</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a>&nbsp;addTranslationObject(<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&nbsp;t)</pre>
<div class="block">Add an object</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>t</code> - object</dd>
<dt><span class="strong">Returns:</span></dt>
<dd>instance</dd>
</dl>
</li>
</ul>
<a name="removeTranslationObject(com.intellectualsites.translation.TranslationObject)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeTranslationObject</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a>&nbsp;removeTranslationObject(<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&nbsp;t)</pre>
<div class="block">Remove an object</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>t</code> - object</dd>
<dt><span class="strong">Returns:</span></dt>
<dd>instance</dd>
</dl>
</li>
</ul>
<a name="getDescription(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDescription</h4>
<pre>public&nbsp;java.lang.String&nbsp;getDescription(java.lang.String&nbsp;key)</pre>
</li>
</ul>
<a name="addTranslation(com.intellectualsites.translation.TranslationObject, com.intellectualsites.translation.TranslationAsset)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addTranslation</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a>&nbsp;addTranslation(<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&nbsp;t,
<a href="../../../com/intellectualsites/translation/TranslationAsset.html"
title="class in com.intellectualsites.translation">TranslationAsset</a>&nbsp;a)</pre>
</li>
</ul>
<a name="addTranslation(java.lang.String, com.intellectualsites.translation.TranslationAsset)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addTranslation</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a>&nbsp;addTranslation(java.lang.String&nbsp;key,
<a href="../../../com/intellectualsites/translation/TranslationAsset.html"
title="class in com.intellectualsites.translation">TranslationAsset</a>&nbsp;a)</pre>
</li>
</ul>
<a name="getTranslated(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTranslated</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationAsset.html"
title="class in com.intellectualsites.translation">TranslationAsset</a>&nbsp;getTranslated(java.lang.String&nbsp;key,
java.lang.String&nbsp;language)</pre>
</li>
</ul>
<a name="getTranslated(java.lang.String, com.intellectualsites.translation.TranslationLanguage)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTranslated</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationAsset.html"
title="class in com.intellectualsites.translation">TranslationAsset</a>&nbsp;getTranslated(java.lang.String&nbsp;key,
<a href="../../../com/intellectualsites/translation/TranslationLanguage.html"
title="class in com.intellectualsites.translation">TranslationLanguage</a>&nbsp;language)</pre>
</li>
</ul>
<a name="getTranslated(com.intellectualsites.translation.TranslationObject, com.intellectualsites.translation.TranslationLanguage)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTranslated</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationAsset.html"
title="class in com.intellectualsites.translation">TranslationAsset</a>&nbsp;getTranslated(<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&nbsp;t,
<a href="../../../com/intellectualsites/translation/TranslationLanguage.html"
title="class in com.intellectualsites.translation">TranslationLanguage</a>&nbsp;l)</pre>
</li>
</ul>
<a name="getTranslation(java.lang.String, com.intellectualsites.translation.TranslationLanguage)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTranslation</h4>
<pre>public&nbsp;java.lang.String&nbsp;getTranslation(java.lang.String&nbsp;key,
<a href="../../../com/intellectualsites/translation/TranslationLanguage.html"
title="class in com.intellectualsites.translation">TranslationLanguage</a>&nbsp;l)</pre>
</li>
</ul>
<a name="getDefault(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefault</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&nbsp;getDefault(java.lang.String&nbsp;key)</pre>
</li>
</ul>
<a name="saveAll(com.intellectualsites.translation.TranslationFile)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>saveAll</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a>&nbsp;saveAll(<a
href="../../../com/intellectualsites/translation/TranslationFile.html"
title="class in com.intellectualsites.translation">TranslationFile</a>&nbsp;file)</pre>
</li>
</ul>
<a name="transformEnum(java.lang.Object[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>transformEnum</h4>
<pre>public static&nbsp;java.util.List&lt;<a
href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation">TranslationObject</a>&gt;&nbsp;transformEnum(java.lang.Object[]&nbsp;os)</pre>
</li>
</ul>
<a name="scan(java.lang.Class, com.intellectualsites.translation.TranslationManager)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>scan</h4>
<pre>public static&nbsp;void&nbsp;scan(java.lang.Class&nbsp;c,
<a href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a>&nbsp;manager)
throws java.lang.IllegalAccessException</pre>
<dl>
<dt><span class="strong">Throws:</span></dt>
<dd><code>java.lang.IllegalAccessException</code></dd>
</dl>
</li>
</ul>
<a name="debug(java.io.PrintStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>debug</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a>&nbsp;debug(java.io.PrintStream&nbsp;out)</pre>
</li>
</ul>
<a name="saveFile(com.intellectualsites.translation.TranslationFile)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>saveFile</h4>
<pre>public&nbsp;<a href="../../../com/intellectualsites/translation/TranslationManager.html"
title="class in com.intellectualsites.translation">TranslationManager</a>&nbsp;saveFile(<a
href="../../../com/intellectualsites/translation/TranslationFile.html"
title="class in com.intellectualsites.translation">TranslationFile</a>&nbsp;file)</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/intellectualsites/translation/TranslationLanguage.html"
title="class in com.intellectualsites.translation"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../com/intellectualsites/translation/TranslationObject.html"
title="class in com.intellectualsites.translation"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/intellectualsites/translation/TranslationManager.html"
target="_top">Frames</a></li>
<li><a href="TranslationManager.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>