Modifier and Type | Method and Description |
---|---|
DirEntry.Type |
DirEntry.getType()
Get the type of the entry.
|
DirEntry.Type |
DirEntry.getType()
Get the type of the entry.
|
static DirEntry.Type |
DirEntry.getType(java.nio.file.Path path,
java.nio.file.attribute.BasicFileAttributes attributes)
Get the type of an dir entry depending on its file attributes.
|
static DirEntry.Type |
DirEntry.getType(java.nio.file.Path path,
java.nio.file.attribute.BasicFileAttributes attributes)
Get the type of an dir entry depending on its file attributes.
|
static DirEntry.Type |
DirEntry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirEntry.Type |
DirEntry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirEntry.Type[] |
DirEntry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static DirEntry.Type[] |
DirEntry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Created by Jens Elkner