edu.rice.cs.drjava.config
Class JavaSystemProperty
java.lang.Object
edu.rice.cs.drjava.config.DrJavaProperty
edu.rice.cs.drjava.config.EagerProperty
edu.rice.cs.drjava.config.JavaSystemProperty
- All Implemented Interfaces:
- Cloneable
public class JavaSystemProperty
- extends EagerProperty
Class representing values from the Java System properties that can be inserted as variables in external processes.
- Version:
- $Id$
Methods inherited from class edu.rice.cs.drjava.config.DrJavaProperty |
_invalidate, equals, getAttribute, getCurrent, getHelp, getName, hashCode, invalidate, invalidateOthers, listenToInvalidatesOf, resetAttributes, setAttribute, setAttributes, toString |
JavaSystemProperty
public JavaSystemProperty(String name)
- Create a Java system property.
update
public void update(PropertyMaps pm)
- Update the property so the value is current.
- Specified by:
update
in class DrJavaProperty
- Parameters:
pm
- PropertyMaps used for substitution when replacing variables