Interface FileMeasureFlags


public interface FileMeasureFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Tally usage based on apparent file
    sizes.
    static final int
    Do not cross mount point boundaries.
    static final int
    No flags set.
    static final int
    Report any error encountered
    while traversing the directory tree.
  • Field Details

    • NONE

      static final int NONE
      No flags set.
      See Also:
    • REPORT_ANY_ERROR

      static final int REPORT_ANY_ERROR
      Report any error encountered
      while traversing the directory tree. Normally errors are only
      reported for the toplevel file.
      See Also:
    • APPARENT_SIZE

      static final int APPARENT_SIZE
      Tally usage based on apparent file
      sizes. Normally, the block-size is used, if available, as this is a
      more accurate representation of disk space used.
      Compare with `du --apparent-size`.
      See Also:
    • NO_XDEV

      static final int NO_XDEV
      Do not cross mount point boundaries.
      Compare with `du -x`.
      See Also: