gnu.inet.util

Class GetSystemPropertyAction

Implemented Interfaces:
PrivilegedAction

public class GetSystemPropertyAction
extends java.lang.Object
implements PrivilegedAction

Privileged action for retrieving system properties.

Constructor Summary

GetSystemPropertyAction(String name)
Constructor.

Method Summary

Object
run()

Constructor Details

GetSystemPropertyAction

public GetSystemPropertyAction(String name)
Constructor.
Parameters:
name - the the name of the system property to retrieve

Method Details

run

public Object run()