edu.rice.cs.drjava.config
Class MutableFileProperty
java.lang.Object
edu.rice.cs.drjava.config.DrJavaProperty
edu.rice.cs.drjava.config.FileProperty
edu.rice.cs.drjava.config.MutableFileProperty
- All Implemented Interfaces:
- Cloneable
public class MutableFileProperty
- extends FileProperty
Property that evaluates to a file, can be mutated, and that can be inserted
as variables in external processes.
- Version:
- $Id$
Method Summary |
void |
setFile(File f)
Set the value of this property. |
Methods inherited from class edu.rice.cs.drjava.config.DrJavaProperty |
_invalidate, equals, getAttribute, getHelp, getLazy, getName, hashCode, invalidateOthers, listenToInvalidatesOf, setAttribute, setAttributes |
_fileValue
protected File _fileValue
MutableFileProperty
public MutableFileProperty(String name,
File initialFile,
String help)
- Create an eager file property.
setFile
public void setFile(File f)
- Set the value of this property.
- Parameters:
f
- file