Package org.jboss.weld.security
Class GetSystemPropertyAction
- java.lang.Object
-
- org.jboss.weld.security.GetSystemPropertyAction
-
- All Implemented Interfaces:
PrivilegedAction<String>
public class GetSystemPropertyAction extends Object implements PrivilegedAction<String>
-
-
Constructor Summary
Constructors Constructor Description GetSystemPropertyAction(String propertyName)
-
-
-
Constructor Detail
-
GetSystemPropertyAction
public GetSystemPropertyAction(String propertyName)
-
-
Method Detail
-
run
public String run()
- Specified by:
runin interfacePrivilegedAction<String>
-
-