Class GetPropertyAction

java.lang.Object
jakarta.xml.bind.GetPropertyAction
All Implemented Interfaces:
PrivilegedAction<String>

final class GetPropertyAction extends Object implements PrivilegedAction<String>
PrivilegedAction that gets the system property value.
  • Field Details

    • propertyName

      private final String propertyName
  • Constructor Details

    • GetPropertyAction

      public GetPropertyAction(String propertyName)
  • Method Details