Uses of Interface
org.uberfire.java.nio.file.FileSystem
-
Packages that use FileSystem Package Description org.uberfire.java.nio.base org.uberfire.java.nio.file org.uberfire.java.nio.file.spi org.uberfire.java.nio.security -
-
Uses of FileSystem in org.uberfire.java.nio.base
Classes in org.uberfire.java.nio.base with type parameters of type FileSystem Modifier and Type Class Description classAbstractPath<FS extends FileSystem>Fields in org.uberfire.java.nio.base declared as FileSystem Modifier and Type Field Description protected FSAbstractPath. fsMethods in org.uberfire.java.nio.base with parameters of type FileSystem Modifier and Type Method Description static GeneralPathImplGeneralPathImpl. create(FileSystem fs, String path, boolean isRealPath)static GeneralPathImplGeneralPathImpl. create(FileSystem fs, String path, boolean isRealPath, boolean isNormalized)static GeneralPathImplGeneralPathImpl. createRoot(FileSystem fs, String path, boolean isRealPath)static GeneralPathImplGeneralPathImpl. newFromFile(FileSystem fs, File file)protected PathGeneralPathImpl. newPath(FileSystem fs, String substring, String host, boolean isRealPath, boolean isNormalized)protected PathGeneralPathImpl. newRoot(FileSystem fs, String substring, String host, boolean realPath)protected AbstractPath.RootInfoGeneralPathImpl. setupRoot(FileSystem fs, String path, String host, boolean isRoot) -
Uses of FileSystem in org.uberfire.java.nio.file
Methods in org.uberfire.java.nio.file that return FileSystem Modifier and Type Method Description FileSystemPath. getFileSystem()Constructors in org.uberfire.java.nio.file with parameters of type FileSystem Constructor Description FileSystemMetadata(FileSystem fs) -
Uses of FileSystem in org.uberfire.java.nio.file.spi
Methods in org.uberfire.java.nio.file.spi that return FileSystem Modifier and Type Method Description FileSystemFileSystemProvider. getFileSystem(URI uri)FileSystemFileSystemProvider. newFileSystem(URI uri, Map<String,?> env)FileSystemFileSystemProvider. newFileSystem(Path path, Map<String,?> env) -
Uses of FileSystem in org.uberfire.java.nio.security
Methods in org.uberfire.java.nio.security with parameters of type FileSystem Modifier and Type Method Description booleanFileSystemAuthorizer. 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.
-