KIE NIO.2 :: File System Impl 6.0.0.Beta1

org.kie.commons.java.nio.fs.file
Class SimpleUnixFileStore

java.lang.Object
  extended by org.kie.commons.java.nio.fs.file.BaseSimpleFileStore
      extended by org.kie.commons.java.nio.fs.file.SimpleUnixFileStore
All Implemented Interfaces:
FileStore

public class SimpleUnixFileStore
extends BaseSimpleFileStore


Method Summary
 long getTotalSpace()
           
 long getUnallocatedSpace()
           
 long getUsableSpace()
           
 String name()
           
 
Methods inherited from class org.kie.commons.java.nio.fs.file.BaseSimpleFileStore
equals, getAttribute, getFileStoreAttributeView, hashCode, isReadOnly, supportsFileAttributeView, supportsFileAttributeView, type
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

name

public String name()

getTotalSpace

public long getTotalSpace()
                   throws IOException
Throws:
IOException

getUsableSpace

public long getUsableSpace()
                    throws IOException
Throws:
IOException

getUnallocatedSpace

public long getUnallocatedSpace()
                         throws IOException
Throws:
IOException

KIE NIO.2 :: File System Impl 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.