java.lang.Object
org.gjt.sp.jedit.search.BufferListSet
org.gjt.sp.jedit.search.DirectoryListSet
- All Implemented Interfaces:
SearchFileSet
Recursive directory search.
- Version:
- $Id: DirectoryListSet.java 22454 2012-11-10 11:15:08Z thomasmey $
- Author:
- Slava Pestov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
Note that the paths in the returned list must be fully canonicalized.getCode()
Returns the BeanShell code that will recreate this file set.boolean
void
setDirectory
(String directory) void
setFileFilter
(String glob) void
setRecursive
(boolean recurse) Methods inherited from class org.gjt.sp.jedit.search.BufferListSet
getFileCount, getFiles, getFirstFile, getLastFile, getNextFile, getPrevFile, invalidateCachedList
-
Constructor Details
-
DirectoryListSet
-
-
Method Details
-
getDirectory
-
setDirectory
- Since:
- jEdit 4.2pre1
-
getFileFilter
-
setFileFilter
- Since:
- jEdit 4.2pre1
-
isRecursive
public boolean isRecursive() -
setRecursive
public void setRecursive(boolean recurse) - Since:
- jEdit 4.2pre1
-
getCode
Description copied from interface:SearchFileSet
Returns the BeanShell code that will recreate this file set.- Specified by:
getCode
in interfaceSearchFileSet
- Overrides:
getCode
in classBufferListSet
-
_getFiles
Description copied from class:BufferListSet
Note that the paths in the returned list must be fully canonicalized.- Specified by:
_getFiles
in classBufferListSet
-