Package dev.galasa.framework.spi.ras
Class ResultArchiveStoreFileStore
java.lang.Object
java.nio.file.FileStore
dev.galasa.framework.spi.ras.ResultArchiveStoreFileStore
Dummy File Store if needed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String attribute) <V extends FileStoreAttributeView>
VgetFileStoreAttributeView
(Class<V> type) long
long
long
boolean
name()
boolean
supportsFileAttributeView
(Class<? extends FileAttributeView> type) boolean
type()
Methods inherited from class java.nio.file.FileStore
getBlockSize
-
Constructor Details
-
ResultArchiveStoreFileStore
public ResultArchiveStoreFileStore()
-
-
Method Details
-
name
-
type
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnly
in classFileStore
-
getTotalSpace
- Specified by:
getTotalSpace
in classFileStore
- Throws:
IOException
-
getUsableSpace
- Specified by:
getUsableSpace
in classFileStore
- Throws:
IOException
-
getUnallocatedSpace
- Specified by:
getUnallocatedSpace
in classFileStore
- Throws:
IOException
-
supportsFileAttributeView
- Specified by:
supportsFileAttributeView
in classFileStore
-
supportsFileAttributeView
- Specified by:
supportsFileAttributeView
in classFileStore
-
getFileStoreAttributeView
- Specified by:
getFileStoreAttributeView
in classFileStore
-
getAttribute
- Specified by:
getAttribute
in classFileStore
- Throws:
IOException
-