public class PathElement extends Object
| Constructor and Description |
|---|
PathElement(Path path,
BasicFileAttributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
long |
creationTime() |
Path |
getPath() |
long |
lastAccessTime() |
long |
lastModifiedTime() |
long |
size() |
String |
toString() |
public PathElement(Path path, BasicFileAttributes attributes)
Copyright © 2016. All rights reserved.