Module jEdit

Class GlobVFSFileFilter

java.lang.Object
org.gjt.sp.jedit.io.GlobVFSFileFilter
All Implemented Interfaces:
VFSFileFilter

public class GlobVFSFileFilter extends Object implements 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
  • Constructor Details

    • GlobVFSFileFilter

      public GlobVFSFileFilter(String glob)
  • Method Details