Class LinkFileSystem
java.lang.Object
java.nio.file.FileSystem
net.minecraft.server.packs.linkfs.LinkFileSystem
- All Implemented Interfaces:
- Closeable,- AutoCloseable
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic class(package private) static final record
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringprivate static final com.google.common.base.Splitterprivate final FileSystemProviderprivate final LinkFSPathprivate final FileStore
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LinkFileSystem.Builderbuilder()private static LinkFSPathbuildPath(LinkFileSystem.DirectoryEntry p_250914_, LinkFileSystem p_248904_, String p_248935_, LinkFSPath p_250296_) voidclose()getPathMatcher(String p_250757_) booleanisOpen()booleanprovider()rootPath()store()
- 
Field Details- 
VIEWS
- 
PATH_SEPARATOR- See Also:
 
- 
PATH_SPLITTERprivate static final com.google.common.base.Splitter PATH_SPLITTER
- 
store
- 
provider
- 
root
 
- 
- 
Constructor Details- 
LinkFileSystemLinkFileSystem(String p_251238_, LinkFileSystem.DirectoryEntry p_248738_) 
 
- 
- 
Method Details- 
buildPathprivate static LinkFSPath buildPath(LinkFileSystem.DirectoryEntry p_250914_, LinkFileSystem p_248904_, String p_248935_, @Nullable LinkFSPath p_250296_) 
- 
provider- Specified by:
- providerin class- FileSystem
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Specified by:
- closein class- FileSystem
 
- 
isOpenpublic boolean isOpen()- Specified by:
- isOpenin class- FileSystem
 
- 
isReadOnlypublic boolean isReadOnly()- Specified by:
- isReadOnlyin class- FileSystem
 
- 
getSeparator- Specified by:
- getSeparatorin class- FileSystem
 
- 
getRootDirectories- Specified by:
- getRootDirectoriesin class- FileSystem
 
- 
getFileStores- Specified by:
- getFileStoresin class- FileSystem
 
- 
supportedFileAttributeViews- Specified by:
- supportedFileAttributeViewsin class- FileSystem
 
- 
getPath- Specified by:
- getPathin class- FileSystem
 
- 
getPathMatcher- Specified by:
- getPathMatcherin class- FileSystem
 
- 
getUserPrincipalLookupService- Specified by:
- getUserPrincipalLookupServicein class- FileSystem
 
- 
newWatchService- Specified by:
- newWatchServicein class- FileSystem
 
- 
store
- 
rootPath
- 
builder
 
-