软件包 | 描述 |
---|---|
java.nio.file.attribute |
提供对文件和文件系统属性的访问的接口和类。
|
Modifier and Type | Method and Description |
---|---|
AclEntry |
AclEntry.Builder.build()
构建从这个Builder组件的一个
AclEntry 。
|
Modifier and Type | Method and Description |
---|---|
List<AclEntry> |
AclFileAttributeView.getAcl()
读取访问控制列表。
|
Modifier and Type | Method and Description |
---|---|
static AclEntry.Builder |
AclEntry.newBuilder(AclEntry entry)
构建了一种新的建设者和现有ACL条目组成。
|
Modifier and Type | Method and Description |
---|---|
void |
AclFileAttributeView.setAcl(List<AclEntry> acl)
更新(替换)访问控制列表。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.