public class JGitHiddenAttributeView extends org.uberfire.java.nio.base.attributes.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.| Constructor and Description |
|---|
JGitHiddenAttributeView(JGitPathImpl path) |
| Modifier and Type | Method and Description |
|---|---|
org.uberfire.java.nio.base.attributes.HiddenAttributes |
readAttributes() |
Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[] |
viewTypes() |
name, readAttributespublic JGitHiddenAttributeView(JGitPathImpl path)
public org.uberfire.java.nio.base.attributes.HiddenAttributes readAttributes()
throws org.uberfire.java.nio.IOException
readAttributes in interface org.uberfire.java.nio.base.ExtendedAttributeViewreadAttributes in interface org.uberfire.java.nio.file.attribute.BasicFileAttributeViewreadAttributes in class org.uberfire.java.nio.base.attributes.HiddenAttributeView<JGitPathImpl>org.uberfire.java.nio.IOExceptionpublic Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[] viewTypes()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.