Package org.infinispan.security.actions
Class GetSystemPropertyAsIntegerAction
- java.lang.Object
-
- org.infinispan.security.actions.GetSystemPropertyAsIntegerAction
-
- All Implemented Interfaces:
PrivilegedAction<Integer>
public class GetSystemPropertyAsIntegerAction extends Object implements PrivilegedAction<Integer>
Wrapper forInteger.getInteger(propertyName, defaultValue)
.- Since:
- 8.2
- Author:
- Dan Berindei
-
-
Constructor Summary
Constructors Constructor Description GetSystemPropertyAsIntegerAction(String propertyName, int defaultValue)
-
-
-
Constructor Detail
-
GetSystemPropertyAsIntegerAction
public GetSystemPropertyAsIntegerAction(String propertyName, int defaultValue)
-
-
Method Detail
-
run
public Integer run()
- Specified by:
run
in interfacePrivilegedAction<Integer>
-
-