类 LinkFileSystem
java.lang.Object
java.nio.file.FileSystem
net.minecraft.server.packs.linkfs.LinkFileSystem
- 所有已实现的接口:
Closeable
,AutoCloseable
-
嵌套类概要
嵌套类修饰符和类型类说明static class
(专用程序包) static final record
-
字段概要
字段修饰符和类型字段说明static final String
private static final com.google.common.base.Splitter
private final FileSystemProvider
private final LinkFSPath
private final FileStore
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static LinkFileSystem.Builder
builder()
private static LinkFSPath
buildPath
(LinkFileSystem.DirectoryEntry p_250914_, LinkFileSystem p_248904_, String p_248935_, LinkFSPath p_250296_) void
close()
getPathMatcher
(String p_250757_) boolean
isOpen()
boolean
provider()
rootPath()
store()
-
字段详细资料
-
VIEWS
-
PATH_SEPARATOR
- 另请参阅:
-
PATH_SPLITTER
private static final com.google.common.base.Splitter PATH_SPLITTER -
store
-
provider
-
root
-
-
构造器详细资料
-
LinkFileSystem
LinkFileSystem(String p_251238_, LinkFileSystem.DirectoryEntry p_248738_)
-
-
方法详细资料
-
buildPath
private static LinkFSPath buildPath(LinkFileSystem.DirectoryEntry p_250914_, LinkFileSystem p_248904_, String p_248935_, @Nullable LinkFSPath p_250296_) -
provider
- 指定者:
provider
在类中FileSystem
-
close
public void close()- 指定者:
close
在接口中AutoCloseable
- 指定者:
close
在接口中Closeable
- 指定者:
close
在类中FileSystem
-
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
-
store
-
rootPath
-
builder
-