2015-03-07 12:56:04 +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 >
2017-10-06 22:07:46 +08:00
<!-- Generated by javadoc (1.8.0_144) on Fri Oct 06 17:01:49 EEST 2017 -->
2015-03-07 12:56:04 +08:00
< title > Overview< / title >
2017-10-06 22:07:46 +08:00
< meta name = "date" content = "2017-10-06" >
2015-03-07 12:56:04 +08:00
< link rel = "stylesheet" type = "text/css" href = "stylesheet.css" title = "Style" >
< script type = "text/javascript" src = "script.js" > < / script >
< / head >
< body >
< script type = "text/javascript" > < ! - -
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview";
}
}
catch(err) {
}
//-->
< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
<!-- ========= START OF TOP NAVBAR ======= -->
< div class = "topNav" > < a name = "navbar.top" >
<!-- -->
< / 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" >
< li class = "navBarCell1Rev" > Overview< / li >
< li > Package< / li >
< li > Class< / li >
< li > < a href = "overview-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" >
< li > Prev< / li >
< li > Next< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "index.html?overview-summary.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "overview-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 = "contentContainer" >
2017-10-06 22:07:46 +08:00
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Public API (version 1.3.2) table, listing packages, and an explanation" >
< caption > < span > Public API (version 1.3.2)< / span > < span class = "tabEnd" > < / span > < / caption >
2015-03-07 12:56:04 +08:00
< tr >
< th class = "colFirst" scope = "col" > Package< / th >
< th class = "colLast" scope = "col" > Description< / th >
< / tr >
< tbody >
< tr class = "altColor" >
< td class = "colFirst" > < a href = "com/typesafe/config/package-summary.html" > com.typesafe.config< / a > < / td >
< td class = "colLast" >
< div class = "block" >
An API for loading and using configuration files, see < a href = "https://github.com/typesafehub/config/" > the project site< / a >
for more information.< / div >
< / td >
< / tr >
2015-04-22 08:49:58 +08:00
< tr class = "rowColor" >
< td class = "colFirst" > < a href = "com/typesafe/config/parser/package-summary.html" > com.typesafe.config.parser< / a > < / td >
2015-03-07 12:56:04 +08:00
< td class = "colLast" >
< div class = "block" >
2015-04-22 08:49:58 +08:00
This package supplies a raw parser and syntax tree for individual HOCON and JSON
files.< / div >
2015-03-07 12:56:04 +08:00
< / td >
< / tr >
< / tbody >
< / table >
< / div >
2015-04-02 10:00:14 +08:00
< div class = "contentContainer" >
2015-04-22 08:49:58 +08:00
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Internal Implementation - Not ABI Stable table, listing packages, and an explanation" >
< caption > < span > Internal Implementation - Not ABI Stable< / span > < span class = "tabEnd" > < / span > < / caption >
2015-04-02 10:00:14 +08:00
< tr >
< th class = "colFirst" scope = "col" > Package< / th >
< th class = "colLast" scope = "col" > Description< / th >
< / tr >
< tbody >
< tr class = "altColor" >
2015-04-22 08:49:58 +08:00
< td class = "colFirst" > < a href = "com/typesafe/config/impl/package-summary.html" > com.typesafe.config.impl< / a > < / td >
2015-04-02 10:00:14 +08:00
< td class = "colLast" >
< div class = "block" >
2015-04-22 08:49:58 +08:00
Internal implementation details that can change ABI at any time.< / div >
2015-04-02 10:00:14 +08:00
< / td >
< / tr >
< / tbody >
< / table >
< / div >
2015-03-07 12:56:04 +08:00
<!-- ======= START OF BOTTOM NAVBAR ====== -->
< div class = "bottomNav" > < a name = "navbar.bottom" >
<!-- -->
< / 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" >
< li class = "navBarCell1Rev" > Overview< / li >
< li > Package< / li >
< li > Class< / li >
< li > < a href = "overview-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" >
< li > Prev< / li >
< li > Next< / li >
< / ul >
< ul class = "navList" >
< li > < a href = "index.html?overview-summary.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "overview-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 >