public final class PropertyUtils extends Object
Modifier and Type | Method and Description |
---|---|
static int |
getIntSystemProperty(String propName,
int defaultValue)
Obtains the given property from the System properties and returns as an int.
|
public static int getIntSystemProperty(String propName, int defaultValue)
propName
- the name of the property to getdefaultValue
- the default valuedefaultValue
if not found.Copyright © 2017 OpenDaylight. All rights reserved.