From 8de3a076ee62e0b4f0c72166a8886d34568e504f Mon Sep 17 00:00:00 2001 From: Konrad Malawski Date: Thu, 22 Feb 2018 00:44:23 +0900 Subject: [PATCH] docs for 1.3.3 --- latest/api/allclasses-frame.html | 4 +- latest/api/allclasses-noframe.html | 4 +- latest/api/com/typesafe/config/Config.html | 140 +- .../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 | 118 +- .../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 | 10 +- .../api/com/typesafe/config/ConfigObject.html | 24 +- .../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 | 24 +- .../com/typesafe/config/ConfigResolver.html | 10 +- .../api/com/typesafe/config/ConfigSyntax.html | 22 +- .../api/com/typesafe/config/ConfigUtil.html | 14 +- .../api/com/typesafe/config/ConfigValue.html | 26 +- .../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 | 46 +- .../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 | 6 +- .../typesafe/config/impl/package-tree.html | 4 +- .../com/typesafe/config/package-frame.html | 4 +- .../com/typesafe/config/package-summary.html | 26 +- .../api/com/typesafe/config/package-tree.html | 4 +- .../config/parser/ConfigDocument.html | 16 +- .../config/parser/ConfigDocumentFactory.html | 20 +- .../typesafe/config/parser/ConfigNode.html | 12 +- .../typesafe/config/parser/package-frame.html | 4 +- .../config/parser/package-summary.html | 6 +- .../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 | 12 +- latest/api/index.html | 2 +- latest/api/overview-frame.html | 4 +- latest/api/overview-summary.html | 10 +- latest/api/overview-tree.html | 4 +- latest/api/serialized-form.html | 8 +- .../src-html/com/typesafe/config/Config.html | 20 +- .../com/typesafe/config/ConfigFactory.html | 4 +- .../com/typesafe/config/ConfigMergeable.html | 2 +- .../typesafe/config/ConfigResolveOptions.html | 2 +- .../com/typesafe/config/ConfigSyntax.html | 4 +- .../typesafe/config/parser/ConfigNode.html | 4 +- v1.3.3/allclasses-frame.html | 68 + v1.3.3/allclasses-noframe.html | 68 + v1.3.3/api/allclasses-frame.html | 68 + v1.3.3/api/allclasses-noframe.html | 68 + v1.3.3/api/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 ++++ .../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 ++ .../api/com/typesafe/config/ConfigList.html | 315 +++ .../config/ConfigLoadingStrategy.html | 239 ++ .../com/typesafe/config/ConfigMemorySize.html | 327 +++ .../com/typesafe/config/ConfigMergeable.html | 288 +++ .../api/com/typesafe/config/ConfigObject.html | 543 +++++ .../api/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 +++ .../api/com/typesafe/config/ConfigSyntax.html | 379 +++ .../api/com/typesafe/config/ConfigUtil.html | 338 +++ .../api/com/typesafe/config/ConfigValue.html | 507 ++++ .../typesafe/config/ConfigValueFactory.html | 439 ++++ .../com/typesafe/config/ConfigValueType.html | 389 +++ .../config/DefaultConfigLoadingStrategy.html | 289 +++ v1.3.3/api/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 ++ .../com/typesafe/config/package-frame.html | 73 + .../com/typesafe/config/package-summary.html | 523 ++++ .../api/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.3/api/constant-values.html | 122 + v1.3.3/api/deprecated-list.html | 161 ++ v1.3.3/api/help-doc.html | 223 ++ v1.3.3/api/index-all.html | 1705 +++++++++++++ v1.3.3/api/index.html | 75 + v1.3.3/api/overview-frame.html | 23 + v1.3.3/api/overview-summary.html | 163 ++ v1.3.3/api/overview-tree.html | 253 ++ v1.3.3/api/package-list | 3 + v1.3.3/api/script.js | 30 + v1.3.3/api/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.3/api/stylesheet.css | 574 +++++ v1.3.3/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.3/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.3/com/typesafe/config/ConfigList.html | 315 +++ .../config/ConfigLoadingStrategy.html | 239 ++ .../com/typesafe/config/ConfigMemorySize.html | 327 +++ .../com/typesafe/config/ConfigMergeable.html | 288 +++ v1.3.3/com/typesafe/config/ConfigObject.html | 543 +++++ v1.3.3/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.3/com/typesafe/config/ConfigSyntax.html | 379 +++ v1.3.3/com/typesafe/config/ConfigUtil.html | 338 +++ v1.3.3/com/typesafe/config/ConfigValue.html | 507 ++++ .../typesafe/config/ConfigValueFactory.html | 439 ++++ .../com/typesafe/config/ConfigValueType.html | 389 +++ .../config/DefaultConfigLoadingStrategy.html | 289 +++ v1.3.3/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.3/com/typesafe/config/package-frame.html | 73 + .../com/typesafe/config/package-summary.html | 523 ++++ v1.3.3/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.3/constant-values.html | 122 + v1.3.3/deprecated-list.html | 161 ++ v1.3.3/help-doc.html | 223 ++ v1.3.3/index-all.html | 1705 +++++++++++++ v1.3.3/index.html | 75 + v1.3.3/overview-frame.html | 23 + v1.3.3/overview-summary.html | 163 ++ v1.3.3/overview-tree.html | 253 ++ v1.3.3/package-list | 3 + v1.3.3/script.js | 30 + v1.3.3/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.3/stylesheet.css | 574 +++++ 322 files changed, 87001 insertions(+), 583 deletions(-) create mode 100644 v1.3.3/allclasses-frame.html create mode 100644 v1.3.3/allclasses-noframe.html create mode 100644 v1.3.3/api/allclasses-frame.html create mode 100644 v1.3.3/api/allclasses-noframe.html create mode 100644 v1.3.3/api/com/typesafe/config/Config.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigBeanFactory.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.BadBean.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.BadPath.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.BadValue.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.BugOrBroken.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.Generic.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.IO.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.Missing.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.NotResolved.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.Null.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.Parse.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.UnresolvedSubstitution.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.ValidationFailed.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.ValidationProblem.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.WrongType.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigException.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigFactory.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigIncludeContext.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigIncluder.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigIncluderClasspath.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigIncluderFile.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigIncluderURL.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigList.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigLoadingStrategy.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigMemorySize.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigMergeable.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigObject.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigOrigin.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigOriginFactory.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigParseOptions.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigParseable.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigRenderOptions.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigResolveOptions.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigResolver.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigSyntax.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigUtil.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigValue.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigValueFactory.html create mode 100644 v1.3.3/api/com/typesafe/config/ConfigValueType.html create mode 100644 v1.3.3/api/com/typesafe/config/DefaultConfigLoadingStrategy.html create mode 100644 v1.3.3/api/com/typesafe/config/Optional.html create mode 100644 v1.3.3/api/com/typesafe/config/impl/ConfigBeanImpl.html create mode 100644 v1.3.3/api/com/typesafe/config/impl/ConfigImpl.html create mode 100644 v1.3.3/api/com/typesafe/config/impl/ConfigImplUtil.html create mode 100644 v1.3.3/api/com/typesafe/config/impl/Parseable.Relativizer.html create mode 100644 v1.3.3/api/com/typesafe/config/impl/Parseable.html create mode 100644 v1.3.3/api/com/typesafe/config/impl/package-frame.html create mode 100644 v1.3.3/api/com/typesafe/config/impl/package-summary.html create mode 100644 v1.3.3/api/com/typesafe/config/impl/package-tree.html create mode 100644 v1.3.3/api/com/typesafe/config/package-frame.html create mode 100644 v1.3.3/api/com/typesafe/config/package-summary.html create mode 100644 v1.3.3/api/com/typesafe/config/package-tree.html create mode 100644 v1.3.3/api/com/typesafe/config/parser/ConfigDocument.html create mode 100644 v1.3.3/api/com/typesafe/config/parser/ConfigDocumentFactory.html create mode 100644 v1.3.3/api/com/typesafe/config/parser/ConfigNode.html create mode 100644 v1.3.3/api/com/typesafe/config/parser/package-frame.html create mode 100644 v1.3.3/api/com/typesafe/config/parser/package-summary.html create mode 100644 v1.3.3/api/com/typesafe/config/parser/package-tree.html create mode 100644 v1.3.3/api/constant-values.html create mode 100644 v1.3.3/api/deprecated-list.html create mode 100644 v1.3.3/api/help-doc.html create mode 100644 v1.3.3/api/index-all.html create mode 100644 v1.3.3/api/index.html create mode 100644 v1.3.3/api/overview-frame.html create mode 100644 v1.3.3/api/overview-summary.html create mode 100644 v1.3.3/api/overview-tree.html create mode 100644 v1.3.3/api/package-list create mode 100644 v1.3.3/api/script.js create mode 100644 v1.3.3/api/serialized-form.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/Config.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigBeanFactory.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.BadBean.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.BadPath.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.BadValue.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.BugOrBroken.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.Generic.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.IO.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.Missing.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.NotResolved.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.Null.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.Parse.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.UnresolvedSubstitution.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.ValidationFailed.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.ValidationProblem.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.WrongType.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigException.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigFactory.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigIncludeContext.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigIncluder.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigIncluderClasspath.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigIncluderFile.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigIncluderURL.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigList.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigLoadingStrategy.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigMemorySize.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigMergeable.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigObject.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigOrigin.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigOriginFactory.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigParseOptions.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigParseable.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigRenderOptions.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigResolveOptions.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigResolver.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigSyntax.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigUtil.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigValue.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigValueFactory.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/ConfigValueType.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/DefaultConfigLoadingStrategy.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/Optional.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/impl/ConfigBeanImpl.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/impl/ConfigImpl.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/impl/ConfigImplUtil.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/impl/Parseable.Relativizer.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/impl/Parseable.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/parser/ConfigDocument.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/parser/ConfigDocumentFactory.html create mode 100644 v1.3.3/api/src-html/com/typesafe/config/parser/ConfigNode.html create mode 100644 v1.3.3/api/stylesheet.css create mode 100644 v1.3.3/com/typesafe/config/Config.html create mode 100644 v1.3.3/com/typesafe/config/ConfigBeanFactory.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.BadBean.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.BadPath.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.BadValue.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.BugOrBroken.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.Generic.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.IO.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.Missing.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.NotResolved.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.Null.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.Parse.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.UnresolvedSubstitution.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.ValidationFailed.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.ValidationProblem.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.WrongType.html create mode 100644 v1.3.3/com/typesafe/config/ConfigException.html create mode 100644 v1.3.3/com/typesafe/config/ConfigFactory.html create mode 100644 v1.3.3/com/typesafe/config/ConfigIncludeContext.html create mode 100644 v1.3.3/com/typesafe/config/ConfigIncluder.html create mode 100644 v1.3.3/com/typesafe/config/ConfigIncluderClasspath.html create mode 100644 v1.3.3/com/typesafe/config/ConfigIncluderFile.html create mode 100644 v1.3.3/com/typesafe/config/ConfigIncluderURL.html create mode 100644 v1.3.3/com/typesafe/config/ConfigList.html create mode 100644 v1.3.3/com/typesafe/config/ConfigLoadingStrategy.html create mode 100644 v1.3.3/com/typesafe/config/ConfigMemorySize.html create mode 100644 v1.3.3/com/typesafe/config/ConfigMergeable.html create mode 100644 v1.3.3/com/typesafe/config/ConfigObject.html create mode 100644 v1.3.3/com/typesafe/config/ConfigOrigin.html create mode 100644 v1.3.3/com/typesafe/config/ConfigOriginFactory.html create mode 100644 v1.3.3/com/typesafe/config/ConfigParseOptions.html create mode 100644 v1.3.3/com/typesafe/config/ConfigParseable.html create mode 100644 v1.3.3/com/typesafe/config/ConfigRenderOptions.html create mode 100644 v1.3.3/com/typesafe/config/ConfigResolveOptions.html create mode 100644 v1.3.3/com/typesafe/config/ConfigResolver.html create mode 100644 v1.3.3/com/typesafe/config/ConfigSyntax.html create mode 100644 v1.3.3/com/typesafe/config/ConfigUtil.html create mode 100644 v1.3.3/com/typesafe/config/ConfigValue.html create mode 100644 v1.3.3/com/typesafe/config/ConfigValueFactory.html create mode 100644 v1.3.3/com/typesafe/config/ConfigValueType.html create mode 100644 v1.3.3/com/typesafe/config/DefaultConfigLoadingStrategy.html create mode 100644 v1.3.3/com/typesafe/config/Optional.html create mode 100644 v1.3.3/com/typesafe/config/impl/ConfigBeanImpl.html create mode 100644 v1.3.3/com/typesafe/config/impl/ConfigImpl.html create mode 100644 v1.3.3/com/typesafe/config/impl/ConfigImplUtil.html create mode 100644 v1.3.3/com/typesafe/config/impl/Parseable.Relativizer.html create mode 100644 v1.3.3/com/typesafe/config/impl/Parseable.html create mode 100644 v1.3.3/com/typesafe/config/impl/package-frame.html create mode 100644 v1.3.3/com/typesafe/config/impl/package-summary.html create mode 100644 v1.3.3/com/typesafe/config/impl/package-tree.html create mode 100644 v1.3.3/com/typesafe/config/package-frame.html create mode 100644 v1.3.3/com/typesafe/config/package-summary.html create mode 100644 v1.3.3/com/typesafe/config/package-tree.html create mode 100644 v1.3.3/com/typesafe/config/parser/ConfigDocument.html create mode 100644 v1.3.3/com/typesafe/config/parser/ConfigDocumentFactory.html create mode 100644 v1.3.3/com/typesafe/config/parser/ConfigNode.html create mode 100644 v1.3.3/com/typesafe/config/parser/package-frame.html create mode 100644 v1.3.3/com/typesafe/config/parser/package-summary.html create mode 100644 v1.3.3/com/typesafe/config/parser/package-tree.html create mode 100644 v1.3.3/constant-values.html create mode 100644 v1.3.3/deprecated-list.html create mode 100644 v1.3.3/help-doc.html create mode 100644 v1.3.3/index-all.html create mode 100644 v1.3.3/index.html create mode 100644 v1.3.3/overview-frame.html create mode 100644 v1.3.3/overview-summary.html create mode 100644 v1.3.3/overview-tree.html create mode 100644 v1.3.3/package-list create mode 100644 v1.3.3/script.js create mode 100644 v1.3.3/serialized-form.html create mode 100644 v1.3.3/src-html/com/typesafe/config/Config.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigBeanFactory.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.BadBean.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.BadPath.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.BadValue.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.BugOrBroken.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.Generic.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.IO.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.Missing.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.NotResolved.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.Null.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.Parse.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.UnresolvedSubstitution.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.ValidationFailed.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.ValidationProblem.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.WrongType.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigException.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigFactory.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigIncludeContext.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigIncluder.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigIncluderClasspath.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigIncluderFile.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigIncluderURL.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigList.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigLoadingStrategy.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigMemorySize.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigMergeable.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigObject.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigOrigin.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigOriginFactory.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigParseOptions.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigParseable.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigRenderOptions.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigResolveOptions.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigResolver.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigSyntax.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigUtil.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigValue.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigValueFactory.html create mode 100644 v1.3.3/src-html/com/typesafe/config/ConfigValueType.html create mode 100644 v1.3.3/src-html/com/typesafe/config/DefaultConfigLoadingStrategy.html create mode 100644 v1.3.3/src-html/com/typesafe/config/Optional.html create mode 100644 v1.3.3/src-html/com/typesafe/config/impl/ConfigBeanImpl.html create mode 100644 v1.3.3/src-html/com/typesafe/config/impl/ConfigImpl.html create mode 100644 v1.3.3/src-html/com/typesafe/config/impl/ConfigImplUtil.html create mode 100644 v1.3.3/src-html/com/typesafe/config/impl/Parseable.Relativizer.html create mode 100644 v1.3.3/src-html/com/typesafe/config/impl/Parseable.html create mode 100644 v1.3.3/src-html/com/typesafe/config/parser/ConfigDocument.html create mode 100644 v1.3.3/src-html/com/typesafe/config/parser/ConfigDocumentFactory.html create mode 100644 v1.3.3/src-html/com/typesafe/config/parser/ConfigNode.html create mode 100644 v1.3.3/stylesheet.css diff --git a/latest/api/allclasses-frame.html b/latest/api/allclasses-frame.html index 472aba1d..659f9a99 100644 --- a/latest/api/allclasses-frame.html +++ b/latest/api/allclasses-frame.html @@ -2,9 +2,9 @@ - + All Classes - + diff --git a/latest/api/allclasses-noframe.html b/latest/api/allclasses-noframe.html index 7bf7abb3..33a7f0f0 100644 --- a/latest/api/allclasses-noframe.html +++ b/latest/api/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes - + diff --git a/latest/api/com/typesafe/config/Config.html b/latest/api/com/typesafe/config/Config.html index f523d3d4..2f6b6cde 100644 --- a/latest/api/com/typesafe/config/Config.html +++ b/latest/api/com/typesafe/config/Config.html @@ -2,9 +2,9 @@ - + Config - + @@ -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 @@ -130,7 +130,7 @@ extends on + href="https://github.com/lightbend/config/tree/master/examples">on GitHub. Also be sure to read the package overview which describes the big picture as shown in those examples. @@ -150,7 +150,7 @@ extends spec for + href="https://github.com/lightbend/config/blob/master/HOCON.md">spec for Human-Optimized Config Object Notation. In brief, a path is period-separated so "a.b.c" looks for key c in object b in object a in the root object. Sometimes double quotes are needed around special characters in @@ -202,7 +202,7 @@ extends specification. Resolving substitutions replaces these references with real values. @@ -571,7 +571,7 @@ extends resolve()
Returns a replacement config with all substitutions (the ${foo.bar} syntax, see the + href="https://github.com/lightbend/config/blob/master/HOCON.md">the spec) resolved.
@@ -652,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).
    @@ -668,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.
    @@ -683,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. @@ -694,7 +694,7 @@ extends spec + href="https://github.com/lightbend/config/blob/master/HOCON.md">spec for HOCON. Merging typically occurs when either the same object is created twice in the same file, or two config files are both loaded. For example: @@ -746,10 +746,10 @@ extends
  • resolve

    -
    resolve()
    +
    resolve()
    Returns a replacement config with all substitutions (the ${foo.bar} syntax, see the + href="https://github.com/lightbend/config/blob/master/HOCON.md">the spec) resolved. Substitutions are looked up using this Config as the root object, that is, a substitution ${foo.bar} will be replaced with the result of @@ -809,7 +809,7 @@ extends
  • resolve

    -
    resolve(ConfigResolveOptions options)
    +
    resolve(ConfigResolveOptions options)
    Like resolve() but allows you to specify non-default options.
    @@ -826,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 @@ -849,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; @@ -884,7 +884,7 @@ extends
  • resolveWith

    -
    resolveWith(Config source,
    +
    resolveWith(Config source,
                        ConfigResolveOptions options)
    Like resolveWith(Config) but allows you to specify non-default options.
    @@ -906,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 @@ -994,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 @@ -1026,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 @@ -1074,7 +1074,7 @@ extends
  • isEmpty

    -
    boolean isEmpty()
    +
    boolean isEmpty()
    Returns true if the Config's root object contains no key-value pairs.
    @@ -1089,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 @@ -1120,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 @@ -1152,7 +1152,7 @@ extends
  • getBoolean

    -
    boolean getBoolean(java.lang.String path)
    +
    boolean getBoolean(java.lang.String path)
    Parameters:
    path - path expression
    @@ -1170,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
    @@ -1188,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 @@ -1212,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 @@ -1235,7 +1235,7 @@ extends
  • getDouble

    -
    double getDouble(java.lang.String path)
    +
    double getDouble(java.lang.String path)
    Parameters:
    path - path expression
    @@ -1253,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
    @@ -1271,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:
    @@ -1294,7 +1294,7 @@ extends
  • getObject

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

    -
    getConfig(java.lang.String path)
    +
    getConfig(java.lang.String path)
    Parameters:
    path - path expression
    @@ -1330,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()).
    @@ -1350,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 @@ -1371,12 +1371,12 @@ 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 the the + href="https://github.com/lightbend/config/blob/master/HOCON.md">the spec.
    Parameters:
    @@ -1396,12 +1396,12 @@ 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 the the + href="https://github.com/lightbend/config/blob/master/HOCON.md">the spec.
    Parameters:
    @@ -1424,12 +1424,12 @@ 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 units suffixes like "10m" or "5ns" as documented in the the + href="https://github.com/lightbend/config/blob/master/HOCON.md">the spec.
    Parameters:
    @@ -1450,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 @@ -1474,14 +1474,14 @@ 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 number, then it's taken as milliseconds and then converted to the requested TimeUnit; if it's a string, it's parsed understanding units suffixes like "10m" or "5ns" as documented in the the + href="https://github.com/lightbend/config/blob/master/HOCON.md">the spec.
    Parameters:
    @@ -1504,12 +1504,12 @@ 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 "10m" or "5ns" as documented in the the + href="https://github.com/lightbend/config/blob/master/HOCON.md">the spec. This method never returns null.
    Parameters:
    @@ -1531,12 +1531,12 @@ java.lang.Long 
  • getPeriod

    -
    java.time.Period getPeriod(java.lang.String path)
    +
    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 + href="https://github.com/lightbend/config/blob/master/HOCON.md">the spec. This method never returns null.
    Parameters:
    @@ -1558,7 +1558,7 @@ java.lang.Long 
  • getTemporal

    -
    java.time.temporal.TemporalAmount getTemporal(java.lang.String path)
    +
    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. @@ -1581,7 +1581,7 @@ java.lang.Long 
  • getList

    -
    getList(java.lang.String path)
    +
    getList(java.lang.String path)
    Gets a list value (with any element type) as a ConfigList, which implements java.util.List<ConfigValue>. Throws if the path is unset or null.
    @@ -1602,7 +1602,7 @@ java.lang.Long 
  • getBooleanList

    -
    java.util.List<java.lang.Boolean> getBooleanList(java.lang.String path)
    +
    java.util.List<java.lang.Boolean> getBooleanList(java.lang.String path)
    Gets a list value with boolean elements. Throws if the path is unset or null or not a list or contains values not convertible to boolean.
    @@ -1623,7 +1623,7 @@ java.lang.Long 
  • getNumberList

    -
    java.util.List<java.lang.Number> getNumberList(java.lang.String path)
    +
    java.util.List<java.lang.Number> getNumberList(java.lang.String path)
    Gets a list value with number elements. Throws if the path is unset or null or not a list or contains values not convertible to number.
    @@ -1644,7 +1644,7 @@ java.lang.Long 
  • getIntList

    -
    java.util.List<java.lang.Integer> getIntList(java.lang.String path)
    +
    java.util.List<java.lang.Integer> getIntList(java.lang.String path)
    Gets a list value with int elements. Throws if the path is unset or null or not a list or contains values not convertible to int.
    @@ -1665,7 +1665,7 @@ java.lang.Long 
  • getLongList

    -
    java.util.List<java.lang.Long> getLongList(java.lang.String path)
    +
    java.util.List<java.lang.Long> getLongList(java.lang.String path)
    Gets a list value with long elements. Throws if the path is unset or null or not a list or contains values not convertible to long.
    @@ -1686,7 +1686,7 @@ java.lang.Long 
  • getDoubleList

    -
    java.util.List<java.lang.Double> getDoubleList(java.lang.String path)
    +
    java.util.List<java.lang.Double> getDoubleList(java.lang.String path)
    Gets a list value with double elements. Throws if the path is unset or null or not a list or contains values not convertible to double.
    @@ -1707,7 +1707,7 @@ java.lang.Long 
  • getStringList

    -
    java.util.List<java.lang.String> getStringList(java.lang.String path)
    +
    java.util.List<java.lang.String> getStringList(java.lang.String path)
    Gets a list value with string elements. Throws if the path is unset or null or not a list or contains values not convertible to string.
    @@ -1728,7 +1728,7 @@ java.lang.Long 
  • getEnumList

    -
    <T extends java.lang.Enum<T>> java.util.List<T> getEnumList(java.lang.Class<T> enumClass,
    +
    <T extends java.lang.Enum<T>> java.util.List<T> getEnumList(java.lang.Class<T> enumClass,
                                                                 java.lang.String path)
    Gets a list value with Enum elements. Throws if the path is unset or null or not a list or contains values not @@ -1753,7 +1753,7 @@ java.lang.Long 
  • getObjectList

    -
    java.util.List<? extends getObjectList(java.lang.String path)
    +
    java.util.List<? extends getObjectList(java.lang.String path)
    Gets a list value with object elements. Throws if the path is unset or null or not a list or contains values not convertible to ConfigObject.
    @@ -1774,7 +1774,7 @@ java.lang.Long 
  • getConfigList

    -
    java.util.List<? extends getConfigList(java.lang.String path)
    +
    java.util.List<? extends getConfigList(java.lang.String path)
    Gets a list value with Config elements. Throws if the path is unset or null or not a list or contains values not convertible to Config.
    @@ -1795,7 +1795,7 @@ java.lang.Long 
  • getAnyRefList

    -
    java.util.List<? extends java.lang.Object> getAnyRefList(java.lang.String path)
    +
    java.util.List<? extends java.lang.Object> getAnyRefList(java.lang.String path)
    Gets a list value with any kind of elements. Throws if the path is unset or null or not a list. Each element is "unwrapped" (see ConfigValue.unwrapped()).
    @@ -1816,7 +1816,7 @@ java.lang.Long 
  • getBytesList

    -
    java.util.List<java.lang.Long> getBytesList(java.lang.String path)
    +
    java.util.List<java.lang.Long> getBytesList(java.lang.String path)
    Gets a list value with elements representing a size in bytes. Throws if the path is unset or null or not a list or contains values not convertible to memory sizes.
    @@ -1837,7 +1837,7 @@ java.lang.Long 
  • getMemorySizeList

    -
    java.util.List<getMemorySizeList(java.lang.String path)
    +
    java.util.List<getMemorySizeList(java.lang.String path)
    Gets a list, converting each value in the list to a memory size, using the same rules as getMemorySize(String).
    @@ -1860,7 +1860,7 @@ java.lang.Long 

    getMillisecondsList

    @Deprecated
    -java.util.List<java.lang.Long> getMillisecondsList(java.lang.String path)
    +java.util.List<java.lang.Long> getMillisecondsList(java.lang.String path)
  • Deprecated. As of release 1.1, replaced by getDurationList(String, TimeUnit)
    Parameters:
    @@ -1877,7 +1877,7 @@ java.util.List<java.lang.Long> 

    getNanosecondsList

    @Deprecated
    -java.util.List<java.lang.Long> getNanosecondsList(java.lang.String path)
    +java.util.List<java.lang.Long> getNanosecondsList(java.lang.String path)
  • Deprecated. As of release 1.1, replaced by getDurationList(String, TimeUnit)
    Parameters:
    @@ -1893,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).
    @@ -1914,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).
    @@ -1933,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.

    @@ -1953,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 @@ -1972,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 @@ -1992,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)).
    @@ -2011,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 9582006f..f107c530 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 e38fe2b2..2f07e502 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 ab172230..bdf43b85 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 7df4f6bf..4c159ec6 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 9317ce9f..7dfcb98d 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 b0fa43e3..74494080 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 8def3196..cf62b695 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 94f0cd48..9ee7c8e9 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 ecf3f60d..7ab72019 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 96e965f7..045f8330 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 aeb9dd38..f8169770 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 4f72e43b..debf5540 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 2df76e7d..22f52c68 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 54ba9d8c..8bbad028 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 50abf6f6..74f126aa 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