public class SystemProperties extends Object
| Constructor and Description | 
|---|
SystemProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Integer | 
getInteger(String propertyName)  | 
static Integer | 
getInteger(String propertyName,
          int defaultValue)  | 
static Integer | 
getInteger(String propertyName,
          Integer defaultValue)  | 
static Long | 
getLong(String propertyName)  | 
static Long | 
getLong(String propertyName,
       int defaultValue)  | 
static Long | 
getLong(String propertyName,
       Long defaultValue)  | 
Copyright © 2021. All rights reserved.