Directory.Smart| Constructor and Description |
|---|
Smart(FileEntry fileEntry) |
Smart(Path path) |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
attributes() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isDirectory() |
boolean |
isFile() |
CloseableIterator<Path> |
iterator() |
DirectoryStream<Path> |
open() |
Path |
path() |
Object |
uniqueKey() |
boolean |
valid() |
public Attributes attributes()
attributes in interface FileEntrypublic boolean isDirectory()
isDirectory in interface FileEntrypublic DirectoryStream<Path> open() throws IOException
open in interface DirectoryIOExceptionpublic CloseableIterator<Path> iterator()
Copyright © 2017. All rights reserved.