Class PathWithAttributes
- java.lang.Object
-
- org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
-
public class PathWithAttributes extends Object
Tuple of aPathandBasicFileAttributes, used for sorting.
-
-
Constructor Summary
Constructors Constructor Description PathWithAttributes(Path path, BasicFileAttributes attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicFileAttributesgetAttributes()Returns the attributes.PathgetPath()Returns the path.StringtoString()
-
-
-
Constructor Detail
-
PathWithAttributes
public PathWithAttributes(Path path, BasicFileAttributes attributes)
-
-
Method Detail
-
getPath
public Path getPath()
Returns the path.- Returns:
- the path
-
getAttributes
public BasicFileAttributes getAttributes()
Returns the attributes.- Returns:
- the attributes
-
-