Package | Description |
---|---|
org.uberfire.java.nio.base | |
org.uberfire.java.nio.file | |
org.uberfire.java.nio.file.spi | |
org.uberfire.java.nio.security |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPath<FS extends FileSystem> |
Modifier and Type | Field and Description |
---|---|
protected FS |
AbstractPath.fs |
Modifier and Type | Method and Description |
---|---|
static GeneralPathImpl |
GeneralPathImpl.create(FileSystem fs,
String path,
boolean isRealPath) |
static GeneralPathImpl |
GeneralPathImpl.create(FileSystem fs,
String path,
boolean isRealPath,
boolean isNormalized) |
static GeneralPathImpl |
GeneralPathImpl.createRoot(FileSystem fs,
String path,
boolean isRealPath) |
static GeneralPathImpl |
GeneralPathImpl.newFromFile(FileSystem fs,
File file) |
protected Path |
GeneralPathImpl.newPath(FileSystem fs,
String substring,
String host,
boolean isRealPath,
boolean isNormalized) |
protected Path |
GeneralPathImpl.newRoot(FileSystem fs,
String substring,
String host,
boolean realPath) |
protected AbstractPath.RootInfo |
GeneralPathImpl.setupRoot(FileSystem fs,
String path,
String host,
boolean isRoot) |
Modifier and Type | Method and Description |
---|---|
FileSystem |
Path.getFileSystem() |
Constructor and Description |
---|
FileSystemMetadata(FileSystem fs) |
Modifier and Type | Method and Description |
---|---|
FileSystem |
FileSystemProvider.getFileSystem(URI uri) |
FileSystem |
FileSystemProvider.newFileSystem(Path path,
Map<String,?> env) |
FileSystem |
FileSystemProvider.newFileSystem(URI uri,
Map<String,?> env) |
Modifier and Type | Method and Description |
---|---|
boolean |
FileSystemAuthorizer.authorize(FileSystem fs,
org.jboss.errai.security.shared.api.identity.User user)
Returns true if the given user is permitted to perform actions within the given file system.
|
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.