public abstract class HiddenAttributeView<P extends Path> extends AbstractBasicFileAttributeView<P>
Modifier and Type | Field and Description |
---|---|
static String |
HIDDEN |
path
Constructor and Description |
---|
HiddenAttributeView(P path) |
Modifier and Type | Method and Description |
---|---|
String |
name() |
abstract HiddenAttributes |
readAttributes() |
Map<String,Object> |
readAttributes(String... attributes) |
isSerializable, readAllAttributes, setAttribute, setTimes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
viewTypes
public static final String HIDDEN
public HiddenAttributeView(P path)
public String name()
name
in interface AttributeView
name
in class AbstractBasicFileAttributeView<P extends Path>
public abstract HiddenAttributes readAttributes() throws IOException
IOException
public Map<String,Object> readAttributes(String... attributes)
readAttributes
in interface ExtendedAttributeView
readAttributes
in class AbstractBasicFileAttributeView<P extends Path>
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.