public static final class ConfigFileReader.ConfigFile extends Object
ConfigFile represents a simple lookup mechanism for a OCI config file.
Modifier and Type | Method and Description |
---|---|
String |
get(String key)
Gets the value associated with a given key.
|
String |
toString() |
public String get(String key)
Gets the value associated with a given key. The value returned will be the one for the selected profile (if available), else the value in the DEFAULT profile (if specified), else null.
key
- The key to look up.Copyright © 2016–2024. All rights reserved.