Class PathWithAttributes

java.lang.Object
org.apache.logging.log4j.core.appender.rolling.action.PathWithAttributes

public class PathWithAttributes extends Object
Tuple of a Path and BasicFileAttributes, used for sorting.
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPath

      public Path getPath()
      Returns the path.
      Returns:
      the path
    • getAttributes

      public BasicFileAttributes getAttributes()
      Returns the attributes.
      Returns:
      the attributes