From 8fa0d9c98d5987c1fc55bcb3ccaf9983de445a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Fri, 6 Oct 2017 17:07:46 +0300 Subject: [PATCH] v1.3.2 docs --- latest/api/allclasses-frame.html | 5 +- latest/api/allclasses-noframe.html | 5 +- latest/api/com/typesafe/config/Config.html | 208 +- .../typesafe/config/ConfigBeanFactory.html | 10 +- .../config/ConfigException.BadBean.html | 10 +- .../config/ConfigException.BadPath.html | 16 +- .../config/ConfigException.BadValue.html | 14 +- .../config/ConfigException.BugOrBroken.html | 10 +- .../config/ConfigException.Generic.html | 10 +- .../typesafe/config/ConfigException.IO.html | 10 +- .../config/ConfigException.Missing.html | 14 +- .../config/ConfigException.NotResolved.html | 10 +- .../typesafe/config/ConfigException.Null.html | 10 +- .../config/ConfigException.Parse.html | 10 +- ...onfigException.UnresolvedSubstitution.html | 10 +- .../ConfigException.ValidationFailed.html | 10 +- .../ConfigException.ValidationProblem.html | 16 +- .../config/ConfigException.WrongType.html | 14 +- .../com/typesafe/config/ConfigException.html | 16 +- .../com/typesafe/config/ConfigFactory.html | 112 +- .../typesafe/config/ConfigIncludeContext.html | 12 +- .../com/typesafe/config/ConfigIncluder.html | 10 +- .../config/ConfigIncluderClasspath.html | 8 +- .../typesafe/config/ConfigIncluderFile.html | 8 +- .../typesafe/config/ConfigIncluderURL.html | 8 +- .../api/com/typesafe/config/ConfigList.html | 10 +- .../config/ConfigLoadingStrategy.html | 8 +- .../com/typesafe/config/ConfigMemorySize.html | 16 +- .../com/typesafe/config/ConfigMergeable.html | 8 +- .../api/com/typesafe/config/ConfigObject.html | 22 +- .../api/com/typesafe/config/ConfigOrigin.html | 22 +- .../typesafe/config/ConfigOriginFactory.html | 14 +- .../typesafe/config/ConfigParseOptions.html | 32 +- .../com/typesafe/config/ConfigParseable.html | 12 +- .../typesafe/config/ConfigRenderOptions.html | 28 +- .../typesafe/config/ConfigResolveOptions.html | 103 +- .../com/typesafe/config/ConfigResolver.html | 269 ++ .../api/com/typesafe/config/ConfigSyntax.html | 20 +- .../api/com/typesafe/config/ConfigUtil.html | 14 +- .../api/com/typesafe/config/ConfigValue.html | 24 +- .../typesafe/config/ConfigValueFactory.html | 18 +- .../com/typesafe/config/ConfigValueType.html | 22 +- .../config/DefaultConfigLoadingStrategy.html | 10 +- latest/api/com/typesafe/config/Optional.html | 6 +- .../typesafe/config/impl/ConfigBeanImpl.html | 10 +- .../com/typesafe/config/impl/ConfigImpl.html | 69 +- .../typesafe/config/impl/ConfigImplUtil.html | 24 +- .../config/impl/Parseable.Relativizer.html | 8 +- .../com/typesafe/config/impl/Parseable.html | 50 +- .../typesafe/config/impl/package-frame.html | 4 +- .../typesafe/config/impl/package-summary.html | 4 +- .../typesafe/config/impl/package-tree.html | 4 +- .../com/typesafe/config/package-frame.html | 5 +- .../com/typesafe/config/package-summary.html | 13 +- .../api/com/typesafe/config/package-tree.html | 5 +- .../config/parser/ConfigDocument.html | 16 +- .../config/parser/ConfigDocumentFactory.html | 20 +- .../typesafe/config/parser/ConfigNode.html | 8 +- .../typesafe/config/parser/package-frame.html | 4 +- .../config/parser/package-summary.html | 4 +- .../typesafe/config/parser/package-tree.html | 4 +- latest/api/constant-values.html | 4 +- latest/api/deprecated-list.html | 4 +- latest/api/help-doc.html | 4 +- latest/api/index-all.html | 40 +- latest/api/index.html | 13 +- latest/api/overview-frame.html | 4 +- latest/api/overview-summary.html | 8 +- latest/api/overview-tree.html | 5 +- latest/api/serialized-form.html | 8 +- .../src-html/com/typesafe/config/Config.html | 2206 +++++++++-------- .../com/typesafe/config/ConfigFactory.html | 1135 ++++----- .../typesafe/config/ConfigResolveOptions.html | 221 +- .../com/typesafe/config/ConfigResolver.html | 110 + .../typesafe/config/impl/ConfigBeanImpl.html | 570 ++--- .../com/typesafe/config/impl/ConfigImpl.html | 281 ++- v1.3.2/allclasses-frame.html | 68 + v1.3.2/allclasses-noframe.html | 68 + v1.3.2/com/typesafe/config/Config.html | 2101 ++++++++++++++++ .../typesafe/config/ConfigBeanFactory.html | 310 +++ .../config/ConfigException.BadBean.html | 318 +++ .../config/ConfigException.BadPath.html | 364 +++ .../config/ConfigException.BadValue.html | 351 +++ .../config/ConfigException.BugOrBroken.html | 319 +++ .../config/ConfigException.Generic.html | 311 +++ .../typesafe/config/ConfigException.IO.html | 315 +++ .../config/ConfigException.Missing.html | 351 +++ .../config/ConfigException.NotResolved.html | 321 +++ .../typesafe/config/ConfigException.Null.html | 325 +++ .../config/ConfigException.Parse.html | 319 +++ ...onfigException.UnresolvedSubstitution.html | 321 +++ .../ConfigException.ValidationFailed.html | 334 +++ .../ConfigException.ValidationProblem.html | 346 +++ .../config/ConfigException.WrongType.html | 354 +++ .../com/typesafe/config/ConfigException.html | 475 ++++ v1.3.2/com/typesafe/config/ConfigFactory.html | 1901 ++++++++++++++ .../typesafe/config/ConfigIncludeContext.html | 294 +++ .../com/typesafe/config/ConfigIncluder.html | 276 +++ .../config/ConfigIncluderClasspath.html | 237 ++ .../typesafe/config/ConfigIncluderFile.html | 237 ++ .../typesafe/config/ConfigIncluderURL.html | 237 ++ v1.3.2/com/typesafe/config/ConfigList.html | 315 +++ .../config/ConfigLoadingStrategy.html | 239 ++ .../com/typesafe/config/ConfigMemorySize.html | 327 +++ .../com/typesafe/config/ConfigMergeable.html | 288 +++ v1.3.2/com/typesafe/config/ConfigObject.html | 543 ++++ v1.3.2/com/typesafe/config/ConfigOrigin.html | 420 ++++ .../typesafe/config/ConfigOriginFactory.html | 326 +++ .../typesafe/config/ConfigParseOptions.html | 534 ++++ .../com/typesafe/config/ConfigParseable.html | 288 +++ .../typesafe/config/ConfigRenderOptions.html | 482 ++++ .../typesafe/config/ConfigResolveOptions.html | 451 ++++ .../com/typesafe/config/ConfigResolver.html | 269 ++ v1.3.2/com/typesafe/config/ConfigSyntax.html | 379 +++ v1.3.2/com/typesafe/config/ConfigUtil.html | 338 +++ v1.3.2/com/typesafe/config/ConfigValue.html | 507 ++++ .../typesafe/config/ConfigValueFactory.html | 439 ++++ .../com/typesafe/config/ConfigValueType.html | 389 +++ .../config/DefaultConfigLoadingStrategy.html | 289 +++ v1.3.2/com/typesafe/config/Optional.html | 164 ++ .../typesafe/config/impl/ConfigBeanImpl.html | 287 +++ .../com/typesafe/config/impl/ConfigImpl.html | 523 ++++ .../typesafe/config/impl/ConfigImplUtil.html | 374 +++ .../config/impl/Parseable.Relativizer.html | 224 ++ .../com/typesafe/config/impl/Parseable.html | 651 +++++ .../typesafe/config/impl/package-frame.html | 27 + .../typesafe/config/impl/package-summary.html | 198 ++ .../typesafe/config/impl/package-tree.html | 142 ++ v1.3.2/com/typesafe/config/package-frame.html | 73 + .../com/typesafe/config/package-summary.html | 523 ++++ v1.3.2/com/typesafe/config/package-tree.html | 241 ++ .../config/parser/ConfigDocument.html | 361 +++ .../config/parser/ConfigDocumentFactory.html | 415 ++++ .../typesafe/config/parser/ConfigNode.html | 247 ++ .../typesafe/config/parser/package-frame.html | 25 + .../config/parser/package-summary.html | 196 ++ .../typesafe/config/parser/package-tree.html | 140 ++ v1.3.2/constant-values.html | 122 + v1.3.2/deprecated-list.html | 161 ++ v1.3.2/help-doc.html | 223 ++ v1.3.2/index-all.html | 1705 +++++++++++++ v1.3.2/index.html | 75 + v1.3.2/overview-frame.html | 23 + v1.3.2/overview-summary.html | 163 ++ v1.3.2/overview-tree.html | 253 ++ v1.3.2/package-list | 3 + v1.3.2/script.js | 30 + v1.3.2/serialized-form.html | 294 +++ .../src-html/com/typesafe/config/Config.html | 1211 +++++++++ .../typesafe/config/ConfigBeanFactory.html | 121 + .../config/ConfigException.BadBean.html | 498 ++++ .../config/ConfigException.BadPath.html | 498 ++++ .../config/ConfigException.BadValue.html | 498 ++++ .../config/ConfigException.BugOrBroken.html | 498 ++++ .../config/ConfigException.Generic.html | 498 ++++ .../typesafe/config/ConfigException.IO.html | 498 ++++ .../config/ConfigException.Missing.html | 498 ++++ .../config/ConfigException.NotResolved.html | 498 ++++ .../typesafe/config/ConfigException.Null.html | 498 ++++ .../config/ConfigException.Parse.html | 498 ++++ ...onfigException.UnresolvedSubstitution.html | 498 ++++ .../ConfigException.ValidationFailed.html | 498 ++++ .../ConfigException.ValidationProblem.html | 498 ++++ .../config/ConfigException.WrongType.html | 498 ++++ .../com/typesafe/config/ConfigException.html | 498 ++++ .../com/typesafe/config/ConfigFactory.html | 1138 +++++++++ .../typesafe/config/ConfigIncludeContext.html | 128 + .../com/typesafe/config/ConfigIncluder.html | 122 + .../config/ConfigIncluderClasspath.html | 97 + .../typesafe/config/ConfigIncluderFile.html | 99 + .../typesafe/config/ConfigIncluderURL.html | 99 + .../com/typesafe/config/ConfigList.html | 120 + .../config/ConfigLoadingStrategy.html | 92 + .../com/typesafe/config/ConfigMemorySize.html | 135 + .../com/typesafe/config/ConfigMergeable.html | 144 ++ .../com/typesafe/config/ConfigObject.html | 207 ++ .../com/typesafe/config/ConfigOrigin.html | 190 ++ .../typesafe/config/ConfigOriginFactory.html | 140 ++ .../typesafe/config/ConfigParseOptions.html | 300 +++ .../com/typesafe/config/ConfigParseable.html | 117 + .../typesafe/config/ConfigRenderOptions.html | 254 ++ .../typesafe/config/ConfigResolveOptions.html | 248 ++ .../com/typesafe/config/ConfigResolver.html | 110 + .../com/typesafe/config/ConfigSyntax.html | 108 + .../com/typesafe/config/ConfigUtil.html | 155 ++ .../com/typesafe/config/ConfigValue.html | 194 ++ .../typesafe/config/ConfigValueFactory.html | 225 ++ .../com/typesafe/config/ConfigValueType.html | 84 + .../config/DefaultConfigLoadingStrategy.html | 134 + .../com/typesafe/config/Optional.html | 86 + .../typesafe/config/impl/ConfigBeanImpl.html | 377 +++ .../com/typesafe/config/impl/ConfigImpl.html | 549 ++++ .../typesafe/config/impl/ConfigImplUtil.html | 308 +++ .../config/impl/Parseable.Relativizer.html | 954 +++++++ .../com/typesafe/config/impl/Parseable.html | 954 +++++++ .../config/parser/ConfigDocument.html | 154 ++ .../config/parser/ConfigDocumentFactory.html | 165 ++ .../typesafe/config/parser/ConfigNode.html | 107 + v1.3.2/stylesheet.css | 574 +++++ 199 files changed, 46598 insertions(+), 2700 deletions(-) create mode 100644 latest/api/com/typesafe/config/ConfigResolver.html create mode 100644 latest/api/src-html/com/typesafe/config/ConfigResolver.html create mode 100644 v1.3.2/allclasses-frame.html create mode 100644 v1.3.2/allclasses-noframe.html create mode 100644 v1.3.2/com/typesafe/config/Config.html create mode 100644 v1.3.2/com/typesafe/config/ConfigBeanFactory.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.BadBean.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.BadPath.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.BadValue.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.BugOrBroken.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.Generic.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.IO.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.Missing.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.NotResolved.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.Null.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.Parse.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.UnresolvedSubstitution.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.ValidationFailed.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.ValidationProblem.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.WrongType.html create mode 100644 v1.3.2/com/typesafe/config/ConfigException.html create mode 100644 v1.3.2/com/typesafe/config/ConfigFactory.html create mode 100644 v1.3.2/com/typesafe/config/ConfigIncludeContext.html create mode 100644 v1.3.2/com/typesafe/config/ConfigIncluder.html create mode 100644 v1.3.2/com/typesafe/config/ConfigIncluderClasspath.html create mode 100644 v1.3.2/com/typesafe/config/ConfigIncluderFile.html create mode 100644 v1.3.2/com/typesafe/config/ConfigIncluderURL.html create mode 100644 v1.3.2/com/typesafe/config/ConfigList.html create mode 100644 v1.3.2/com/typesafe/config/ConfigLoadingStrategy.html create mode 100644 v1.3.2/com/typesafe/config/ConfigMemorySize.html create mode 100644 v1.3.2/com/typesafe/config/ConfigMergeable.html create mode 100644 v1.3.2/com/typesafe/config/ConfigObject.html create mode 100644 v1.3.2/com/typesafe/config/ConfigOrigin.html create mode 100644 v1.3.2/com/typesafe/config/ConfigOriginFactory.html create mode 100644 v1.3.2/com/typesafe/config/ConfigParseOptions.html create mode 100644 v1.3.2/com/typesafe/config/ConfigParseable.html create mode 100644 v1.3.2/com/typesafe/config/ConfigRenderOptions.html create mode 100644 v1.3.2/com/typesafe/config/ConfigResolveOptions.html create mode 100644 v1.3.2/com/typesafe/config/ConfigResolver.html create mode 100644 v1.3.2/com/typesafe/config/ConfigSyntax.html create mode 100644 v1.3.2/com/typesafe/config/ConfigUtil.html create mode 100644 v1.3.2/com/typesafe/config/ConfigValue.html create mode 100644 v1.3.2/com/typesafe/config/ConfigValueFactory.html create mode 100644 v1.3.2/com/typesafe/config/ConfigValueType.html create mode 100644 v1.3.2/com/typesafe/config/DefaultConfigLoadingStrategy.html create mode 100644 v1.3.2/com/typesafe/config/Optional.html create mode 100644 v1.3.2/com/typesafe/config/impl/ConfigBeanImpl.html create mode 100644 v1.3.2/com/typesafe/config/impl/ConfigImpl.html create mode 100644 v1.3.2/com/typesafe/config/impl/ConfigImplUtil.html create mode 100644 v1.3.2/com/typesafe/config/impl/Parseable.Relativizer.html create mode 100644 v1.3.2/com/typesafe/config/impl/Parseable.html create mode 100644 v1.3.2/com/typesafe/config/impl/package-frame.html create mode 100644 v1.3.2/com/typesafe/config/impl/package-summary.html create mode 100644 v1.3.2/com/typesafe/config/impl/package-tree.html create mode 100644 v1.3.2/com/typesafe/config/package-frame.html create mode 100644 v1.3.2/com/typesafe/config/package-summary.html create mode 100644 v1.3.2/com/typesafe/config/package-tree.html create mode 100644 v1.3.2/com/typesafe/config/parser/ConfigDocument.html create mode 100644 v1.3.2/com/typesafe/config/parser/ConfigDocumentFactory.html create mode 100644 v1.3.2/com/typesafe/config/parser/ConfigNode.html create mode 100644 v1.3.2/com/typesafe/config/parser/package-frame.html create mode 100644 v1.3.2/com/typesafe/config/parser/package-summary.html create mode 100644 v1.3.2/com/typesafe/config/parser/package-tree.html create mode 100644 v1.3.2/constant-values.html create mode 100644 v1.3.2/deprecated-list.html create mode 100644 v1.3.2/help-doc.html create mode 100644 v1.3.2/index-all.html create mode 100644 v1.3.2/index.html create mode 100644 v1.3.2/overview-frame.html create mode 100644 v1.3.2/overview-summary.html create mode 100644 v1.3.2/overview-tree.html create mode 100644 v1.3.2/package-list create mode 100644 v1.3.2/script.js create mode 100644 v1.3.2/serialized-form.html create mode 100644 v1.3.2/src-html/com/typesafe/config/Config.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigBeanFactory.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.BadBean.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.BadPath.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.BadValue.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.BugOrBroken.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.Generic.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.IO.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.Missing.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.NotResolved.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.Null.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.Parse.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.UnresolvedSubstitution.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.ValidationFailed.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.ValidationProblem.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.WrongType.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigException.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigFactory.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigIncludeContext.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigIncluder.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigIncluderClasspath.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigIncluderFile.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigIncluderURL.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigList.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigLoadingStrategy.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigMemorySize.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigMergeable.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigObject.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigOrigin.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigOriginFactory.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigParseOptions.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigParseable.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigRenderOptions.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigResolveOptions.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigResolver.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigSyntax.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigUtil.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigValue.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigValueFactory.html create mode 100644 v1.3.2/src-html/com/typesafe/config/ConfigValueType.html create mode 100644 v1.3.2/src-html/com/typesafe/config/DefaultConfigLoadingStrategy.html create mode 100644 v1.3.2/src-html/com/typesafe/config/Optional.html create mode 100644 v1.3.2/src-html/com/typesafe/config/impl/ConfigBeanImpl.html create mode 100644 v1.3.2/src-html/com/typesafe/config/impl/ConfigImpl.html create mode 100644 v1.3.2/src-html/com/typesafe/config/impl/ConfigImplUtil.html create mode 100644 v1.3.2/src-html/com/typesafe/config/impl/Parseable.Relativizer.html create mode 100644 v1.3.2/src-html/com/typesafe/config/impl/Parseable.html create mode 100644 v1.3.2/src-html/com/typesafe/config/parser/ConfigDocument.html create mode 100644 v1.3.2/src-html/com/typesafe/config/parser/ConfigDocumentFactory.html create mode 100644 v1.3.2/src-html/com/typesafe/config/parser/ConfigNode.html create mode 100644 v1.3.2/stylesheet.css diff --git a/latest/api/allclasses-frame.html b/latest/api/allclasses-frame.html index 2dd06b14..472aba1d 100644 --- a/latest/api/allclasses-frame.html +++ b/latest/api/allclasses-frame.html @@ -2,9 +2,9 @@ - + All Classes - + @@ -52,6 +52,7 @@
  • ConfigParseOptions
  • ConfigRenderOptions
  • ConfigResolveOptions
  • +
  • ConfigResolver
  • ConfigSyntax
  • ConfigUtil
  • ConfigValue
  • diff --git a/latest/api/allclasses-noframe.html b/latest/api/allclasses-noframe.html index c9f7e345..7bf7abb3 100644 --- a/latest/api/allclasses-noframe.html +++ b/latest/api/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes - + @@ -52,6 +52,7 @@
  • ConfigParseOptions
  • ConfigRenderOptions
  • ConfigResolveOptions
  • +
  • ConfigResolver
  • ConfigSyntax
  • ConfigUtil
  • ConfigValue
  • diff --git a/latest/api/com/typesafe/config/Config.html b/latest/api/com/typesafe/config/Config.html index 078ba8f6..f523d3d4 100644 --- a/latest/api/com/typesafe/config/Config.html +++ b/latest/api/com/typesafe/config/Config.html @@ -2,9 +2,9 @@ - + Config - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":38,"i29":38,"i30":38,"i31":38,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":6,"i52":6}; +var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":38,"i29":38,"i30":38,"i31":38,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6,"i43":6,"i44":6,"i45":6,"i46":6,"i47":6,"i48":6,"i49":6,"i50":6,"i51":6,"i52":6,"i53":6,"i54":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -104,7 +104,7 @@ var activeTableTab = "activeTableTab";

    -
    public interface Config
    +
    public interface Config
     extends ConfigMergeable
    An immutable map from config paths to config values. Paths are dot-separated expressions such as foo.bar.baz. Values are as in JSON @@ -504,16 +504,28 @@ extends +java.time.Period +getPeriod(java.lang.String path) +
    Gets a value as a java.time.Period.
    + + + java.lang.String getString(java.lang.String path)  - + java.util.List<java.lang.String> getStringList(java.lang.String path)
    Gets a list value with string elements.
    - + +java.time.temporal.TemporalAmount +getTemporal(java.lang.String path) +
    Gets a value as a java.time.temporal.TemporalAmount.
    + + + ConfigValue getValue(java.lang.String path)
    Gets the value at the given path, unless the value is a @@ -521,40 +533,40 @@ extends + boolean hasPath(java.lang.String path)
    Checks whether a value is present and non-null at the given path.
    - + boolean hasPathOrNull(java.lang.String path)
    Checks whether a value is present at the given path, even if the value is null.
    - + boolean isEmpty()
    Returns true if the Config's root object contains no key-value pairs.
    - + boolean isResolved()
    Checks whether the config is completely resolved.
    - + ConfigOrigin origin()
    Gets the origin of the Config, which may be a file, or a file with a line number, or just a descriptive phrase.
    - + Config resolve()
    Returns a replacement config with all substitutions (the @@ -563,21 +575,21 @@ extends + Config resolve(ConfigResolveOptions options)
    Like resolve() but allows you to specify non-default options.
    - + Config resolveWith(Config source)
    Like resolve() except that substitution values are looked up in the given source, rather than in this instance.
    - + Config resolveWith(Config source, ConfigResolveOptions options) @@ -585,33 +597,33 @@ extends + ConfigObject root()
    Gets the Config as a tree of ConfigObject.
    - + Config withFallback(ConfigMergeable other)
    Returns a new value computed by merging this value with another, with keys in this value "winning" over the other one.
    - + Config withOnlyPath(java.lang.String path)
    Clone the config with only the given path (and its children) retained; all sibling paths are removed.
    - + Config withoutPath(java.lang.String path)
    Clone the config with the given path removed.
    - + Config withValue(java.lang.String path, ConfigValue value) @@ -640,7 +652,7 @@ extends
  • root

    -
    root()
    +
    root()
    Gets the Config as a tree of ConfigObject. This is a constant-time operation (it is not proportional to the number of values in the Config).
    @@ -656,7 +668,7 @@ extends
  • origin

    -
    origin()
    +
    origin()
    Gets the origin of the Config, which may be a file, or a file with a line number, or just a descriptive phrase.
    @@ -671,7 +683,7 @@ extends
  • withFallback

    -
    withFallback(ConfigMergeable other)
    +
    withFallback(ConfigMergeable other)
    Description copied from interface: ConfigMergeable
    Returns a new value computed by merging this value with another, with keys in this value "winning" over the other one. @@ -734,7 +746,7 @@ extends
  • resolve

    -
    resolve()
    +
    resolve()
    Returns a replacement config with all substitutions (the ${foo.bar} syntax, see the @@ -797,7 +809,7 @@ extends
  • resolve

    -
    resolve(ConfigResolveOptions options)
    +
    resolve(ConfigResolveOptions options)
    Like resolve() but allows you to specify non-default options.
    @@ -814,7 +826,7 @@ extends
  • isResolved

    -
    boolean isResolved()
    +
    boolean isResolved()
    Checks whether the config is completely resolved. After a successful call to resolve() it will be completely resolved, but after calling resolve(ConfigResolveOptions) with @@ -837,7 +849,7 @@ extends
  • resolveWith

    -
    resolveWith(Config source)
    +
    resolveWith(Config source)
    Like resolve() except that substitution values are looked up in the given source, rather than in this instance. This is a special-purpose method which doesn't make sense to use in most cases; @@ -872,7 +884,7 @@ extends
  • resolveWith

    -
    resolveWith(Config source,
    +
    resolveWith(Config source,
                        ConfigResolveOptions options)
    Like resolveWith(Config) but allows you to specify non-default options.
    @@ -894,7 +906,7 @@ extends
  • checkValid

    -
    void checkValid(Config reference,
    +
    void checkValid(Config reference,
                     java.lang.String... restrictToPaths)
    Validates this config against a reference config, throwing an exception if it is invalid. The purpose of this method is to "fail early" with a @@ -982,7 +994,7 @@ extends
  • hasPath

    -
    boolean hasPath(java.lang.String path)
    +
    boolean hasPath(java.lang.String path)
    Checks whether a value is present and non-null at the given path. This differs in two ways from Map.containsKey() as implemented by ConfigObject: it looks for a path expression, not a key; and it @@ -1014,7 +1026,7 @@ extends
  • hasPathOrNull

    -
    boolean hasPathOrNull(java.lang.String path)
    +
    boolean hasPathOrNull(java.lang.String path)
    Checks whether a value is present at the given path, even if the value is null. Most of the getters on Config will throw if you try to get a null @@ -1062,7 +1074,7 @@ extends
  • isEmpty

    -
    boolean isEmpty()
    +
    boolean isEmpty()
    Returns true if the Config's root object contains no key-value pairs.
    @@ -1077,7 +1089,7 @@ extends
  • entrySet

    -
    java.util.Set<java.util.Map.Entry<java.lang.String,entrySet()
    +
    java.util.Set<java.util.Map.Entry<java.lang.String,entrySet()
    Returns the set of path-value pairs, excluding any null values, found by recursing the root object. Note that this is very different from root().entrySet() which returns the set of @@ -1108,7 +1120,7 @@ extends
  • getIsNull

    -
    boolean getIsNull(java.lang.String path)
    +
    boolean getIsNull(java.lang.String path)
    Checks whether a value is set to null at the given path, but throws an exception if the value is entirely unset. This method will not throw if hasPathOrNull(String) returned true for the same path, so @@ -1140,7 +1152,7 @@ extends
  • getBoolean

    -
    boolean getBoolean(java.lang.String path)
    +
    boolean getBoolean(java.lang.String path)
    Parameters:
    path - path expression
    @@ -1158,7 +1170,7 @@ extends
  • getNumber

    -
    java.lang.Number getNumber(java.lang.String path)
    +
    java.lang.Number getNumber(java.lang.String path)
    Parameters:
    path - path expression
    @@ -1176,7 +1188,7 @@ extends
  • getInt

    -
    int getInt(java.lang.String path)
    +
    int getInt(java.lang.String path)
    Gets the integer at the given path. If the value at the path has a fractional (floating point) component, it will be discarded and only the integer part will be @@ -1200,7 +1212,7 @@ extends
  • getLong

    -
    long getLong(java.lang.String path)
    +
    long getLong(java.lang.String path)
    Gets the long integer at the given path. If the value at the path has a fractional (floating point) component, it will be discarded and only the integer part will be @@ -1223,7 +1235,7 @@ extends
  • getDouble

    -
    double getDouble(java.lang.String path)
    +
    double getDouble(java.lang.String path)
    Parameters:
    path - path expression
    @@ -1241,7 +1253,7 @@ extends
  • getString

    -
    java.lang.String getString(java.lang.String path)
    +
    java.lang.String getString(java.lang.String path)
    Parameters:
    path - path expression
    @@ -1259,7 +1271,7 @@ extends
  • getEnum

    -
    <T extends java.lang.Enum<T>> T getEnum(java.lang.Class<T> enumClass,
    +
    <T extends java.lang.Enum<T>> T getEnum(java.lang.Class<T> enumClass,
                                             java.lang.String path)
    Type Parameters:
    @@ -1282,7 +1294,7 @@ extends
  • getObject

    -
    getObject(java.lang.String path)
    +
    getObject(java.lang.String path)
    Parameters:
    path - path expression
    @@ -1300,7 +1312,7 @@ extends
  • getConfig

    -
    getConfig(java.lang.String path)
    +
    getConfig(java.lang.String path)
    Parameters:
    path - path expression
    @@ -1318,7 +1330,7 @@ extends
  • getAnyRef

    -
    java.lang.Object getAnyRef(java.lang.String path)
    +
    java.lang.Object getAnyRef(java.lang.String path)
    Gets the value at the path as an unwrapped Java boxed value ( Boolean, Integer, and so on - see ConfigValue.unwrapped()).
    @@ -1338,7 +1350,7 @@ extends
  • getValue

    -
    getValue(java.lang.String path)
    +
    getValue(java.lang.String path)
    Gets the value at the given path, unless the value is a null value or missing, in which case it throws just like the other getters. Use get() on the root() object (or other object in the tree) if you @@ -1359,7 +1371,7 @@ extends
  • getBytes

    -
    java.lang.Long getBytes(java.lang.String path)
    +
    java.lang.Long getBytes(java.lang.String path)
    Gets a value as a size in bytes (parses special strings like "128M"). If the value is already a number, then it's left alone; if it's a string, it's parsed understanding unit suffixes such as "128K", as documented in @@ -1384,7 +1396,7 @@ extends
  • getMemorySize

    -
    getMemorySize(java.lang.String path)
    +
    getMemorySize(java.lang.String path)
    Gets a value as an amount of memory (parses special strings like "128M"). If the value is already a number, then it's left alone; if it's a string, it's parsed understanding unit suffixes such as "128K", as documented in @@ -1412,7 +1424,7 @@ extends

    getMilliseconds

    @Deprecated
    -java.lang.Long getMilliseconds(java.lang.String path)
    +java.lang.Long getMilliseconds(java.lang.String path)
  • Deprecated. As of release 1.1, replaced by getDuration(String, TimeUnit)
    Get value as a duration in milliseconds. If the value is already a number, then it's left alone; if it's a string, it's parsed understanding @@ -1438,7 +1450,7 @@ java.lang.Long 

    getNanoseconds

    @Deprecated
    -java.lang.Long getNanoseconds(java.lang.String path)
    +java.lang.Long getNanoseconds(java.lang.String path)
  • Deprecated. As of release 1.1, replaced by getDuration(String, TimeUnit)
    Get value as a duration in nanoseconds. If the value is already a number it's taken as milliseconds and converted to nanoseconds. If it's a @@ -1462,7 +1474,7 @@ java.lang.Long 
  • getDuration

    -
    long getDuration(java.lang.String path,
    +
    long getDuration(java.lang.String path,
                      java.util.concurrent.TimeUnit unit)
    Gets a value as a duration in a specified TimeUnit. If the value is already a @@ -1492,7 +1504,7 @@ java.lang.Long 
  • getDuration

    -
    java.time.Duration getDuration(java.lang.String path)
    +
    java.time.Duration getDuration(java.lang.String path)
    Gets a value as a java.time.Duration. If the value is already a number, then it's taken as milliseconds; if it's a string, it's parsed understanding units suffixes like @@ -1513,13 +1525,63 @@ java.lang.Long  + + +
      +
    • +

      getPeriod

      +
      java.time.Period getPeriod(java.lang.String path)
      +
      Gets a value as a java.time.Period. If the value is + already a number, then it's taken as days; if it's + a string, it's parsed understanding units suffixes like + "10d" or "5w" as documented in the the + spec. This method never returns null.
      +
      +
      Parameters:
      +
      path - path expression
      +
      Returns:
      +
      the period value at the requested path
      +
      Throws:
      +
      ConfigException.Missing - if value is absent or null
      +
      ConfigException.WrongType - if value is not convertible to Long or String
      +
      ConfigException.BadValue - if value cannot be parsed as a number of the given TimeUnit
      +
      Since:
      +
      1.3.0
      +
      +
    • +
    + + + +
      +
    • +

      getTemporal

      +
      java.time.temporal.TemporalAmount getTemporal(java.lang.String path)
      +
      Gets a value as a java.time.temporal.TemporalAmount. + This method will first try get get the value as a java.time.Duration, and if unsuccessful, + then as a java.time.Period. + This means that values like "5m" will be parsed as 5 minutes rather than 5 months
      +
      +
      Parameters:
      +
      path - path expression
      +
      Returns:
      +
      the temporal value at the requested path
      +
      Throws:
      +
      ConfigException.Missing - if value is absent or null
      +
      ConfigException.WrongType - if value is not convertible to Long or String
      +
      ConfigException.BadValue - if value cannot be parsed as a TemporalAmount
      +
      +
    • +
  • Deprecated. As of release 1.1, replaced by getDurationList(String, TimeUnit)
    Parameters:
    @@ -1831,7 +1893,7 @@ java.util.List<java.lang.Long> 
  • getDurationList

    -
    java.util.List<java.lang.Long> getDurationList(java.lang.String path,
    +
    java.util.List<java.lang.Long> getDurationList(java.lang.String path,
                                                    java.util.concurrent.TimeUnit unit)
    Gets a list, converting each value in the list to a duration, using the same rules as getDuration(String, TimeUnit).
    @@ -1852,7 +1914,7 @@ java.util.List<java.lang.Long> 
  • getDurationList

    -
    java.util.List<java.time.Duration> getDurationList(java.lang.String path)
    +
    java.util.List<java.time.Duration> getDurationList(java.lang.String path)
    Gets a list, converting each value in the list to a duration, using the same rules as getDuration(String).
    @@ -1871,7 +1933,7 @@ java.util.List<java.lang.Long> 
  • withOnlyPath

    -
    withOnlyPath(java.lang.String path)
    +
    withOnlyPath(java.lang.String path)
    Clone the config with only the given path (and its children) retained; all sibling paths are removed.

    @@ -1891,7 +1953,7 @@ java.util.List<java.lang.Long> 

  • withoutPath

    -
    withoutPath(java.lang.String path)
    +
    withoutPath(java.lang.String path)
    Clone the config with the given path removed.

    Note that path expressions have a syntax and sometimes require quoting @@ -1910,7 +1972,7 @@ java.util.List<java.lang.Long> 

  • atPath

    -
    atPath(java.lang.String path)
    +
    atPath(java.lang.String path)
    Places the config inside another Config at the given path.

    Note that path expressions have a syntax and sometimes require quoting @@ -1930,7 +1992,7 @@ java.util.List<java.lang.Long> 

  • atKey

    -
    atKey(java.lang.String key)
    +
    atKey(java.lang.String key)
    Places the config inside a Config at the given key. See also atPath(). Note that a key is NOT a path expression (see ConfigUtil.joinPath(java.lang.String...) and ConfigUtil.splitPath(java.lang.String)).
    @@ -1949,7 +2011,7 @@ java.util.List<java.lang.Long> 
  • withValue

    -
    withValue(java.lang.String path,
    +
    withValue(java.lang.String path,
                      ConfigValue value)
    Returns a Config based on this one, but with the given path set to the given value. Does not modify this instance (since it's immutable). diff --git a/latest/api/com/typesafe/config/ConfigBeanFactory.html b/latest/api/com/typesafe/config/ConfigBeanFactory.html index b79db915..9582006f 100644 --- a/latest/api/com/typesafe/config/ConfigBeanFactory.html +++ b/latest/api/com/typesafe/config/ConfigBeanFactory.html @@ -2,9 +2,9 @@ - + ConfigBeanFactory - + @@ -108,7 +108,7 @@ var activeTableTab = "activeTableTab";


  • -
    public class ConfigBeanFactory
    +
    public class ConfigBeanFactory
     extends java.lang.Object
    Factory for automatically creating a Java class from a Config. See create(Config,Class).
    @@ -186,7 +186,7 @@ extends java.lang.Object
  • @@ -203,7 +203,7 @@ extends java.lang.Object
    • create

      -
      public static <T> T create(Config config,
      +
      public static <T> T create(Config config,
                                  java.lang.Class<T> clazz)
      Creates an instance of a class, initializing its fields from a Config. diff --git a/latest/api/com/typesafe/config/ConfigException.BadBean.html b/latest/api/com/typesafe/config/ConfigException.BadBean.html index 628d96f7..e38fe2b2 100644 --- a/latest/api/com/typesafe/config/ConfigException.BadBean.html +++ b/latest/api/com/typesafe/config/ConfigException.BadBean.html @@ -2,9 +2,9 @@ - + ConfigException.BadBean - + @@ -135,7 +135,7 @@


  • -
    public static class ConfigException.BadBean
    +
    public static class ConfigException.BadBean
     extends ConfigException.BugOrBroken
    Some problem with a JavaBean we are trying to initialize.
    @@ -233,7 +233,7 @@ extends
  • BadBean

    -
    public BadBean(java.lang.String message,
    +
    public BadBean(java.lang.String message,
                    java.lang.Throwable cause)
  • @@ -243,7 +243,7 @@ extends
  • BadBean

    -
    public BadBean(java.lang.String message)
    +
    public BadBean(java.lang.String message)
  • diff --git a/latest/api/com/typesafe/config/ConfigException.BadPath.html b/latest/api/com/typesafe/config/ConfigException.BadPath.html index bf9e4ef1..ab172230 100644 --- a/latest/api/com/typesafe/config/ConfigException.BadPath.html +++ b/latest/api/com/typesafe/config/ConfigException.BadPath.html @@ -2,9 +2,9 @@ - + ConfigException.BadPath - + @@ -130,7 +130,7 @@


  • -
    public static class ConfigException.BadPath
    +
    public static class ConfigException.BadPath
     extends ConfigException
    Exception indicating that a path expression was invalid. Try putting double quotes around path elements that contain "special" characters.
    @@ -244,7 +244,7 @@ extends
  • BadPath

    -
    public BadPath(ConfigOrigin origin,
    +
    public BadPath(ConfigOrigin origin,
                    java.lang.String path,
                    java.lang.String message,
                    java.lang.Throwable cause)
    @@ -256,7 +256,7 @@ extends
  • BadPath

    -
    public BadPath(ConfigOrigin origin,
    +
    public BadPath(ConfigOrigin origin,
                    java.lang.String path,
                    java.lang.String message)
  • @@ -267,7 +267,7 @@ extends
  • BadPath

    -
    public BadPath(java.lang.String path,
    +
    public BadPath(java.lang.String path,
                    java.lang.String message,
                    java.lang.Throwable cause)
  • @@ -278,7 +278,7 @@ extends
  • BadPath

    -
    public BadPath(java.lang.String path,
    +
    public BadPath(java.lang.String path,
                    java.lang.String message)
  • @@ -288,7 +288,7 @@ extends
  • BadPath

    -
    public BadPath(ConfigOrigin origin,
    +
    public BadPath(ConfigOrigin origin,
                    java.lang.String message)
  • diff --git a/latest/api/com/typesafe/config/ConfigException.BadValue.html b/latest/api/com/typesafe/config/ConfigException.BadValue.html index af80e426..7df4f6bf 100644 --- a/latest/api/com/typesafe/config/ConfigException.BadValue.html +++ b/latest/api/com/typesafe/config/ConfigException.BadValue.html @@ -2,9 +2,9 @@ - + ConfigException.BadValue - + @@ -130,7 +130,7 @@


  • -
    public static class ConfigException.BadValue
    +
    public static class ConfigException.BadValue
     extends ConfigException
    Exception indicating that a value was messed up, for example you may have asked for a duration and the value can't be sensibly parsed as a @@ -241,7 +241,7 @@ extends
  • BadValue

    -
    public BadValue(ConfigOrigin origin,
    +
    public BadValue(ConfigOrigin origin,
                     java.lang.String path,
                     java.lang.String message,
                     java.lang.Throwable cause)
    @@ -253,7 +253,7 @@ extends
  • BadValue

    -
    public BadValue(ConfigOrigin origin,
    +
    public BadValue(ConfigOrigin origin,
                     java.lang.String path,
                     java.lang.String message)
  • @@ -264,7 +264,7 @@ extends
  • BadValue

    -
    public BadValue(java.lang.String path,
    +
    public BadValue(java.lang.String path,
                     java.lang.String message,
                     java.lang.Throwable cause)
  • @@ -275,7 +275,7 @@ extends
  • BadValue

    -
    public BadValue(java.lang.String path,
    +
    public BadValue(java.lang.String path,
                     java.lang.String message)
  • diff --git a/latest/api/com/typesafe/config/ConfigException.BugOrBroken.html b/latest/api/com/typesafe/config/ConfigException.BugOrBroken.html index c080f59b..9317ce9f 100644 --- a/latest/api/com/typesafe/config/ConfigException.BugOrBroken.html +++ b/latest/api/com/typesafe/config/ConfigException.BugOrBroken.html @@ -2,9 +2,9 @@ - + ConfigException.BugOrBroken - + @@ -134,7 +134,7 @@


  • -
    public static class ConfigException.BugOrBroken
    +
    public static class ConfigException.BugOrBroken
     extends ConfigException
    Exception indicating that there's a bug in something (possibly the library itself) or the runtime environment is broken. This exception @@ -234,7 +234,7 @@ extends
  • BugOrBroken

    -
    public BugOrBroken(java.lang.String message,
    +
    public BugOrBroken(java.lang.String message,
                        java.lang.Throwable cause)
  • @@ -244,7 +244,7 @@ extends
  • BugOrBroken

    -
    public BugOrBroken(java.lang.String message)
    +
    public BugOrBroken(java.lang.String message)
  • diff --git a/latest/api/com/typesafe/config/ConfigException.Generic.html b/latest/api/com/typesafe/config/ConfigException.Generic.html index 14eb115c..b0fa43e3 100644 --- a/latest/api/com/typesafe/config/ConfigException.Generic.html +++ b/latest/api/com/typesafe/config/ConfigException.Generic.html @@ -2,9 +2,9 @@ - + ConfigException.Generic - + @@ -130,7 +130,7 @@

    -
    public static class ConfigException.Generic
    +
    public static class ConfigException.Generic
     extends ConfigException
    Exception that doesn't fall into any other category.
    @@ -226,7 +226,7 @@ extends
  • Generic

    -
    public Generic(java.lang.String message,
    +
    public Generic(java.lang.String message,
                    java.lang.Throwable cause)
  • @@ -236,7 +236,7 @@ extends
  • Generic

    -
    public Generic(java.lang.String message)
    +
    public Generic(java.lang.String message)
  • diff --git a/latest/api/com/typesafe/config/ConfigException.IO.html b/latest/api/com/typesafe/config/ConfigException.IO.html index 26d1edb2..8def3196 100644 --- a/latest/api/com/typesafe/config/ConfigException.IO.html +++ b/latest/api/com/typesafe/config/ConfigException.IO.html @@ -2,9 +2,9 @@ - + ConfigException.IO - + @@ -130,7 +130,7 @@


    -
    public static class ConfigException.IO
    +
    public static class ConfigException.IO
     extends ConfigException
    Exception indicating that there was an IO error.
    @@ -228,7 +228,7 @@ extends
  • IO

    -
    public IO(ConfigOrigin origin,
    +
    public IO(ConfigOrigin origin,
               java.lang.String message,
               java.lang.Throwable cause)
  • @@ -239,7 +239,7 @@ extends
  • IO

    -
    public IO(ConfigOrigin origin,
    +
    public IO(ConfigOrigin origin,
               java.lang.String message)
  • diff --git a/latest/api/com/typesafe/config/ConfigException.Missing.html b/latest/api/com/typesafe/config/ConfigException.Missing.html index e8c0f990..94f0cd48 100644 --- a/latest/api/com/typesafe/config/ConfigException.Missing.html +++ b/latest/api/com/typesafe/config/ConfigException.Missing.html @@ -2,9 +2,9 @@ - + ConfigException.Missing - + @@ -134,7 +134,7 @@


    -
    public static class ConfigException.Missing
    +
    public static class ConfigException.Missing
     extends ConfigException
    Exception indicates that the setting was never set to anything, not even null.
    @@ -245,7 +245,7 @@ extends
  • Missing

    -
    public Missing(java.lang.String path,
    +
    public Missing(java.lang.String path,
                    java.lang.Throwable cause)
  • @@ -255,7 +255,7 @@ extends
  • Missing

    -
    public Missing(java.lang.String path)
    +
    public Missing(java.lang.String path)
  • @@ -264,7 +264,7 @@ extends
  • Missing

    -
    protected Missing(ConfigOrigin origin,
    +
    protected Missing(ConfigOrigin origin,
                       java.lang.String message,
                       java.lang.Throwable cause)
  • @@ -275,7 +275,7 @@ extends
  • Missing

    -
    protected Missing(ConfigOrigin origin,
    +
    protected Missing(ConfigOrigin origin,
                       java.lang.String message)
  • diff --git a/latest/api/com/typesafe/config/ConfigException.NotResolved.html b/latest/api/com/typesafe/config/ConfigException.NotResolved.html index c44f5091..ecf3f60d 100644 --- a/latest/api/com/typesafe/config/ConfigException.NotResolved.html +++ b/latest/api/com/typesafe/config/ConfigException.NotResolved.html @@ -2,9 +2,9 @@ - + ConfigException.NotResolved - + @@ -135,7 +135,7 @@

    -
    public static class ConfigException.NotResolved
    +
    public static class ConfigException.NotResolved
     extends ConfigException.BugOrBroken
    Exception indicating that you tried to use a function that requires substitutions to be resolved, but substitutions have not been resolved @@ -236,7 +236,7 @@ extends
  • NotResolved

    -
    public NotResolved(java.lang.String message,
    +
    public NotResolved(java.lang.String message,
                        java.lang.Throwable cause)
  • @@ -246,7 +246,7 @@ extends
  • NotResolved

    -
    public NotResolved(java.lang.String message)
    +
    public NotResolved(java.lang.String message)
  • diff --git a/latest/api/com/typesafe/config/ConfigException.Null.html b/latest/api/com/typesafe/config/ConfigException.Null.html index 6088367d..96e965f7 100644 --- a/latest/api/com/typesafe/config/ConfigException.Null.html +++ b/latest/api/com/typesafe/config/ConfigException.Null.html @@ -2,9 +2,9 @@ - + ConfigException.Null - + @@ -135,7 +135,7 @@

    -
    public static class ConfigException.Null
    +
    public static class ConfigException.Null
     extends ConfigException.Missing
    Exception indicates that the setting was treated as missing because it was set to null.
    @@ -236,7 +236,7 @@ extends
  • Null

    -
    public Null(ConfigOrigin origin,
    +
    public Null(ConfigOrigin origin,
                 java.lang.String path,
                 java.lang.String expected,
                 java.lang.Throwable cause)
    @@ -248,7 +248,7 @@ extends
  • Null

    -
    public Null(ConfigOrigin origin,
    +
    public Null(ConfigOrigin origin,
                 java.lang.String path,
                 java.lang.String expected)
  • diff --git a/latest/api/com/typesafe/config/ConfigException.Parse.html b/latest/api/com/typesafe/config/ConfigException.Parse.html index e25aebff..aeb9dd38 100644 --- a/latest/api/com/typesafe/config/ConfigException.Parse.html +++ b/latest/api/com/typesafe/config/ConfigException.Parse.html @@ -2,9 +2,9 @@ - + ConfigException.Parse - + @@ -134,7 +134,7 @@

    -
    public static class ConfigException.Parse
    +
    public static class ConfigException.Parse
     extends ConfigException
    Exception indicating that there was a parse error.
    @@ -232,7 +232,7 @@ extends
  • Parse

    -
    public Parse(ConfigOrigin origin,
    +
    public Parse(ConfigOrigin origin,
                  java.lang.String message,
                  java.lang.Throwable cause)
  • @@ -243,7 +243,7 @@ extends
  • Parse

    -
    public Parse(ConfigOrigin origin,
    +
    public Parse(ConfigOrigin origin,
                  java.lang.String message)
  • diff --git a/latest/api/com/typesafe/config/ConfigException.UnresolvedSubstitution.html b/latest/api/com/typesafe/config/ConfigException.UnresolvedSubstitution.html index 08c4d87f..4f72e43b 100644 --- a/latest/api/com/typesafe/config/ConfigException.UnresolvedSubstitution.html +++ b/latest/api/com/typesafe/config/ConfigException.UnresolvedSubstitution.html @@ -2,9 +2,9 @@ - + ConfigException.UnresolvedSubstitution - + @@ -135,7 +135,7 @@


    -
    public static class ConfigException.UnresolvedSubstitution
    +
    public static class ConfigException.UnresolvedSubstitution
     extends ConfigException.Parse
    Exception indicating that a substitution did not resolve to anything. Thrown by Config.resolve().
    @@ -234,7 +234,7 @@ extends
  • UnresolvedSubstitution

    -
    public UnresolvedSubstitution(ConfigOrigin origin,
    +
    public UnresolvedSubstitution(ConfigOrigin origin,
                                   java.lang.String detail,
                                   java.lang.Throwable cause)
  • @@ -245,7 +245,7 @@ extends
  • UnresolvedSubstitution

    -
    public UnresolvedSubstitution(ConfigOrigin origin,
    +
    public UnresolvedSubstitution(ConfigOrigin origin,
                                   java.lang.String detail)
  • diff --git a/latest/api/com/typesafe/config/ConfigException.ValidationFailed.html b/latest/api/com/typesafe/config/ConfigException.ValidationFailed.html index eba00fd1..2df76e7d 100644 --- a/latest/api/com/typesafe/config/ConfigException.ValidationFailed.html +++ b/latest/api/com/typesafe/config/ConfigException.ValidationFailed.html @@ -2,9 +2,9 @@ - + ConfigException.ValidationFailed - + @@ -136,7 +136,7 @@ var activeTableTab = "activeTableTab";

    -
    public static class ConfigException.ValidationFailed
    +
    public static class ConfigException.ValidationFailed
     extends ConfigException
    Exception indicating that Config.checkValid(com.typesafe.config.Config, java.lang.String...) found validity problems. The problems are available via the problems() method. @@ -242,7 +242,7 @@ extends
  • ValidationFailed

    -
    public ValidationFailed(java.lang.Iterable<ConfigException.ValidationProblem> problems)
    +
    public ValidationFailed(java.lang.Iterable<ConfigException.ValidationProblem> problems)
  • @@ -259,7 +259,7 @@ extends
  • problems

    -
    public java.lang.Iterable<problems()
    +
    public java.lang.Iterable<problems()
  • diff --git a/latest/api/com/typesafe/config/ConfigException.ValidationProblem.html b/latest/api/com/typesafe/config/ConfigException.ValidationProblem.html index cc484cd8..54ba9d8c 100644 --- a/latest/api/com/typesafe/config/ConfigException.ValidationProblem.html +++ b/latest/api/com/typesafe/config/ConfigException.ValidationProblem.html @@ -2,9 +2,9 @@ - + ConfigException.ValidationProblem - + @@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";

    -
    public static class ConfigException.ValidationProblem
    +
    public static class ConfigException.ValidationProblem
     extends java.lang.Object
    Information about a problem that occurred in Config.checkValid(com.typesafe.config.Config, java.lang.String...). A ConfigException.ValidationFailed exception thrown from @@ -205,7 +205,7 @@ extends java.lang.Object
    • path

      -
      public java.lang.String path()
      +
      public java.lang.String path()
      Returns the config setting causing the problem.
      Returns:
      @@ -238,7 +238,7 @@ extends java.lang.Object
    • origin

      -
      public origin()
      +
      public origin()
      Returns where the problem occurred (origin may include info on the file, line number, etc.).
      @@ -253,7 +253,7 @@ extends java.lang.Object
    • problem

      -
      public java.lang.String problem()
      +
      public java.lang.String problem()
      Returns a description of the problem.
      Returns:
      @@ -267,7 +267,7 @@ extends java.lang.Object
    diff --git a/latest/api/com/typesafe/config/ConfigException.html b/latest/api/com/typesafe/config/ConfigException.html index 967f079d..50abf6f6 100644 --- a/latest/api/com/typesafe/config/ConfigException.html +++ b/latest/api/com/typesafe/config/ConfigException.html @@ -2,9 +2,9 @@ - + ConfigException - + @@ -131,7 +131,7 @@ var activeTableTab = "activeTableTab";

    -
    public abstract class ConfigException
    +
    public abstract class ConfigException
     extends java.lang.RuntimeException
     implements java.io.Serializable
    All exceptions thrown by the library are subclasses of @@ -343,7 +343,7 @@ implements java.io.Serializable
    @@ -364,7 +364,7 @@ implements java.io.Serializable
    @@ -374,7 +374,7 @@ implements java.io.Serializable @@ -391,7 +391,7 @@ implements java.io.Serializable