KIE NIO.2 :: Model 6.0.0.CR4-Pre1

org.kie.commons.java.nio.base
Interface ExtendedAttributeView

All Superinterfaces:
AttributeView
All Known Implementing Classes:
AbstractBasicFileAttributeView, VersionAttributeView

public interface ExtendedAttributeView
extends AttributeView


Method Summary
 boolean isSerializable()
           
 Map<String,Object> readAllAttributes()
           
<T extends BasicFileAttributes>
T
readAttributes()
           
 Map<String,Object> readAttributes(String... attributes)
           
 void setAttribute(String attribute, Object value)
           
 Class[] viewTypes()
           
 
Methods inherited from interface org.kie.commons.java.nio.file.attribute.AttributeView
name
 

Method Detail

readAttributes

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

readAllAttributes

Map<String,Object> readAllAttributes()
                                     throws IOException
Throws:
IOException

readAttributes

Map<String,Object> readAttributes(String... attributes)

setAttribute

void setAttribute(String attribute,
                  Object value)
                  throws IOException
Throws:
IOException

viewTypes

Class[] viewTypes()

isSerializable

boolean isSerializable()

KIE NIO.2 :: Model 6.0.0.CR4-Pre1

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