public class CloverProperties extends Object
| Constructor and Description |
|---|
CloverProperties(String... instrTimeProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanProperty(String name,
boolean defaultValue) |
static boolean |
getBooleanSysProperty(String name,
boolean defaultValue) |
String |
getProperty(String name) |
static String |
getSysProperty(String name,
String defaultValue) |
static CloverProperties |
newEmptyProperties() |
String |
toString() |
public CloverProperties(String... instrTimeProperties)
public boolean getBooleanProperty(String name, boolean defaultValue)
public static boolean getBooleanSysProperty(String name, boolean defaultValue)
public static CloverProperties newEmptyProperties()
Copyright © 2023 OpenClover.org. All rights reserved.