org.kie.commons.java.nio.fs.file
public abstract class BaseSimpleFileSystem extends Object implements org.kie.commons.java.nio.file.FileSystem, org.kie.commons.java.nio.base.FileSystemId
Modifier and Type | Method and Description |
---|---|
void |
close() |
org.kie.commons.java.nio.file.Path |
getPath(String first,
String... more) |
org.kie.commons.java.nio.file.PathMatcher |
getPathMatcher(String syntaxAndPattern) |
String |
getSeparator() |
org.kie.commons.java.nio.file.attribute.UserPrincipalLookupService |
getUserPrincipalLookupService() |
String |
id() |
boolean |
isOpen() |
boolean |
isReadOnly() |
org.kie.commons.java.nio.file.WatchService |
newWatchService() |
org.kie.commons.java.nio.file.spi.FileSystemProvider |
provider() |
Set<String> |
supportedFileAttributeViews() |
String |
toString() |
public String id()
id
in interface org.kie.commons.java.nio.base.FileSystemId
public org.kie.commons.java.nio.file.spi.FileSystemProvider provider()
provider
in interface org.kie.commons.java.nio.file.FileSystem
public boolean isOpen()
isOpen
in interface org.kie.commons.java.nio.file.FileSystem
public boolean isReadOnly()
isReadOnly
in interface org.kie.commons.java.nio.file.FileSystem
public String getSeparator()
getSeparator
in interface org.kie.commons.java.nio.file.FileSystem
public Set<String> supportedFileAttributeViews()
supportedFileAttributeViews
in interface org.kie.commons.java.nio.file.FileSystem
public org.kie.commons.java.nio.file.Path getPath(String first, String... more) throws org.kie.commons.java.nio.file.InvalidPathException
getPath
in interface org.kie.commons.java.nio.file.FileSystem
org.kie.commons.java.nio.file.InvalidPathException
public org.kie.commons.java.nio.file.PathMatcher getPathMatcher(String syntaxAndPattern) throws IllegalArgumentException, PatternSyntaxException, UnsupportedOperationException
getPathMatcher
in interface org.kie.commons.java.nio.file.FileSystem
IllegalArgumentException
PatternSyntaxException
UnsupportedOperationException
public org.kie.commons.java.nio.file.attribute.UserPrincipalLookupService getUserPrincipalLookupService() throws UnsupportedOperationException
getUserPrincipalLookupService
in interface org.kie.commons.java.nio.file.FileSystem
UnsupportedOperationException
public org.kie.commons.java.nio.file.WatchService newWatchService() throws UnsupportedOperationException, org.kie.commons.java.nio.IOException
newWatchService
in interface org.kie.commons.java.nio.file.FileSystem
UnsupportedOperationException
org.kie.commons.java.nio.IOException
public void close() throws org.kie.commons.java.nio.IOException, UnsupportedOperationException
close
in interface Closeable
org.kie.commons.java.nio.IOException
UnsupportedOperationException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.