KIE NIO.2 :: File System Impl 6.0.0.Beta2

org.kie.commons.java.nio.fs.file
Class SimpleBasicFileAttributeView

java.lang.Object
  extended by org.kie.commons.java.nio.base.AbstractBasicFileAttributeView<Path>
      extended by org.kie.commons.java.nio.fs.file.SimpleBasicFileAttributeView
All Implemented Interfaces:
ExtendedAttributeView, AttributeView, BasicFileAttributeView, FileAttributeView

public class SimpleBasicFileAttributeView
extends AbstractBasicFileAttributeView<Path>


Field Summary
 
Fields inherited from class org.kie.commons.java.nio.base.AbstractBasicFileAttributeView
path
 
Constructor Summary
SimpleBasicFileAttributeView(Path path)
           
 
Method Summary
<T extends BasicFileAttributes>
T
readAttributes()
           
 Class<? extends BasicFileAttributeView>[] viewTypes()
           
 
Methods inherited from class org.kie.commons.java.nio.base.AbstractBasicFileAttributeView
isSerializable, name, readAllAttributes, readAttributes, setAttribute, setTimes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBasicFileAttributeView

public SimpleBasicFileAttributeView(Path path)
Method Detail

readAttributes

public <T extends BasicFileAttributes> T readAttributes()
                                             throws IOException
Throws:
IOException

viewTypes

public Class<? extends BasicFileAttributeView>[] viewTypes()

KIE NIO.2 :: File System Impl 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.