Package | Description |
---|---|
org.uberfire.java.nio.base | |
org.uberfire.java.nio.base.attributes | |
org.uberfire.java.nio.base.version | |
org.uberfire.java.nio.file.attribute |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedAttributeView |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBasicFileAttributeView<P extends Path> |
Modifier and Type | Method and Description |
---|---|
<V extends AttributeView> |
AttrHolder.addAttrView(V view) |
<V extends AttributeView> |
AbstractPath.addAttrView(V view) |
<V extends AttributeView> |
AttrsStorageImpl.addAttrView(V view) |
<V extends AttributeView> |
AttrHolder.getAttrView(Class<V> type) |
<V extends AttributeView> |
AbstractPath.getAttrView(Class<V> type) |
<V extends AttributeView> |
AttrsStorageImpl.getAttrView(Class<V> type) |
<V extends AttributeView> |
AttrHolder.getAttrView(String name) |
<V extends AttributeView> |
AbstractPath.getAttrView(String name) |
<V extends AttributeView> |
AttrsStorageImpl.getAttrView(String name) |
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 | Interface and Description |
---|---|
interface |
BasicFileAttributeView |
interface |
FileAttributeView |
interface |
FileStoreAttributeView |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.