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() |
public PathElement(Path path, BasicFileAttributes attributes)
public Path getPath()
public long size()
public long creationTime()
public long lastModifiedTime()
public long lastAccessTime()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.