类 LinkFSProvider
java.lang.Object
java.nio.file.spi.FileSystemProvider
net.minecraft.server.packs.linkfs.LinkFSProvider
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
checkAccess
(Path p_248517_, AccessMode... p_248805_) void
copy
(Path p_250627_, Path p_248906_, CopyOption... p_249289_) void
createDirectory
(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_) boolean
boolean
isSameFile
(Path p_249846_, Path p_251936_) void
move
(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_) void
setAttribute
(Path p_251468_, String p_249411_, Object p_249284_, LinkOption... p_250990_) private static LinkFSPath
toLinkPath
(Path p_252065_)
-
字段详细资料
-
SCHEME
- 另请参阅:
-
-
构造器详细资料
-
LinkFSProvider
LinkFSProvider()
-
-
方法详细资料
-
getScheme
- 指定者:
getScheme
在类中FileSystemProvider
-
newFileSystem
- 指定者:
newFileSystem
在类中FileSystemProvider
-
getFileSystem
- 指定者:
getFileSystem
在类中FileSystemProvider
-
getPath
- 指定者:
getPath
在类中FileSystemProvider
-
newByteChannel
public SeekableByteChannel newByteChannel(Path p_251835_, Set<? extends OpenOption> p_251780_, FileAttribute<?>... p_250474_) throws IOException - 指定者:
newByteChannel
在类中FileSystemProvider
- 抛出:
IOException
-
newDirectoryStream
public DirectoryStream<Path> newDirectoryStream(Path p_250116_, DirectoryStream.Filter<? super Path> p_251710_) throws IOException - 指定者:
newDirectoryStream
在类中FileSystemProvider
- 抛出:
IOException
-
createDirectory
- 指定者:
createDirectory
在类中FileSystemProvider
-
delete
- 指定者:
delete
在类中FileSystemProvider
-
copy
- 指定者:
copy
在类中FileSystemProvider
-
move
- 指定者:
move
在类中FileSystemProvider
-
isSameFile
- 指定者:
isSameFile
在类中FileSystemProvider
-
isHidden
- 指定者:
isHidden
在类中FileSystemProvider
-
getFileStore
- 指定者:
getFileStore
在类中FileSystemProvider
-
checkAccess
- 指定者:
checkAccess
在类中FileSystemProvider
- 抛出:
IOException
-
getFileAttributeView
@Nullable public <V extends FileAttributeView> V getFileAttributeView(Path p_250166_, Class<V> p_252214_, LinkOption... p_250559_) - 指定者:
getFileAttributeView
在类中FileSystemProvider
-
readAttributes
public <A extends BasicFileAttributes> A readAttributes(Path p_249764_, Class<A> p_248604_, LinkOption... p_252280_) throws IOException - 指定者:
readAttributes
在类中FileSystemProvider
- 抛出:
IOException
-
readAttributes
- 指定者:
readAttributes
在类中FileSystemProvider
-
setAttribute
public void setAttribute(Path p_251468_, String p_249411_, Object p_249284_, LinkOption... p_250990_) - 指定者:
setAttribute
在类中FileSystemProvider
-
toLinkPath
-