Class GetSystemPropertyAsIntegerAction

java.lang.Object
org.infinispan.security.actions.GetSystemPropertyAsIntegerAction
All Implemented Interfaces:
PrivilegedAction<Integer>

public class GetSystemPropertyAsIntegerAction extends Object implements PrivilegedAction<Integer>
Wrapper for Integer.getInteger(propertyName, defaultValue).
Since:
8.2
Author:
Dan Berindei
  • Constructor Details

    • GetSystemPropertyAsIntegerAction

      public GetSystemPropertyAsIntegerAction(String propertyName, int defaultValue)
  • Method Details