Package org.xnio

Class ReadPropertyAction

java.lang.Object
org.xnio.ReadPropertyAction
All Implemented Interfaces:
PrivilegedAction<String>

public final class ReadPropertyAction extends Object implements PrivilegedAction<String>
A simple property-read privileged action.
Author:
David M. Lloyd
  • Constructor Details

    • ReadPropertyAction

      public ReadPropertyAction(String propertyName, String defaultValue)
      Construct a new instance.
      Parameters:
      propertyName - the property name
      defaultValue - the default value
  • Method Details