Searched defs:attribute (Results 1 - 25 of 55) sorted by relevance

123

/libcore/ojluni/src/main/java/java/nio/file/attribute/
H A DFileAttributeView.java26 package java.nio.file.attribute;
29 * An attribute view that is a read-only or updatable view of non-opaque
31 * implemented by specific file attribute views that define methods to read
H A DFileStoreAttributeView.java26 package java.nio.file.attribute;
29 * An attribute view that is a read-only or updatable view of the attributes of
H A DGroupPrincipal.java26 package java.nio.file.attribute;
H A DUserPrincipal.java26 package java.nio.file.attribute;
H A DAttributeView.java26 package java.nio.file.attribute;
31 * or implemented by specific attribute views that define the attributes
32 * supported by the view. A specific attribute view will typically define
40 * Returns the name of the attribute view.
42 * @return the name of the attribute view
H A DFileAttribute.java26 package java.nio.file.attribute;
29 * An object that encapsulates the value of a file attribute that can be set
34 * @param <T> The type of the file attribute value
42 * Returns the attribute name.
44 * @return The attribute name
49 * Returns the attribute value.
51 * @return The attribute value
H A DAclEntryFlag.java26 package java.nio.file.attribute;
H A DAclEntryType.java26 package java.nio.file.attribute;
H A DAclFileAttributeView.java26 package java.nio.file.attribute;
33 * A file attribute view that supports reading or updating a file's Access
39 * file attribute view defines the {@link #getAcl() getAcl}, and {@link
42 * Network File System (NFS) version 4 Protocol</i></a>. This file attribute view
95 * supported by this attribute view are as follows:
123 * <p> Implementations supporting this attribute view may also support setting
144 * Returns the name of the attribute view. Attribute views of this type
159 * the file's ACL attribute.
188 * that is not associated with the same provider as this attribute view then
H A DDosFileAttributes.java26 package java.nio.file.attribute;
45 * Returns the value of the read-only attribute.
47 * <p> This attribute is often used as a simple access control mechanism
52 * @return the value of the read-only attribute
57 * Returns the value of the hidden attribute.
59 * <p> This attribute is often used to indicate if the file is visible to
62 * @return the value of the hidden attribute
67 * Returns the value of the archive attribute.
69 * <p> This attribute is typically used by backup programs.
71 * @return the value of the archive attribute
[all...]
H A DFileOwnerAttributeView.java26 package java.nio.file.attribute;
31 * A file attribute view that supports reading or updating the owner of a file.
32 * This file attribute view is intended for file system implementations that
33 * support a file attribute that represents an identity that is the owner of
42 * used to read or update the owner. In that case, the owner attribute is
43 * identified by the name {@code "owner"}, and the value of the attribute is
53 * Returns the name of the attribute view. Attribute views of this type
H A DPosixFileAttributes.java26 package java.nio.file.attribute;
H A DUserPrincipalLookupService.java26 package java.nio.file.attribute;
H A DUserPrincipalNotFoundException.java26 package java.nio.file.attribute;
H A DBasicFileAttributeView.java26 package java.nio.file.attribute;
31 * A file attribute view that provides a view of a <em>basic set</em> of file
42 * supported by this attribute view have the following names and types:
103 * Returns the name of the attribute view. Attribute views of this type
H A DBasicFileAttributes.java26 package java.nio.file.attribute;
H A DDosFileAttributeView.java26 package java.nio.file.attribute;
31 * A file attribute view that provides a view of the legacy "DOS" file attributes.
36 * additionally supports access to the set of DOS attribute flags that are used
40 * supported by this attribute view are as defined by {@code
87 * Returns the name of the attribute view. Attribute views of this type
101 * Updates the value of the read-only attribute.
103 * <p> It is implementation specific if the attribute can be updated as an
106 * the DOS attribute in order to update this attribute.
109 * the new value of the attribute
[all...]
H A DPosixFileAttributeView.java26 package java.nio.file.attribute;
33 * A file attribute view that provides a view of the file attributes commonly
40 * permissions</em>. This file attribute view provides read and write access
51 * <p> The {@link PosixFileAttributes#permissions() permissions} attribute is a
52 * set of access permissions. This file attribute view provides access to the nine
73 * supported by this attribute view are as defined by {@link
106 * <p> Implementations supporting this attribute view may also support setting
124 * value of the permissions may differ that the value of the attribute object.
130 * permissions will be equal or less than the value of the attribute
142 * Returns the name of the attribute vie
[all...]
H A DPosixFilePermission.java26 package java.nio.file.attribute;
30 * permissions} attribute.
H A DUserDefinedFileAttributeView.java26 package java.nio.file.attribute;
33 * A file attribute view that provides a view of a file's user-defined
41 * attributes as a set of name/value pairs, where the attribute name is
44 * attribute. The value has opaque content. This attribute view defines the
47 * intended for use where the size of an attribute value is larger than {@link
63 * the attribute value. The attribute value is returned as a byte array (byte[]).
65 * to write the value of a user-defined attribute from a buffer (as if by
75 * Returns the name of this attribute vie
[all...]
/libcore/luni/src/test/java/libcore/java/nio/file/attribute/
H A DAclEntryTest.java17 package libcore.java.nio.file.attribute;
23 import java.nio.file.attribute.AclEntry;
24 import java.nio.file.attribute.UserPrincipal;
25 import java.nio.file.attribute.AclEntryType;
26 import java.nio.file.attribute.AclEntryPermission;
27 import java.nio.file.attribute.AclEntryFlag;
H A DUserPrincipalNotFoundExceptionTest.java17 package libcore.java.nio.file.attribute;
22 import java.nio.file.attribute.UserPrincipalNotFoundException;
/libcore/ojluni/src/test/java/nio/file/attribute/
H A DAclEntryEmptySetTest.java29 // jdk/test/java/nio/file/attribute/AclEntry/EmptySet.java
31 package test.java.nio.file.attribute;
34 import java.nio.file.attribute.*;
/libcore/ojluni/src/main/java/sun/nio/fs/
H A DDynamicFileAttributeView.java38 * Sets/updates the value of an attribute.
40 void setAttribute(String attribute, Object value) throws IOException; argument
/libcore/ojluni/src/main/java/java/nio/file/
H A DFileStore.java28 import java.nio.file.attribute.*;
133 * identified by the given file attribute view.
142 * the file attribute view type
144 * @return {@code true} if, and only if, the file attribute view is
151 * identified by the given file attribute view.
161 * the {@link FileAttributeView#name name} of file attribute view
163 * @return {@code true} if, and only if, the file attribute view is
171 * <p> This method is intended to be used where the file store attribute
173 * The {@code type} parameter is the type of the attribute view required and
179 * the {@code Class} object corresponding to the attribute vie
220 getAttribute(String attribute) argument
[all...]

Completed in 208 milliseconds

123