Package org.infinispan.security.actions
Class GetSystemPropertyAsIntegerAction
java.lang.Object
org.infinispan.security.actions.GetSystemPropertyAsIntegerAction
- All Implemented Interfaces:
PrivilegedAction<Integer>
Wrapper for
Integer.getInteger(propertyName, defaultValue)
.- Since:
- 8.2
- Author:
- Dan Berindei
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GetSystemPropertyAsIntegerAction
-
-
Method Details
-
run
- Specified by:
run
in interfacePrivilegedAction<Integer>
-