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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Same thing asVFSFileFilter.accept(VFSFile)
above, but operates on the raw URL instead of a VFSFile object.boolean
Should 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()
void
toString()
-
Constructor Details
-
GlobVFSFileFilter
-
-
Method Details
-
accept
Description copied from interface:VFSFileFilter
Should 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:
accept
in interfaceVFSFileFilter
-
accept
Description copied from interface:VFSFileFilter
Same thing asVFSFileFilter.accept(VFSFile)
above, but operates on the raw URL instead of a VFSFile object.- Specified by:
accept
in interfaceVFSFileFilter
-
getDescription
Description copied from interface:VFSFileFilter
Returns the description of the filter, to be used in the VFSBrowser window.- Specified by:
getDescription
in interfaceVFSFileFilter
-
toString
-
setGlob
-
getGlob
-