| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getAttribute(String attribute) |
<V extends FileStoreAttributeView> |
getFileStoreAttributeView(Class<V> type) |
long |
getTotalSpace() |
long |
getUnallocatedSpace() |
long |
getUsableSpace() |
int |
hashCode() |
boolean |
isReadOnly() |
String |
name() |
boolean |
supportsFileAttributeView(Class<? extends FileAttributeView> type) |
boolean |
supportsFileAttributeView(String name) |
String |
type() |
public boolean isReadOnly()
isReadOnly in interface FileStorepublic long getTotalSpace()
throws IOException
getTotalSpace in interface FileStoreIOExceptionpublic long getUsableSpace()
throws IOException
getUsableSpace in interface FileStoreIOExceptionpublic long getUnallocatedSpace()
throws IOException
getUnallocatedSpace in interface FileStoreIOExceptionpublic boolean supportsFileAttributeView(Class<? extends FileAttributeView> type)
supportsFileAttributeView in interface FileStorepublic boolean supportsFileAttributeView(String name)
supportsFileAttributeView in interface FileStorepublic <V extends FileStoreAttributeView> V getFileStoreAttributeView(Class<V> type)
getFileStoreAttributeView in interface FileStorepublic Object getAttribute(String attribute) throws UnsupportedOperationException, IOException
getAttribute in interface FileStoreUnsupportedOperationExceptionIOExceptionCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.