|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.drjava.config.DrJavaProperty
edu.rice.cs.drjava.config.FileListProperty
edu.rice.cs.drjava.config.RecursiveFileListProperty
public class RecursiveFileListProperty
Class representing a lazy lists of files that are found recursively inside a start directory.
| Nested Class Summary | |
|---|---|
static class |
RecursiveFileListProperty.FileMaskFilter
|
static class |
RecursiveFileListProperty.RegexFilter
|
| Nested classes/interfaces inherited from class edu.rice.cs.drjava.config.DrJavaProperty |
|---|
DrJavaProperty.InfiniteLoopException |
| Field Summary | |
|---|---|
protected String |
_start
Start directory. |
| Fields inherited from class edu.rice.cs.drjava.config.FileListProperty |
|---|
_dir, _sep |
| Fields inherited from class edu.rice.cs.drjava.config.DrJavaProperty |
|---|
_attributes, _help, _isCurrent, _listening, _name, _value, DEACTIVATED_DUE_TO_ERROR |
| Constructor Summary | |
|---|---|
RecursiveFileListProperty(String name,
String sep,
String dir,
String start,
String help)
Create an recursive file list property. |
|
| Method Summary | |
|---|---|
protected List<File> |
getList(PropertyMaps pm)
Abstract factory method specifying the list. |
void |
resetAttributes()
Reset the attributes. |
| Methods inherited from class edu.rice.cs.drjava.config.FileListProperty |
|---|
invalidate, isCurrent, update |
| Methods inherited from class edu.rice.cs.drjava.config.DrJavaProperty |
|---|
_invalidate, equals, getAttribute, getCurrent, getHelp, getLazy, getName, hashCode, invalidateOthers, listenToInvalidatesOf, setAttribute, setAttributes, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String _start
| Constructor Detail |
|---|
public RecursiveFileListProperty(String name,
String sep,
String dir,
String start,
String help)
| Method Detail |
|---|
protected List<File> getList(PropertyMaps pm)
getList in class FileListPropertypm - PropertyMaps used for substitution when replacing variablespublic void resetAttributes()
resetAttributes in class FileListProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||