Package | Description |
---|---|
com.typesafe.config |
An API for loading and using configuration files, see the project site
for more information.
|
Modifier and Type | Method and Description |
---|---|
ConfigObject |
ConfigIncluder.include(ConfigIncludeContext context,
String what)
Parses another item to be included.
|
ConfigObject |
ConfigIncluderFile.includeFile(ConfigIncludeContext context,
File what)
Parses another item to be included.
|
ConfigObject |
ConfigIncluderClasspath.includeResources(ConfigIncludeContext context,
String what)
Parses another item to be included.
|
ConfigObject |
ConfigIncluderURL.includeURL(ConfigIncludeContext context,
URL what)
Parses another item to be included.
|
Copyright © 2018 com.typesafe. All rights reserved.