Package org.uberfire.java.nio.fs.jgit
Class JGitVersionAttributeView
- java.lang.Object
-
- org.uberfire.java.nio.base.AbstractBasicFileAttributeView<P>
-
- org.uberfire.java.nio.base.version.VersionAttributeView<JGitPathImpl>
-
- org.uberfire.java.nio.fs.jgit.JGitVersionAttributeView
-
- 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 JGitVersionAttributeView extends org.uberfire.java.nio.base.version.VersionAttributeView<JGitPathImpl>
-
-
Constructor Summary
Constructors Constructor Description JGitVersionAttributeView(JGitPathImpl path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.java.nio.base.version.VersionAttributesreadAttributes()Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[]viewTypes()-
Methods inherited from class org.uberfire.java.nio.base.version.VersionAttributeView
name, readAttributes
-
-
-
-
Constructor Detail
-
JGitVersionAttributeView
public JGitVersionAttributeView(JGitPathImpl path)
-
-
Method Detail
-
readAttributes
public org.uberfire.java.nio.base.version.VersionAttributes 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.version.VersionAttributeView<JGitPathImpl>- Throws:
org.uberfire.java.nio.IOException
-
viewTypes
public Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[] viewTypes()
-
-