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

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

java.lang.Object
  extended by org.kie.commons.java.nio.fs.file.BaseSimpleFileSystem
      extended by org.kie.commons.java.nio.fs.file.SimpleWindowsFileSystem
All Implemented Interfaces:
Closeable, FileSystemId, FileSystem

public class SimpleWindowsFileSystem
extends BaseSimpleFileSystem


Method Summary
 Iterable<FileStore> getFileStores()
           
 Iterable<Path> getRootDirectories()
           
 String getSeparator()
           
 
Methods inherited from class org.kie.commons.java.nio.fs.file.BaseSimpleFileSystem
close, getPath, getPathMatcher, getUserPrincipalLookupService, id, isOpen, isReadOnly, newWatchService, provider, supportedFileAttributeViews
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSeparator

public String getSeparator()
Specified by:
getSeparator in interface FileSystem
Overrides:
getSeparator in class BaseSimpleFileSystem

getRootDirectories

public Iterable<Path> getRootDirectories()

getFileStores

public Iterable<FileStore> getFileStores()

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

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