Interface HiddenAttributes

  • All Superinterfaces:
    BasicFileAttributes
    All Known Implementing Classes:
    HiddenAttributesImpl

    public interface HiddenAttributes
    extends BasicFileAttributes
    Represents files attributes with the addition of a hidden field. That hidden attribute tell if a branch is hidden or not. I.E.: A Pull Request hidden branch. You should not use those branches unless you have to use them.
    • Method Detail

      • isHidden

        boolean isHidden()