org.openprivacy.reptile.extensions
Class JVMProperties

java.lang.Object
  |
  +--org.openprivacy.reptile.extensions.JVMProperties

public class JVMProperties
extends java.lang.Object

Handles parsing out JMV properties and providing them as an extension.

Version:
$Id: JVMProperties.java,v 1.4 2001/11/28 07:50:08 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
JVMProperties()
           
 
Method Summary
 java.lang.String getProperty(java.lang.String key)
          Return the value of the given system property.
 org.w3c.dom.NodeList properties(org.apache.xalan.extensions.XSLProcessorContext context, org.apache.xalan.templates.ElemExtensionCall elem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMProperties

public JVMProperties()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String key)
Return the value of the given system property.

properties

public org.w3c.dom.NodeList properties(org.apache.xalan.extensions.XSLProcessorContext context,
                                       org.apache.xalan.templates.ElemExtensionCall elem)