Package | Description |
---|---|
org.uberfire.java.nio.file.spi |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemProvider.checkAccess(Path path,
AccessMode... modes) |
void |
FileSystemProvider.delete(Path path,
DeleteOption... options) |
<V extends FileAttributeView> |
FileSystemProvider.getFileAttributeView(Path path,
Class<V> type,
LinkOption... options) |
InputStream |
FileSystemProvider.newInputStream(Path path,
OpenOption... options) |
<A extends BasicFileAttributes> |
FileSystemProvider.readAttributes(Path path,
Class<A> type,
LinkOption... options) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.