public interface ExtendedAttributeView extends AttributeView
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSerializable() |
Map<String,Object> |
readAllAttributes() |
<T extends BasicFileAttributes> |
readAttributes() |
Map<String,Object> |
readAttributes(String... attributes) |
void |
setAttribute(String attribute,
Object value) |
Class[] |
viewTypes() |
name<T extends BasicFileAttributes> T readAttributes() throws IOException
IOExceptionMap<String,Object> readAllAttributes() throws IOException
IOExceptionvoid setAttribute(String attribute, Object value) throws IOException
IOExceptionClass[] viewTypes()
boolean isSerializable()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.