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