Searched defs:file (Results 51 - 75 of 497) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DSimpleFileVisitor.java8 * 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;
28 import java.nio.file.attribute.BasicFileAttributes;
66 * Invoked for a file in a directory.
72 public FileVisitResult visitFile(T file, BasicFileAttributes attrs) argument
75 Objects.requireNonNull(file);
81 * Invoked for a file that could not be visited.
84 * the file fro
87 visitFileFailed(T file, IOException exc) argument
[all...]
H A DAtomicMoveNotSupportedException.java8 * 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;
29 * Checked exception thrown when a file cannot be moved as an atomic file system
44 * a string identifying the source file or {@code null} if not known
46 * a string identifying the target file or {@code null} if not known
H A DDirectoryIteratorException.java8 * 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;
H A DDirectoryStream.java8 * 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;
86 * <p> The elements returned by the iterator are in no specific order. Some file
H A DFileVisitResult.java8 * 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;
55 * Continue without visiting the <em>siblings</em> of this file or directory.
H A DLinkPermission.java8 * 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;
45 * <td> Ability to add an existing file to a directory. This is sometimes
48 * linking to any file or directory in the file system thus allowing the
55 * linking to any file or directory in the file system thus allowing the
H A DPaths.java8 * 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;
28 import java.nio.file.spi.FileSystemProvider;
68 * Path path = dir.resolve("file");
98 * "file", the given URI has a non-empty path component, and undefined query
101 * {@link FileSystems#getDefault default} file system.
124 * The file system, identified by the URI, does not exist and
129 * permission to access the file syste
[all...]
H A DWatchKey.java8 * 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;
140 * native file event notification facility (where available) then many of
143 * directory is moved or renamed in the file system, there is no guarantee
H A DWatchService.java8 * 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;
34 * events. For example a file manager may use a watch service to monitor a
53 * or its file system is no longer accessible. When a key is cancelled in this
74 * <p> When an event is reported to indicate that a file in a watched directory
76 * that have modified the file have completed. Care should be taken to coordinate
77 * access with other programs that may be updating the file.
79 * to lock regions of a file agains
[all...]
H A DWatchable.java8 * 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;
50 * <p> If the file system object identified by this object is currently
59 * <p> Otherwise the file system object has not yet been registered with the
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DFSInfo.java2 package com.sun.tools.javac.file;
45 public File getCanonicalFile(File file) { argument
47 return file.getCanonicalFile();
49 return file.getAbsoluteFile();
53 public boolean exists(File file) { argument
54 return file.exists();
57 public boolean isDirectory(File file) { argument
58 return file.isDirectory();
61 public boolean isFile(File file) { argument
62 return file
65 getJarClassPath(File file) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/midi/spi/
H A DMidiFileReader.java8 * 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
38 * A <code>MidiFileReader</code> supplies MIDI file-reading services. Classes implementing this
40 * MIDI file, and can produce a <code>Sequence</code> object from files of these types.
48 * Obtains the MIDI file format of the input stream provided. The stream must
49 * point to valid MIDI file data. In general, MIDI file readers may
56 * @param stream the input stream from which file format information should be
58 * @return a <code>MidiFileFormat</code> object describing the MIDI file forma
91 getMidiFileFormat(File file) argument
141 getSequence(File file) argument
[all...]
H A DSoundbankReader.java8 * 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
39 * A <code>SoundbankReader</code> supplies soundbank file-reading services.
41 * soundbank file, producing a {@link javax.sound.midi.Soundbank}
74 * @param file the <code>File</code> representing the soundbank
76 * @throws InvalidMidiDataException if the file does not point to
80 public abstract Soundbank getSoundbank(File file) throws InvalidMidiDataException, IOException; argument
/openjdk7/jdk/src/share/classes/javax/sound/sampled/spi/
H A DAudioFileReader.java8 * 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
38 * Provider for audio file reading services. Classes providing concrete
40 * audio file, and can produce audio input streams from files of these types.
48 * Obtains the audio file format of the input stream provided. The stream must
49 * point to valid audio file data. In general, audio file readers may
56 * @param stream the input stream from which file format information should be
58 * @return an <code>AudioFileFormat</code> object describing the audio file forma
89 getAudioFileFormat(File file) argument
136 getAudioInputStream(File file) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DFileDialogPeer.java8 * 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
43 * Sets the selected file for this file dialog.
45 * @param file the file to set as selected file, or {@code null} for
46 * no selected file
50 void setFile(String file); argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DAclEntryFlag.java8 * 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;
42 * added to each new non-directory file created.
H A DAclEntryType.java8 * 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;
36 * Explicitly grants access to a file or directory.
41 * Explicitly denies access to a file or directory.
H A DAclFileAttributeView.java8 * 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;
28 import java.nio.file.*;
33 * A file attribute view that supports reading or updating a file's Access
34 * Control Lists (ACL) or file owner attributes.
36 * <p> ACLs are used to specify access rights to file system objects. An ACL is
39 * file attribut
[all...]
H A DDosFileAttributes.java8 * 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;
29 * File attributes associated with a file in a file system that supports
34 * Path file = ...
35 * DosFileAttributes attrs = Files.readAttributes(file, DosFileAttributes.class);
48 * to prevent files from being deleted or updated. Whether the file system
59 * <p> This attribute is often used to indicate if the file i
[all...]
H A DFileOwnerAttributeView.java8 * 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 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
34 * the file
[all...]
H A DPosixFileAttributes.java8 * 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 * File attributes associated with files on file systems used by operating systems
35 * <p> The POSIX attributes of a file are retrieved using a {@link
46 * Returns the owner of the file.
48 * @return the file owner
55 * Returns the group owner of the file.
57 * @return the file grou
[all...]
H A DUserPrincipalLookupService.java8 * 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;
33 * in a file system. A {@link GroupPrincipal} represents a <em>group identity</em>.
50 * @see java.nio.file.FileSystem#getUserPrincipalLookupService
H A DUserPrincipalNotFoundException.java8 * 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;
/openjdk7/jdk/src/share/classes/java/nio/file/spi/
H A DFileTypeDetector.java8 * 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.spi;
28 import java.nio.file.Path;
32 * A file type detector for probing a file to guess its file type.
34 * <p> A file type detector is a concrete implementation of this class, has a
38 * <p> The means by which a file typ
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAuFileReader.java8 * 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
44 * AU file reader.
62 * Obtains the audio file format of the input stream provided. The stream must
63 * point to valid audio file data. In general, audio file providers may
70 * @param stream the input stream from which file format information should be
72 * @return an <code>AudioFileFormat</code> object describing the audio file format
74 * file dat
244 getAudioFileFormat(File file) argument
355 getAudioInputStream(File file) argument
[all...]

Completed in 57 milliseconds

1234567891011>>