Class GetSystemPropertyAction

java.lang.Object
net.bytebuddy.utility.privilege.GetSystemPropertyAction
All Implemented Interfaces:
PrivilegedAction<String>

@Enhance public class GetSystemPropertyAction extends Object implements PrivilegedAction<String>
An action for reading a system property as a privileged action.
  • Field Details

    • key

      private final String key
      The property key.
  • Constructor Details

    • GetSystemPropertyAction

      public GetSystemPropertyAction(String key)
      Creates a new action for reading a system property.
      Parameters:
      key - The property key.
  • Method Details