Lines Matching refs:options

355      * @param   options
356 * options specifying how the file is opened
361 * if an invalid combination of options is specified
371 public InputStream newInputStream(Path path, OpenOption... options)
374 if (options.length > 0) {
375 for (OpenOption opt: options) {
395 * @param options
396 * options specifying how the file is opened
401 * if {@code options} contains an invalid combination of options
414 public OutputStream newOutputStream(Path path, OpenOption... options)
417 int len = options.length;
423 for (OpenOption opt: options) {
445 * @param options
446 * options specifying how the file is opened
454 * If the set contains an invalid combination of options
468 Set<? extends OpenOption> options,
489 * @param options
490 * options specifying how the file is opened
501 * If the set contains an invalid combination of options
516 Set<? extends OpenOption> options,
531 * @param options
532 * options specifying how the file is opened
540 * if the set contains an invalid combination of options
562 Set<? extends OpenOption> options, FileAttribute<?>... attrs) throws IOException;
778 * @param options
779 * options specifying how the copy should be done
802 public abstract void copy(Path source, Path target, CopyOption... options)
814 * @param options
815 * options specifying how the move should be done
828 * if the options array contains the {@code ATOMIC_MOVE} option but
838 public abstract void move(Path source, Path target, CopyOption... options)
989 * @param options
990 * options indicating how symbolic links are handled
996 getFileAttributeView(Path path, Class<V> type, LinkOption... options);
1008 * @param options
1009 * options indicating how symbolic links are handled
1023 readAttributes(Path path, Class<A> type, LinkOption... options) throws IOException;
1034 * @param options
1035 * options indicating how symbolic links are handled
1055 LinkOption... options)
1068 * @param options
1069 * options indicating how symbolic links are handled
1091 Object value, LinkOption... options)