public final class Properties extends Object
Modifier and Type | Field and Description |
---|---|
static Properties |
EMPTY_PROPERTIES
Empty Properties
|
Constructor and Description |
---|
Properties(String key,
ValueMap strings)
Construct
|
Modifier and Type | Method and Description |
---|---|
ValueMap |
getAll()
Get direct access to all values from the properties file.
|
String |
getString(String key)
Get the property value identified by its 'key'.
|
String |
toString() |
public static final Properties EMPTY_PROPERTIES
public final ValueMap getAll()
public final String getString(String key)
key
- public final String toString()
toString
in class Object
Object.toString()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.