Class LinkFSProvider
java.lang.Object
java.nio.file.spi.FileSystemProvider
net.minecraft.server.packs.linkfs.LinkFSProvider
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckAccess(Path p_248517_, AccessMode... p_248805_) voidcopy(Path p_250627_, Path p_248906_, CopyOption... p_249289_) voidcreateDirectory(Path p_252352_, FileAttribute<?>... p_249694_) void<V extends FileAttributeView>
 VgetFileAttributeView(Path p_250166_, Class<V> p_252214_, LinkOption... p_250559_) getFileStore(Path p_249374_) getFileSystem(URI p_249279_) booleanbooleanisSameFile(Path p_249846_, Path p_251936_) voidmove(Path p_250866_, Path p_250335_, CopyOption... p_249156_) newByteChannel(Path p_251835_, Set<? extends OpenOption> p_251780_, FileAttribute<?>... p_250474_) newDirectoryStream(Path p_250116_, DirectoryStream.Filter<? super Path> p_251710_) newFileSystem(URI p_251867_, Map<String, ?> p_250970_) <A extends BasicFileAttributes>
 AreadAttributes(Path p_249764_, Class<A> p_248604_, LinkOption... p_252280_) readAttributes(Path p_252124_, String p_249064_, LinkOption... p_252305_) voidsetAttribute(Path p_251468_, String p_249411_, Object p_249284_, LinkOption... p_250990_) private static LinkFSPathtoLinkPath(Path p_252065_) Methods inherited from class java.nio.file.spi.FileSystemProvidercreateLink, createSymbolicLink, deleteIfExists, installedProviders, newAsynchronousFileChannel, newFileChannel, newFileSystem, newInputStream, newOutputStream, readSymbolicLink
- 
Field Details- 
SCHEME- See Also:
 
 
- 
- 
Constructor Details- 
LinkFSProviderLinkFSProvider()
 
- 
- 
Method Details- 
getScheme- Specified by:
- getSchemein class- FileSystemProvider
 
- 
newFileSystem- Specified by:
- newFileSystemin class- FileSystemProvider
 
- 
getFileSystem- Specified by:
- getFileSystemin class- FileSystemProvider
 
- 
getPath- Specified by:
- getPathin class- FileSystemProvider
 
- 
newByteChannelpublic SeekableByteChannel newByteChannel(Path p_251835_, Set<? extends OpenOption> p_251780_, FileAttribute<?>... p_250474_) throws IOException - Specified by:
- newByteChannelin class- FileSystemProvider
- Throws:
- IOException
 
- 
newDirectoryStreampublic DirectoryStream<Path> newDirectoryStream(Path p_250116_, DirectoryStream.Filter<? super Path> p_251710_) throws IOException - Specified by:
- newDirectoryStreamin class- FileSystemProvider
- Throws:
- IOException
 
- 
createDirectory- Specified by:
- createDirectoryin class- FileSystemProvider
 
- 
delete- Specified by:
- deletein class- FileSystemProvider
 
- 
copy- Specified by:
- copyin class- FileSystemProvider
 
- 
move- Specified by:
- movein class- FileSystemProvider
 
- 
isSameFile- Specified by:
- isSameFilein class- FileSystemProvider
 
- 
isHidden- Specified by:
- isHiddenin class- FileSystemProvider
 
- 
getFileStore- Specified by:
- getFileStorein class- FileSystemProvider
 
- 
checkAccess- Specified by:
- checkAccessin class- FileSystemProvider
- Throws:
- IOException
 
- 
getFileAttributeView@Nullable public <V extends FileAttributeView> V getFileAttributeView(Path p_250166_, Class<V> p_252214_, LinkOption... p_250559_) - Specified by:
- getFileAttributeViewin class- FileSystemProvider
 
- 
readAttributespublic <A extends BasicFileAttributes> A readAttributes(Path p_249764_, Class<A> p_248604_, LinkOption... p_252280_) throws IOException - Specified by:
- readAttributesin class- FileSystemProvider
- Throws:
- IOException
 
- 
readAttributes- Specified by:
- readAttributesin class- FileSystemProvider
 
- 
setAttributepublic void setAttribute(Path p_251468_, String p_249411_, Object p_249284_, LinkOption... p_250990_) - Specified by:
- setAttributein class- FileSystemProvider
 
- 
toLinkPath
 
-