File
Doc
Category
Size
Date
Package
GetPropertyAction.java
API Doc
Java SE 6 API
459
Tue Jun 10 00:27:04 BST 2008
javax.xml.bind
GetPropertyAction
java.lang.Object
public final class GetPropertyAction extends Object implements PrivilegedAction
{@link PrivilegedAction} that gets the system property value.
author
Kohsuke Kawaguchi
Fields Summary
private final String
propertyName
Constructors Summary
public GetPropertyAction
(
String
propertyName)
this.propertyName = propertyName;
Methods Summary
public
java.lang.String
run
()
return System.getProperty(propertyName);
Java Code Source