public class MavenReader extends Object
| Constructor and Description |
|---|
MavenReader() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
getBooleanProperty(String key)
gets key value from maven properties.
|
static int |
getIntegerProperty(String key)
gets key value from maven properties.
|
static String |
getStringProperty(String key)
gets the value of the properties file based on key value, And sets default
value if value is missing
|
public static int getIntegerProperty(String key)
key - key in properties filepublic static String getStringProperty(String key)
key - key in properties fileCopyright © 2020. All rights reserved.