Package com.atlassian.bamboo.utils
Class SystemProperty.IntegerSystemProperty
- java.lang.Object
-
- com.atlassian.bamboo.utils.AbstractSystemProperty
-
- com.atlassian.bamboo.utils.SystemProperty.IntegerSystemProperty
-
- Enclosing class:
- SystemProperty
public static class SystemProperty.IntegerSystemProperty extends AbstractSystemProperty
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.utils.AbstractSystemProperty
myPropertyKey, myPropertyValue
-
-
Constructor Summary
Constructors Constructor Description IntegerSystemProperty(boolean mandatory, long defaultValue, String... properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getTypedValue()
-
-
-
Constructor Detail
-
IntegerSystemProperty
public IntegerSystemProperty(boolean mandatory, long defaultValue, String... properties)
-
-
Method Detail
-
getTypedValue
public long getTypedValue()
- Returns:
- integer value of property
- Throws:
NumberFormatException
- if property cannot be parsed
-
-