edu.rice.cs.drjava.config
Class VariableProperty
java.lang.Object
edu.rice.cs.drjava.config.DrJavaProperty
edu.rice.cs.drjava.config.EagerProperty
edu.rice.cs.drjava.config.ConstantProperty
edu.rice.cs.drjava.config.VariableProperty
- All Implemented Interfaces:
- Cloneable
public class VariableProperty
- extends ConstantProperty
Class representing user-defined variables that can be inserted as variables in external processes.
- Version:
- $Id$
Method Summary |
void |
setValue(String value)
Set the value of the variable. |
Methods inherited from class edu.rice.cs.drjava.config.DrJavaProperty |
_invalidate, equals, getAttribute, getHelp, getName, hashCode, invalidateOthers, listenToInvalidatesOf, resetAttributes, setAttribute, setAttributes |
VariableProperty
public VariableProperty(String name,
String value)
- Create a variable property.
setValue
public void setValue(String value)
- Set the value of the variable.
- Parameters:
value
- new value