Package | Description |
---|---|
org.kie.commons.java.nio.file.spi |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemProvider.checkAccess(Path path,
AccessMode... modes) |
void |
FileSystemProvider.delete(Path path) |
<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 © 2001-2013 JBoss by Red Hat. All Rights Reserved.