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.HIDDEN
path
Constructor and Description |
---|
JGitHiddenAttributeView(JGitPathImpl path) |
Modifier and Type | Method and Description |
---|---|
HiddenAttributes |
readAttributes() |
Class<? extends BasicFileAttributeView>[] |
viewTypes() |
name, readAttributes
isSerializable, readAllAttributes, setAttribute, setTimes
public JGitHiddenAttributeView(JGitPathImpl path)
public HiddenAttributes readAttributes() throws IOException
readAttributes
in interface ExtendedAttributeView
readAttributes
in interface BasicFileAttributeView
readAttributes
in class HiddenAttributeView<JGitPathImpl>
IOException
public Class<? extends BasicFileAttributeView>[] viewTypes()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.