Modifier and Type | Method and Description |
---|---|
void |
Closeable.close() |
Modifier and Type | Method and Description |
---|---|
long |
SeekableByteChannelWrapperImpl.position() |
long |
SeekableByteChannelFileBasedImpl.position() |
SeekableByteChannel |
SeekableByteChannelWrapperImpl.position(long newPosition) |
SeekableByteChannel |
SeekableByteChannelFileBasedImpl.position(long newPosition) |
Map<String,Object> |
ExtendedAttributeView.readAllAttributes() |
<T extends BasicFileAttributes> |
ExtendedAttributeView.readAttributes() |
WatchKey |
AbstractPath.register(WatchService watcher,
WatchEvent.Kind<?>... events) |
WatchKey |
AbstractPath.register(WatchService watcher,
WatchEvent.Kind<?>[] events,
WatchEvent.Modifier... modifiers) |
void |
ExtendedAttributeView.setAttribute(String attribute,
Object value) |
void |
AbstractBasicFileAttributeView.setAttribute(String attribute,
Object value) |
void |
AbstractBasicFileAttributeView.setTimes(FileTime lastModifiedTime,
FileTime lastAccessTime,
FileTime createTime) |
long |
SeekableByteChannelWrapperImpl.size() |
long |
SeekableByteChannelFileBasedImpl.size() |
Path |
AbstractPath.toAbsolutePath() |
Path |
AbstractPath.toRealPath(LinkOption... options) |
URI |
AbstractPath.toUri() |
SeekableByteChannel |
SeekableByteChannelWrapperImpl.truncate(long size) |
SeekableByteChannel |
SeekableByteChannelFileBasedImpl.truncate(long size) |
Modifier and Type | Method and Description |
---|---|
abstract HiddenAttributes |
HiddenAttributeView.readAttributes() |
Modifier and Type | Method and Description |
---|---|
abstract VersionAttributes |
VersionAttributeView.readAttributes() |
Modifier and Type | Method and Description |
---|---|
long |
SeekableByteChannel.position() |
SeekableByteChannel |
SeekableByteChannel.position(long newPosition) |
long |
SeekableByteChannel.size() |
SeekableByteChannel |
SeekableByteChannel.truncate(long size) |
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException |
class |
AtomicMoveNotSupportedException |
class |
DirectoryNotEmptyException |
class |
FileAlreadyExistsException |
class |
FileSystemException |
class |
NoSuchFileException |
class |
NotDirectoryException |
class |
NotLinkException |
Modifier and Type | Method and Description |
---|---|
FileVisitResult |
FileVisitor.postVisitDirectory(T dir,
IOException exc) |
FileVisitResult |
FileVisitor.visitFileFailed(T file,
IOException exc) |
Modifier and Type | Method and Description |
---|---|
boolean |
DirectoryStream.Filter.accept(T entry) |
Object |
FileStore.getAttribute(String attribute) |
long |
FileStore.getTotalSpace() |
long |
FileStore.getUnallocatedSpace() |
long |
FileStore.getUsableSpace() |
WatchService |
FileSystem.newWatchService() |
FileVisitResult |
FileVisitor.postVisitDirectory(T dir,
IOException exc) |
FileVisitResult |
FileVisitor.preVisitDirectory(T dir,
BasicFileAttributes attrs) |
WatchKey |
Watchable.register(WatchService watcher,
WatchEvent.Kind<?>... events) |
WatchKey |
Watchable.register(WatchService watcher,
WatchEvent.Kind<?>[] events,
WatchEvent.Modifier... modifiers) |
Path |
Path.toAbsolutePath() |
Path |
Path.toRealPath(LinkOption... options) |
URI |
Path.toUri() |
FileVisitResult |
FileVisitor.visitFile(T file,
BasicFileAttributes attrs) |
FileVisitResult |
FileVisitor.visitFileFailed(T file,
IOException exc) |
Modifier and Type | Method and Description |
---|---|
<T extends BasicFileAttributes> |
BasicFileAttributeView.readAttributes() |
void |
BasicFileAttributeView.setTimes(FileTime lastModifiedTime,
FileTime lastAccessTime,
FileTime createTime) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemProvider.checkAccess(Path path,
AccessMode... modes) |
void |
FileSystemProvider.copy(Path source,
Path target,
CopyOption... options) |
void |
FileSystemProvider.createDirectory(Path dir,
FileAttribute<?>... attrs) |
void |
FileSystemProvider.createLink(Path link,
Path existing) |
void |
FileSystemProvider.createSymbolicLink(Path link,
Path target,
FileAttribute<?>... attrs) |
void |
FileSystemProvider.delete(Path path,
DeleteOption... options) |
boolean |
FileSystemProvider.deleteIfExists(Path path,
DeleteOption... options) |
FileStore |
FileSystemProvider.getFileStore(Path path) |
boolean |
FileSystemProvider.isHidden(Path path) |
boolean |
FileSystemProvider.isSameFile(Path path,
Path path2) |
void |
FileSystemProvider.move(Path source,
Path target,
CopyOption... options) |
AsynchronousFileChannel |
FileSystemProvider.newAsynchronousFileChannel(Path path,
Set<? extends OpenOption> options,
ExecutorService executor,
FileAttribute<?>... attrs) |
SeekableByteChannel |
FileSystemProvider.newByteChannel(Path path,
Set<? extends OpenOption> options,
FileAttribute<?>... attrs) |
DirectoryStream<Path> |
FileSystemProvider.newDirectoryStream(Path dir,
DirectoryStream.Filter<Path> filter) |
FileChannel |
FileSystemProvider.newFileChannel(Path path,
Set<? extends OpenOption> options,
FileAttribute<?>... attrs) |
FileSystem |
FileSystemProvider.newFileSystem(Path path,
Map<String,?> env) |
FileSystem |
FileSystemProvider.newFileSystem(URI uri,
Map<String,?> env) |
InputStream |
FileSystemProvider.newInputStream(Path path,
OpenOption... options) |
OutputStream |
FileSystemProvider.newOutputStream(Path path,
OpenOption... options) |
<A extends BasicFileAttributes> |
FileSystemProvider.readAttributes(Path path,
Class<A> type,
LinkOption... options) |
Map<String,Object> |
FileSystemProvider.readAttributes(Path path,
String attributes,
LinkOption... options) |
Path |
FileSystemProvider.readSymbolicLink(Path link) |
void |
FileSystemProvider.setAttribute(Path path,
String attribute,
Object value,
LinkOption... options) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.