gnu.inet.util

Class GetSystemPropertyAction

Implemented Interfaces:
java.security.PrivilegedAction

public class GetSystemPropertyAction
extends java.lang.Object
implements java.security.PrivilegedAction

Privileged action for retrieving system properties.

Author:
Chris Burdess

Nested Class Summary

Constructor Summary

GetSystemPropertyAction(java.lang.String name)
Constructor.

Method Summary

java.lang.Object
run()

Constructor Details

GetSystemPropertyAction

public GetSystemPropertyAction(java.lang.String name)
Constructor.

Parameters:
name - the the name of the system property to retrieve

Method Details

run

public java.lang.Object run()


© Copyright 2003 The Free Software Foundation, all rights reserved