Class PathWithAttributes
- java.lang.Object
-
- org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes
-
public class PathWithAttributes extends Object
Tuple of aPath
andBasicFileAttributes
, 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 BasicFileAttributes
getAttributes()
Returns the attributes.Path
getPath()
Returns the path.String
toString()
-
-
-
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
-
-