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, setRecursive
public SearchAction.NodeFileSet(VPTNode node)
public java.lang.String getDirectory()
getDirectory
in class org.gjt.sp.jedit.search.DirectoryListSet
protected java.lang.String[] _getFiles(java.awt.Component comp)
_getFiles
in class org.gjt.sp.jedit.search.DirectoryListSet
public void setDirectory(java.lang.String directory)
setDirectory
in class org.gjt.sp.jedit.search.DirectoryListSet
directory
- Directory where to perform the search.