com.arsdigita.util
Class SystemProperties

java.lang.Object
  extended bycom.arsdigita.util.SystemProperties

public final class SystemProperties
extends Object

Subject to change. Static utility methods for handling Java system properties.

Version:
$Id: //core-platform/dev/src/com/arsdigita/util/SystemProperties.java#5 $
Author:
Justin Ross <jross@redhat.com>
See Also:
System

Field Summary
static String versionId
           
 
Constructor Summary
SystemProperties()
           
 
Method Summary
static Object get(Parameter param)
          Uses param to decode, validate, and return the value of a Java system property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

SystemProperties

public SystemProperties()
Method Detail

get

public static final Object get(Parameter param)
Uses param to decode, validate, and return the value of a Java system property.

Parameters:
param - The Parameter representing the type and name of the field you wish to recover; it cannot be null
Returns:
A value that may be cast to the type enforced by the parameter; it can be null
See Also:
Parameter


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC