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.
|
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.
|
Created by Jens Elkner