Modifier and Type | Class and Description |
---|---|
class |
Dir
Internal directory worker and representation.
|
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.
|
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.
|
Created by Jens Elkner