public abstract class FileSystemEntry
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FileSystemEntry.Kind |
| Constructor and Description |
|---|
FileSystemEntry(java.nio.file.Path path) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FileSystemEntry> |
getChildEntries() |
abstract FileSystemEntry.Kind |
getKind() |
java.lang.String |
getName() |
java.nio.file.Path |
getPath() |
public java.util.List<FileSystemEntry> getChildEntries()
public java.nio.file.Path getPath()
public java.lang.String getName()
public abstract FileSystemEntry.Kind getKind()