config/latest/api/deprecated-list.html

162 lines
5.7 KiB
HTML
Raw Normal View History

2011-12-10 03:16:00 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
2018-02-21 23:44:23 +08:00
<!-- Generated by javadoc (1.8.0_144) on Thu Feb 22 00:41:56 JST 2018 -->
<title>Deprecated List</title>
2018-02-21 23:44:23 +08:00
<meta name="date" content="2018-02-22">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
2015-03-07 12:56:04 +08:00
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
2015-03-07 12:56:04 +08:00
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List";
}
}
catch(err) {
2011-12-10 03:16:00 +08:00
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
2011-12-10 03:16:00 +08:00
<!-- ========= START OF TOP NAVBAR ======= -->
2015-03-07 12:56:04 +08:00
<div class="topNav"><a name="navbar.top">
<!-- -->
2015-03-07 12:56:04 +08:00
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
2015-03-07 12:56:04 +08:00
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
2015-03-07 12:56:04 +08:00
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
2015-03-07 12:56:04 +08:00
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
2011-12-10 03:16:00 +08:00
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2011-12-10 03:16:00 +08:00
}
//-->
</script>
</div>
2015-03-07 12:56:04 +08:00
<a name="skip.navbar.top">
<!-- -->
</a></div>
2011-12-10 03:16:00 +08:00
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#method">Deprecated Methods</a></li>
</ul>
</div>
<div class="contentContainer"><a name="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
2015-03-07 12:56:04 +08:00
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
2015-03-07 12:56:04 +08:00
<td class="colOne"><a href="com/typesafe/config/Config.html#getMilliseconds-java.lang.String-">com.typesafe.config.Config.getMilliseconds(String)</a>
<div class="block"><span class="deprecationComment">As of release 1.1, replaced by <a href="com/typesafe/config/Config.html#getDuration-java.lang.String-java.util.concurrent.TimeUnit-"><code>Config.getDuration(String, TimeUnit)</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
2015-03-07 12:56:04 +08:00
<td class="colOne"><a href="com/typesafe/config/Config.html#getMillisecondsList-java.lang.String-">com.typesafe.config.Config.getMillisecondsList(String)</a>
<div class="block"><span class="deprecationComment">As of release 1.1, replaced by <a href="com/typesafe/config/Config.html#getDurationList-java.lang.String-java.util.concurrent.TimeUnit-"><code>Config.getDurationList(String, TimeUnit)</code></a></span></div>
</td>
</tr>
<tr class="altColor">
2015-03-07 12:56:04 +08:00
<td class="colOne"><a href="com/typesafe/config/Config.html#getNanoseconds-java.lang.String-">com.typesafe.config.Config.getNanoseconds(String)</a>
<div class="block"><span class="deprecationComment">As of release 1.1, replaced by <a href="com/typesafe/config/Config.html#getDuration-java.lang.String-java.util.concurrent.TimeUnit-"><code>Config.getDuration(String, TimeUnit)</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
2015-03-07 12:56:04 +08:00
<td class="colOne"><a href="com/typesafe/config/Config.html#getNanosecondsList-java.lang.String-">com.typesafe.config.Config.getNanosecondsList(String)</a>
<div class="block"><span class="deprecationComment">As of release 1.1, replaced by <a href="com/typesafe/config/Config.html#getDurationList-java.lang.String-java.util.concurrent.TimeUnit-"><code>Config.getDurationList(String, TimeUnit)</code></a></span></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
2011-12-10 03:16:00 +08:00
<!-- ======= START OF BOTTOM NAVBAR ====== -->
2015-03-07 12:56:04 +08:00
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
2015-03-07 12:56:04 +08:00
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
2015-03-07 12:56:04 +08:00
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
2015-03-07 12:56:04 +08:00
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
2015-03-07 12:56:04 +08:00
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
2011-12-10 03:16:00 +08:00
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2011-12-10 03:16:00 +08:00
}
//-->
</script>
</div>
2015-03-07 12:56:04 +08:00
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
2011-12-10 03:16:00 +08:00
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>