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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String attribute) <V extends FileStoreAttributeView>
VgetFileStoreAttributeView(Class<V> type) longlonglongbooleanname()booleansupportsFileAttributeView(Class<? extends FileAttributeView> type) booleantype()Methods inherited from class java.nio.file.FileStore
getBlockSize
-
Constructor Details
-
ResultArchiveStoreFileStore
public ResultArchiveStoreFileStore()
-
-
Method Details
-
name
-
type
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnlyin classFileStore
-
getTotalSpace
- Specified by:
getTotalSpacein classFileStore- Throws:
IOException
-
getUsableSpace
- Specified by:
getUsableSpacein classFileStore- Throws:
IOException
-
getUnallocatedSpace
- Specified by:
getUnallocatedSpacein classFileStore- Throws:
IOException
-
supportsFileAttributeView
- Specified by:
supportsFileAttributeViewin classFileStore
-
supportsFileAttributeView
- Specified by:
supportsFileAttributeViewin classFileStore
-
getFileStoreAttributeView
- Specified by:
getFileStoreAttributeViewin classFileStore
-
getAttribute
- Specified by:
getAttributein classFileStore- Throws:
IOException
-