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
Constructors -
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.booleanvoidsetDirectory(String directory) voidsetFileFilter(String glob) voidsetRecursive(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:SearchFileSetReturns the BeanShell code that will recreate this file set.- Specified by:
getCodein interfaceSearchFileSet- Overrides:
getCodein classBufferListSet
-
_getFiles
Description copied from class:BufferListSetNote that the paths in the returned list must be fully canonicalized.- Specified by:
_getFilesin classBufferListSet
-