Module jEdit

Class VFS.DirectoryEntryCompare

java.lang.Object
org.gjt.sp.jedit.io.VFS.DirectoryEntryCompare
All Implemented Interfaces:
Comparator<VFSFile>
Enclosing class:
VFS

public static class VFS.DirectoryEntryCompare extends Object implements Comparator<VFSFile>
Implementation of Comparator interface that compares VFSFile instances.
Since:
jEdit 4.2pre1
  • Constructor Details

    • DirectoryEntryCompare

      public DirectoryEntryCompare(boolean sortMixFilesAndDirs, boolean sortIgnoreCase)
      Creates a new DirectoryEntryCompare.
      Parameters:
      sortMixFilesAndDirs - If false, directories are put at the top of the listing.
      sortIgnoreCase - If false, upper case comes before lower case.
  • Method Details