ddiff
Version 1.0.0

Uses of Class
com.ehsbe.ddiff.DirEntry

Uses of DirEntry in com.ehsbe.ddiff
 

Subclasses of DirEntry in com.ehsbe.ddiff
Modifier and Type Class and Description
 class Dir
          Internal directory worker and representation.
 

Methods in com.ehsbe.ddiff that return DirEntry
Modifier and Type Method and Description
 DirEntry[] Dir.getEntries()
          Get a copy of the list of all entries for this instance grouped by sub directories and none-sub directories, sorted by its name.
 DirEntry[] Dir.getEntries()
          Get a copy of the list of all entries for this instance grouped by sub directories and none-sub directories, sorted by its name.
 DirEntry[] Dir.getNoDirs()
          Get a copy of the list of all none-sub directory entries for this instance sorted by its name.
 DirEntry[] Dir.getNoDirs()
          Get a copy of the list of all none-sub directory entries for this instance sorted by its name.
 

Methods in com.ehsbe.ddiff that return types with arguments of type DirEntry
Modifier and Type Method and Description
 TreeMap<String,DirEntry> Dir.getNoDirMap()
          Get a map of all none-sub directories, keyed by their basename.
 TreeMap<String,DirEntry> Dir.getNoDirMap()
          Get a map of all none-sub directories, keyed by their basename.
 


ddiff
Version 1.0.0

Created by Jens Elkner