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

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

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

public class SimpleWindowsFileStore
extends BaseSimpleFileStore


Constructor Summary
SimpleWindowsFileStore(File[] roots, org.kie.commons.java.nio.file.FileSystem fs, String path)
           
 
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
 

Constructor Detail

SimpleWindowsFileStore

public SimpleWindowsFileStore(File[] roots,
                              org.kie.commons.java.nio.file.FileSystem fs,
                              String path)
Method Detail

name

public String name()

getTotalSpace

public long getTotalSpace()
                   throws org.kie.commons.java.nio.IOException
Throws:
org.kie.commons.java.nio.IOException

getUsableSpace

public long getUsableSpace()
                    throws org.kie.commons.java.nio.IOException
Throws:
org.kie.commons.java.nio.IOException

getUnallocatedSpace

public long getUnallocatedSpace()
                         throws org.kie.commons.java.nio.IOException
Throws:
org.kie.commons.java.nio.IOException

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

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