类 DelegateFileSystem
java.lang.Object
java.nio.file.FileSystem
committee.nova.mods.avaritia.api.util.io.DelegateFileSystem
- 所有已实现的接口:
Closeable,AutoCloseable
DelegateFileSystem
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidclose()getPathMatcher(String syntaxAndPattern) booleanisOpen()booleanprovider()
-
构造器详细资料
-
DelegateFileSystem
-
-
方法详细资料
-
provider
- 指定者:
provider在类中FileSystem
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 指定者:
close在类中FileSystem- 抛出:
IOException
-
isOpen
public boolean isOpen()- 指定者:
isOpen在类中FileSystem
-
isReadOnly
public boolean isReadOnly()- 指定者:
isReadOnly在类中FileSystem
-
getSeparator
- 指定者:
getSeparator在类中FileSystem
-
getRootDirectories
- 指定者:
getRootDirectories在类中FileSystem
-
getFileStores
- 指定者:
getFileStores在类中FileSystem
-
supportedFileAttributeViews
- 指定者:
supportedFileAttributeViews在类中FileSystem
-
getPath
- 指定者:
getPath在类中FileSystem
-
getPathMatcher
- 指定者:
getPathMatcher在类中FileSystem
-
getUserPrincipalLookupService
- 指定者:
getUserPrincipalLookupService在类中FileSystem
-
newWatchService
- 指定者:
newWatchService在类中FileSystem- 抛出:
IOException
-