mirror of
https://bitbucket.org/akapribot/owm-japis.git
synced 2025-06-16 11:50:51 -07:00
2.5.0.2 is ready! There is always room for corrections. :-)
This commit is contained in:
parent
135ff2bf74
commit
c295549579
106 changed files with 2060 additions and 7535 deletions
|
@ -2,16 +2,16 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:35 IST 2013 -->
|
||||
<!-- Generated by javadoc (version 1.7.0_51) on Thu Jul 03 01:05:55 IST 2014 -->
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
||||
<title>Tools (OpenWeatherMap.org JAPIs)</title>
|
||||
<meta name="date" content="2013-08-10">
|
||||
<title>Tools (OWM JAPIs Docs)</title>
|
||||
<meta name="date" content="2014-07-03">
|
||||
<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="Tools (OpenWeatherMap.org JAPIs)";
|
||||
parent.document.title="Tools (OWM JAPIs Docs)";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
@ -98,18 +98,19 @@
|
|||
<br>
|
||||
<pre>public class <span class="strong">Tools</span>
|
||||
extends java.lang.Object</pre>
|
||||
<div class="block">Provides various tools, which help doing tasks in this application.
|
||||
For example, tool for downloading content from the Internet, tool for
|
||||
correcting and stricting web addresses, etc.
|
||||
|
||||
<p>Note: This class directly do not provide any functions, but has
|
||||
<code>static</code> sub-classes which provide various
|
||||
related tools, i.e., this class only behaves as the container for those
|
||||
classes.</div>
|
||||
<div class="block">Provides various tools, which help doing tasks in this application. For
|
||||
example, tool for downloading content from the Internet, tool for correcting,
|
||||
etc.
|
||||
<p>
|
||||
<p>
|
||||
Note: This class directly do not provide any functions, but has
|
||||
<code>static</code> sub-classes which provide various related tools, i.e.,
|
||||
this class only behaves as the container for those classes.
|
||||
<p></div>
|
||||
<dl><dt><span class="strong">Since:</span></dt>
|
||||
<dd>2.5.0.1</dd>
|
||||
<dt><span class="strong">Version:</span></dt>
|
||||
<dd>2013-08-05</dd>
|
||||
<dd>2014-07-01</dd>
|
||||
<dt><span class="strong">Author:</span></dt>
|
||||
<dd>Ashutosh Kumar Singh</dd></dl>
|
||||
</li>
|
||||
|
@ -142,13 +143,6 @@ extends java.lang.Object</pre>
|
|||
<div class="block">Provides methods to download data or files from the Internet.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<td class="colFirst"><code>static class </code></td>
|
||||
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/Tools.HTML.html" title="class in net.aksingh.java.api.owm">Tools.HTML</a></strong></code>
|
||||
<div class="block">Provides functions to handle HTML, e.g., correcting
|
||||
non-compliant or non-strict web addresses, etc.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue