KIE NIO.2 :: Model 6.0.0.CR4-Pre1

org.kie.commons.java.nio.file
Interface FileSystem

All Superinterfaces:
Closeable

public interface FileSystem
extends Closeable


Method Summary
 Iterable<FileStore> getFileStores()
           
 Path getPath(String first, String... more)
           
 PathMatcher getPathMatcher(String syntaxAndPattern)
           
 Iterable<Path> getRootDirectories()
           
 String getSeparator()
           
 UserPrincipalLookupService getUserPrincipalLookupService()
           
 boolean isOpen()
           
 boolean isReadOnly()
           
 WatchService newWatchService()
           
 FileSystemProvider provider()
           
 Set<String> supportedFileAttributeViews()
           
 
Methods inherited from interface org.kie.commons.java.nio.Closeable
close
 

Method Detail

provider

FileSystemProvider provider()

isOpen

boolean isOpen()

isReadOnly

boolean isReadOnly()

getSeparator

String getSeparator()

getRootDirectories

Iterable<Path> getRootDirectories()

getFileStores

Iterable<FileStore> getFileStores()

supportedFileAttributeViews

Set<String> supportedFileAttributeViews()

getPath

Path getPath(String first,
             String... more)
             throws InvalidPathException
Throws:
InvalidPathException

getPathMatcher

PathMatcher getPathMatcher(String syntaxAndPattern)
                           throws IllegalArgumentException,
                                  PatternSyntaxException,
                                  UnsupportedOperationException
Throws:
IllegalArgumentException
PatternSyntaxException
UnsupportedOperationException

getUserPrincipalLookupService

UserPrincipalLookupService getUserPrincipalLookupService()
                                                         throws UnsupportedOperationException
Throws:
UnsupportedOperationException

newWatchService

WatchService newWatchService()
                             throws UnsupportedOperationException,
                                    IOException
Throws:
UnsupportedOperationException
IOException

KIE NIO.2 :: Model 6.0.0.CR4-Pre1

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