public static class SearchAction.NodeFileSet
extends org.gjt.sp.jedit.search.DirectoryListSet
| Constructor and Description |
|---|
SearchAction.NodeFileSet(VPTNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
_getFiles(java.awt.Component comp)
Returns an array with the files to be searched.
|
java.lang.String |
getDirectory()
Returns the path to the node.
|
void |
setDirectory(java.lang.String directory)
Sets the directory where to search inside the project.
|
getCode, getFileFilter, isRecursive, setFileFilter, setRecursivepublic SearchAction.NodeFileSet(VPTNode node)
public java.lang.String getDirectory()
getDirectory in class org.gjt.sp.jedit.search.DirectoryListSetprotected java.lang.String[] _getFiles(java.awt.Component comp)
_getFiles in class org.gjt.sp.jedit.search.DirectoryListSetpublic void setDirectory(java.lang.String directory)
setDirectory in class org.gjt.sp.jedit.search.DirectoryListSetdirectory - Directory where to perform the search.