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