public class AbstractPathAttributes extends Object implements PathAttributes
Modifier and Type | Field and Description |
---|---|
private FileAttributes |
attributes |
private Path |
path |
Constructor and Description |
---|
AbstractPathAttributes(Path path,
FileAttributes attributes) |
private final Path path
private final FileAttributes attributes
public AbstractPathAttributes(Path path, FileAttributes attributes)
public Path path()
path
in interface PathAttributes
public FileAttributes attributes()
attributes
in interface PathAttributes