Class AttributedPath
- java.lang.Object
-
- com.tagtraum.beatunes.library.filesystem.AttributedPath
-
public class AttributedPath extends Object
Attributed path combines aPathwith 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 booleanequals(Object o)BasicFileAttributesgetAttributes()PathgetPath()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
AttributedPath
public AttributedPath(Path path, BasicFileAttributes attributes)
-
-
Method Detail
-
getPath
public Path getPath()
-
getAttributes
public BasicFileAttributes getAttributes()
-
-