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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisHidden()-
Methods inherited from interface org.uberfire.java.nio.file.attribute.BasicFileAttributes
creationTime, fileKey, isDirectory, isOther, isRegularFile, isSymbolicLink, lastAccessTime, lastModifiedTime, size
-
-