Package org.uberfire.java.nio.fs.jgit
Class JGitHiddenAttributeView
- java.lang.Object
-
- org.uberfire.java.nio.base.AbstractBasicFileAttributeView<P>
-
- org.uberfire.java.nio.base.attributes.HiddenAttributeView<JGitPathImpl>
-
- org.uberfire.java.nio.fs.jgit.JGitHiddenAttributeView
-
- All Implemented Interfaces:
org.uberfire.java.nio.base.ExtendedAttributeView,org.uberfire.java.nio.file.attribute.AttributeView,org.uberfire.java.nio.file.attribute.BasicFileAttributeView,org.uberfire.java.nio.file.attribute.FileAttributeView
public class JGitHiddenAttributeView extends org.uberfire.java.nio.base.attributes.HiddenAttributeView<JGitPathImpl>
This is the JGit implementation of theHiddenAttributeView. 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 Summary
Constructors Constructor Description JGitHiddenAttributeView(JGitPathImpl path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.java.nio.base.attributes.HiddenAttributesreadAttributes()Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[]viewTypes()-
Methods inherited from class org.uberfire.java.nio.base.attributes.HiddenAttributeView
name, readAttributes
-
-
-
-
Constructor Detail
-
JGitHiddenAttributeView
public JGitHiddenAttributeView(JGitPathImpl path)
-
-
Method Detail
-
readAttributes
public org.uberfire.java.nio.base.attributes.HiddenAttributes readAttributes() throws org.uberfire.java.nio.IOException- Specified by:
readAttributesin interfaceorg.uberfire.java.nio.file.attribute.BasicFileAttributeView- Specified by:
readAttributesin interfaceorg.uberfire.java.nio.base.ExtendedAttributeView- Specified by:
readAttributesin classorg.uberfire.java.nio.base.attributes.HiddenAttributeView<JGitPathImpl>- Throws:
org.uberfire.java.nio.IOException
-
viewTypes
public Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[] viewTypes()
-
-