Package org.uberfire.java.nio.file
Class FileSystemMetadata
- java.lang.Object
-
- org.uberfire.java.nio.file.FileSystemMetadata
-
public class FileSystemMetadata extends Object
-
-
Constructor Summary
Constructors Constructor Description FileSystemMetadata(FileSystem fs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseFS()booleanequals(Object o)StringgetId()StringgetScheme()StringgetUri()inthashCode()booleanisAFileSystemID()
-
-
-
Constructor Detail
-
FileSystemMetadata
public FileSystemMetadata(FileSystem fs)
-
-
Method Detail
-
isAFileSystemID
public boolean isAFileSystemID()
-
getId
public String getId()
-
getScheme
public String getScheme()
-
getUri
public String getUri()
-
closeFS
public void closeFS() throws IOException- Throws:
IOException
-
-