Package org.uberfire.backend.vfs
Class FileSystemFactory.FileSystemImpl
- java.lang.Object
-
- org.uberfire.backend.vfs.FileSystemFactory.FileSystemImpl
-
- All Implemented Interfaces:
org.uberfire.backend.vfs.FileSystem
- Enclosing class:
- FileSystemFactory
@Portable public static class FileSystemFactory.FileSystemImpl extends Object implements org.uberfire.backend.vfs.FileSystem
-
-
Constructor Summary
Constructors Constructor Description FileSystemImpl()FileSystemImpl(Map<String,String> roots, Set<String> supportedViews)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.uberfire.backend.vfs.Path>getRootDirectories()Set<String>supportedFileAttributeViews()StringtoString()
-
-
-
Method Detail
-
getRootDirectories
public List<org.uberfire.backend.vfs.Path> getRootDirectories()
- Specified by:
getRootDirectoriesin interfaceorg.uberfire.backend.vfs.FileSystem
-
supportedFileAttributeViews
public Set<String> supportedFileAttributeViews()
- Specified by:
supportedFileAttributeViewsin interfaceorg.uberfire.backend.vfs.FileSystem
-
-