Lines Matching refs:file

8  * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
14 * version 2 for more details (a copy is included in the LICENSE file that
26 package java.nio.file.attribute;
31 * A file attribute view that provides a view of a <em>basic set</em> of file
32 * attributes common to many file systems. The basic set of file attributes
33 * consist of <em>mandatory</em> and <em>optional</em> file attributes as
36 * <p> The file attributes are retrieved from the file system as a <em>bulk
39 * file's time attributes.
41 * <p> Where dynamic access to file attributes is required, the attributes
88 * <p> The {@link java.nio.file.Files#getAttribute getAttribute} method may be
92 * <p> The {@link java.nio.file.Files#setAttribute setAttribute} method may be
93 * used to update the file's last modified time, last access time or create time
110 * Reads the basic file attributes as a bulk operation.
112 * <p> It is implementation specific if all file attributes are read as an
113 * atomic operation with respect to other file system operations.
115 * @return the file attributes
122 * method is invoked to check read access to the file
127 * Updates any or all of the file's last modified time, last access time,
130 * <p> This method updates the file's timestamp attributes. The values are
131 * converted to the epoch and precision supported by the file system.
135 * underlying file store is not defined. It may or not fail by throwing an
141 * read the existing values of the file attributes when only some, but not
143 * may not be an atomic operation with respect to other file system
150 * Suppose we want to change a file's creation time.
163 * the file's create time, or {@code null} to not change the value
170 * method is invoked to check write access to the file
172 * @see java.nio.file.Files#setLastModifiedTime