java.lang.Object
org.gjt.sp.jedit.io.GlobVFSFileFilter
- All Implemented Interfaces:
VFSFileFilter
Implementation of
VFSFileFilter that uses Unix-style globs
to filter files. This doesn't filter directories - just files.- Since:
- jEdit 4.3pre7
- Version:
- $Id$
- Author:
- Marcelo Vanzin
-
Field Summary
Fields inherited from interface org.gjt.sp.jedit.io.VFSFileFilter
SERVICE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSame thing asVFSFileFilter.accept(VFSFile)above, but operates on the raw URL instead of a VFSFile object.booleanShould return whether the entry represented by the given URL should be listed in the browser view.Returns the description of the filter, to be used in the VFSBrowser window.getGlob()voidtoString()
-
Constructor Details
-
GlobVFSFileFilter
-
-
Method Details
-
accept
Description copied from interface:VFSFileFilterShould return whether the entry represented by the given URL should be listed in the browser view. Can be a file or a directory.- Specified by:
acceptin interfaceVFSFileFilter
-
accept
Description copied from interface:VFSFileFilterSame thing asVFSFileFilter.accept(VFSFile)above, but operates on the raw URL instead of a VFSFile object.- Specified by:
acceptin interfaceVFSFileFilter
-
getDescription
Description copied from interface:VFSFileFilterReturns the description of the filter, to be used in the VFSBrowser window.- Specified by:
getDescriptionin interfaceVFSFileFilter
-
toString
-
setGlob
-
getGlob
-