org.kie.commons.java.nio.base
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
IOException
Map<String,Object> readAllAttributes() throws IOException
IOException
void setAttribute(String attribute, Object value) throws IOException
IOException
Class[] viewTypes()
boolean isSerializable()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.