Returns a new config key that is marked absolute.
Returns a new config key that is marked absolute. If this key is already
absolute, then this method returns this
.
absolute key
Indicates whether or not this key is absolute or relative.
Indicates whether or not this key is absolute or relative.
true if absolute, false otherwise
Returns a new config key equal to this key prefixed by the supplied value, if this key is relative.
Returns a new config key equal to this key prefixed by the supplied value, if this key is relative. If this key is absolute, this method has no effect.
prefix
prefixed key (if this key is relative), this otherwise
(Since version ) see corresponding Javadoc for more information.
A key in a Typesafe
Config
object.Keys may be absolute or relative. Relative keys are relative to a specific
Config
object, which may be arbitrarily nested inside other config keys. An absolute key refers to a path from the root of the config tree.