Modifier and Type | Class and Description |
---|---|
class |
AbstractBasicFileAttributeView<P extends Path> |
Modifier and Type | Class and Description |
---|---|
class |
HiddenAttributeView<P extends Path>
This is a view that extends a Basic Attribute View and adds the "isHidden" attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
VersionAttributeView<P extends Path> |
Modifier and Type | Method and Description |
---|---|
boolean |
FileStore.supportsFileAttributeView(Class<? extends FileAttributeView> type) |
Modifier and Type | Interface and Description |
---|---|
interface |
BasicFileAttributeView |
Modifier and Type | Method and Description |
---|---|
<V extends FileAttributeView> |
FileSystemProvider.getFileAttributeView(Path path,
Class<V> type,
LinkOption... options) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.