public class JGitHiddenAttributeView extends HiddenAttributeView<JGitPathImpl>
HiddenAttributeView.
It builds the HiddenAttributes object with "isHidden" attribute information.
That attribute lets you know if the branch you are querying is a hidden branch or not.
Hidden branches should not be used, are just a mechanism to merge.HIDDENpath| Constructor and Description |
|---|
JGitHiddenAttributeView(JGitPathImpl path) |
| Modifier and Type | Method and Description |
|---|---|
HiddenAttributes |
readAttributes() |
Class<? extends BasicFileAttributeView>[] |
viewTypes() |
name, readAttributesisSerializable, readAllAttributes, setAttribute, setTimespublic JGitHiddenAttributeView(JGitPathImpl path)
public HiddenAttributes readAttributes() throws IOException
readAttributes in interface ExtendedAttributeViewreadAttributes in interface BasicFileAttributeViewreadAttributes in class HiddenAttributeView<JGitPathImpl>IOExceptionpublic Class<? extends BasicFileAttributeView>[] viewTypes()
Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.