| java.lang.Object abbot.util.Properties
Properties | public class Properties (Code) | | |
Method Summary | |
public static int | getProperty(String name, int defValue, int min, int max) Load an integer system property, keeping it within the given valid
range. | public static long | getProperty(String name, long min, long max, long defValue) Load a long system property, keeping it within the given valid
range. |
getProperty | public static int getProperty(String name, int defValue, int min, int max)(Code) | | Load an integer system property, keeping it within the given valid
range.
|
getProperty | public static long getProperty(String name, long min, long max, long defValue)(Code) | | Load a long system property, keeping it within the given valid
range.
|
|
|