org.kie.commons.java.nio.base
Interface ExtendedAttributeView
- All Superinterfaces:
- AttributeView
- All Known Implementing Classes:
- AbstractBasicFileAttributeView, VersionAttributeView
public interface ExtendedAttributeView
- extends AttributeView
| Methods inherited from interface org.kie.commons.java.nio.file.attribute.AttributeView |
name |
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()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.