public interface Configuration
Modifier and Type | Method and Description |
---|---|
String |
get(String name)
Get a property value
|
String |
get(String name,
String defaultValue)
Get a property value
|
String |
getPassword(String name)
Retrieves an encrypted configuration property (typically passwords).
|
Iterable<String> |
propertyNames()
Enumerates the name of each defined configuration property.
|
Iterable<String> propertyNames()
String get(String name)
name
- The name of the propertyString get(String name, String defaultValue)
name
- The name of the propertydefaultValue
- a default value to return if the property is not definedOracle REST Data Services Plugin API version: 3.0.0.65.09.35 Copyright © 2015 Oracle Corp. All Rights Reserved.