Package org.uberfire.java.nio.fs.file
Class SimpleBasicFileAttributeView
- java.lang.Object
-
- org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.file.Path>
-
- org.uberfire.java.nio.fs.file.SimpleBasicFileAttributeView
-
- 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 SimpleBasicFileAttributeView extends org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.file.Path>
-
-
Constructor Summary
Constructors Constructor Description SimpleBasicFileAttributeView(org.uberfire.java.nio.file.Path path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends org.uberfire.java.nio.file.attribute.BasicFileAttributes>
TreadAttributes()Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[]viewTypes()
-
-
-
Method Detail
-
readAttributes
public <T extends org.uberfire.java.nio.file.attribute.BasicFileAttributes> T readAttributes() throws org.uberfire.java.nio.IOException- Throws:
org.uberfire.java.nio.IOException
-
viewTypes
public Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[] viewTypes()
-
-