ddiff
Version 1.0.0

Uses of Class
com.ehsbe.ddiff.Dir

Uses of Dir in com.ehsbe.ddiff
 

Methods in com.ehsbe.ddiff that return Dir
Modifier and Type Method and Description
 Dir[] Dir.getDirs()
          Get a copy of the list of all sub directory entries for this instance sorted by its name.
 Dir[] Dir.getDirs()
          Get a copy of the list of all sub directory entries for this instance sorted by its name.
 

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


ddiff
Version 1.0.0

Created by Jens Elkner