gnu.inet.util

Class GetSystemPropertyAction

Implemented Interfaces:
PrivilegedAction

public class GetSystemPropertyAction
extends java.lang.Object
implements PrivilegedAction

Privileged action for retrieving system properties.
Author:
Chris Burdess

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()

© Copyright 2003 The Free Software Foundation, all rights reserved