public class Properties extends Object
Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
static int |
getProperty(String name,
int defValue,
int min,
int max)
Load an integer system property, keeping it within the given valid
range.
|
static long |
getProperty(String name,
long min,
long max,
long defValue)
Load a long system property, keeping it within the given valid
range.
|
public static int getProperty(String name, int defValue, int min, int max)
public static long getProperty(String name, long min, long max, long defValue)
Abbot is hosted on