public class Properties extends Object
| Constructor and Description |
|---|
Properties() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getMandatoryProperty(String name) |
static String |
getMandatoryProperty(String name,
String def)
Retrieve properties for system properties if not
found then retrieve from environment variables.
|
public static String getMandatoryProperty(String name, String def)
name - the name of the configuration propertydef - the definition of the propertyCopyright © 2025. All rights reserved.