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, setTimesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitviewTypespublic static final String HIDDEN
public HiddenAttributeView(P path)
public String name()
name in interface AttributeViewname in class AbstractBasicFileAttributeView<P extends Path>public abstract HiddenAttributes readAttributes() throws IOException
IOExceptionpublic Map<String,Object> readAttributes(String... attributes)
readAttributes in interface ExtendedAttributeViewreadAttributes in class AbstractBasicFileAttributeView<P extends Path>Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.