Package net.bytebuddy.utility.privilege
Class GetSystemPropertyAction
java.lang.Object
net.bytebuddy.utility.privilege.GetSystemPropertyAction
- All Implemented Interfaces:
PrivilegedAction<String>
An action for reading a system property as a privileged action.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new action for reading a system property. -
Method Summary
-
Field Details
-
key
The property key.
-
-
Constructor Details
-
GetSystemPropertyAction
Creates a new action for reading a system property.- Parameters:
key
- The property key.
-
-
Method Details
-
run
- Specified by:
run
in interfacePrivilegedAction<String>
-