public class PathAttributesPairImplementation extends java.lang.Object implements PathAttributesPair
Modifier and Type | Field and Description |
---|---|
private FileAttributes |
attributes |
private Path |
path |
Constructor and Description |
---|
PathAttributesPairImplementation(Path path,
FileAttributes attributes) |
Modifier and Type | Method and Description |
---|---|
FileAttributes |
attributes()
Get the FileAttributes in this PathAttributesPair.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
Path |
path()
Get the Path in this PathAttributesPair.
|
java.lang.String |
toString() |
private final Path path
private final FileAttributes attributes
public PathAttributesPairImplementation(Path path, FileAttributes attributes)
public Path path()
PathAttributesPair
path
in interface PathAttributesPair
public FileAttributes attributes()
PathAttributesPair
attributes
in interface PathAttributesPair
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object