Class AttributedPath
- java.lang.Object
-
- com.tagtraum.beatunes.library.filesystem.AttributedPath
-
public class AttributedPath extends Object
Attributed path combines aPath
with itsBasicFileAttributes
.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description AttributedPath(Path path, BasicFileAttributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
BasicFileAttributes
getAttributes()
Path
getPath()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
AttributedPath
public AttributedPath(Path path, BasicFileAttributes attributes)
-
-
Method Detail
-
getPath
public Path getPath()
-
getAttributes
public BasicFileAttributes getAttributes()
-
-