类 LinkFSProvider
java.lang.Object
java.nio.file.spi.FileSystemProvider
net.minecraft.server.packs.linkfs.LinkFSProvider
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
checkAccess
(Path pPath, AccessMode... pModes) void
copy
(Path pSource, Path pTarget, CopyOption... pOptions) void
createDirectory
(Path pPath, FileAttribute<?>... pAttributes) void
<V extends FileAttributeView>
VgetFileAttributeView
(Path pPath, Class<V> pType, LinkOption... pOptions) getFileStore
(Path pPath) getFileSystem
(URI pUri) boolean
boolean
isSameFile
(Path pPath, Path pPath2) void
move
(Path pSource, Path pTarget, CopyOption... pOptions) newByteChannel
(Path pPath, Set<? extends OpenOption> pOptions, FileAttribute<?>... pAttributes) newDirectoryStream
(Path pDirectory, DirectoryStream.Filter<? super Path> pFilter) newFileSystem
(URI pUri, Map<String, ?> pEnviroment) <A extends BasicFileAttributes>
AreadAttributes
(Path pPath, Class<A> pType, LinkOption... pOptions) readAttributes
(Path pPath, String pAttributes, LinkOption... pOptions) void
setAttribute
(Path pPath, String pAttribute, Object pValue, LinkOption... pOptions) private static LinkFSPath
toLinkPath
(Path pPath) 从类继承的方法 java.nio.file.spi.FileSystemProvider
createLink, createSymbolicLink, deleteIfExists, installedProviders, newAsynchronousFileChannel, newFileChannel, newFileSystem, newInputStream, newOutputStream, readSymbolicLink
-
字段详细资料
-
SCHEME
- 另请参阅:
-
-
构造器详细资料
-
LinkFSProvider
LinkFSProvider()
-
-
方法详细资料
-
getScheme
- 指定者:
getScheme
在类中FileSystemProvider
-
newFileSystem
- 指定者:
newFileSystem
在类中FileSystemProvider
-
getFileSystem
- 指定者:
getFileSystem
在类中FileSystemProvider
-
getPath
- 指定者:
getPath
在类中FileSystemProvider
-
newByteChannel
public SeekableByteChannel newByteChannel(Path pPath, Set<? extends OpenOption> pOptions, FileAttribute<?>... pAttributes) throws IOException - 指定者:
newByteChannel
在类中FileSystemProvider
- 抛出:
IOException
-
newDirectoryStream
public DirectoryStream<Path> newDirectoryStream(Path pDirectory, DirectoryStream.Filter<? super Path> pFilter) 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 pPath, Class<V> pType, LinkOption... pOptions) - 指定者:
getFileAttributeView
在类中FileSystemProvider
-
readAttributes
public <A extends BasicFileAttributes> A readAttributes(Path pPath, Class<A> pType, LinkOption... pOptions) throws IOException - 指定者:
readAttributes
在类中FileSystemProvider
- 抛出:
IOException
-
readAttributes
- 指定者:
readAttributes
在类中FileSystemProvider
-
setAttribute
- 指定者:
setAttribute
在类中FileSystemProvider
-
toLinkPath
-