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