Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
java.nio.file.attribute.PosixFilePermission

Packages that use PosixFilePermission
Package Description
java.nio.file.attribute Interfaces and classes providing access to file and file system attributes. 
 

Uses of PosixFilePermission in java.nio.file.attribute
 

Methods in java.nio.file.attribute that return PosixFilePermission
Modifier and Type Method and Description
static PosixFilePermission PosixFilePermission.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PosixFilePermission[] PosixFilePermission.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in java.nio.file.attribute that return types with arguments of type PosixFilePermission
Modifier and Type Method and Description
static FileAttribute<Set<PosixFilePermission>> PosixFilePermissions.asFileAttribute(Set<PosixFilePermission> perms)
          Creates a FileAttribute, encapsulating a copy of the given file permissions, suitable for passing to the createFile or createDirectory methods.
static Set<PosixFilePermission> PosixFilePermissions.fromString(String perms)
          Returns the set of permissions corresponding to a given String representation.
 Set<PosixFilePermission> PosixFileAttributes.permissions()
          Returns the permissions of the file.
 

Method parameters in java.nio.file.attribute with type arguments of type PosixFilePermission
Modifier and Type Method and Description
static FileAttribute<Set<PosixFilePermission>> PosixFilePermissions.asFileAttribute(Set<PosixFilePermission> perms)
          Creates a FileAttribute, encapsulating a copy of the given file permissions, suitable for passing to the createFile or createDirectory methods.
 void PosixFileAttributeView.setPermissions(Set<PosixFilePermission> perms)
          Updates the file permissions.
static void Attributes.setPosixFilePermissions(FileRef file, Set<PosixFilePermission> perms)
          Sets a file's POSIX permissions.
static String PosixFilePermissions.toString(Set<PosixFilePermission> perms)
          Returns the String representation of a set of permissions.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

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, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.