History - net.minecraft.datafixer.file.cowfs.CowFs
26.3
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
net.minecraft.util.filefix.virtualfilesystem.CopyOnWriteFileSystem
net.minecraft.util.filefix.virtualfilesystem.CopyOnWriteFileSystem
net.minecraft.class_1_270
net.minecraft.datafixer.file.cowfs.CowFs
Fields
Set<String>: FILE_ATTRIBUTE_VIEWS, FILE_ATTRIBUTE_VIEWS, field_1_1655, SUPPORTED_ATTRIBUTES
org.slf4j.Logger: LOGGER, LOGGER, field_1_1656, LOGGER
CowFsFileStore: store, store, field_1_1662, fileStore
CowFsProvider: provider, provider, field_1_1660, provider
Path: baseDirectory, baseDirectory, field_1_1658, root
PathMatcher: skippedPaths, skippedPaths, field_1_2012, pathMatcher
Path: tmpDirectory, tmpDirectory, field_1_1663, tempPath
CowFsPath: rootPath, rootPath, field_1_1661, rootFsPath
AtomicInteger: tmpFileIndex, tmpFileIndex, field_1_1664, counter
CowDirectory: fileTree, fileTree, field_1_1659, rootDir
Constructors
(String, Path, Path, PathMatcher)
Methods
CowFs (String, Path, Path, PathMatcher): create, create, method_1_2047, create
CowDirectory (Path): buildFileTreeFrom, buildFileTreeFrom, method_1_2044, createRootDirectory
void (): resetFileTreeToBaseFolderContent, resetFileTreeToBaseFolderContent, method_1_2054, recreateRootDirectory
CowFsProvider (): provider, provider, method_1_2053, provider
void (): close, close
boolean (): isOpen, isOpen
boolean (): isReadOnly, isReadOnly
String (): getSeparator, getSeparator
Iterable<Path> (): getRootDirectories, getRootDirectories
Iterable<FileStore> (): getFileStores, getFileStores
Set<String> (): supportedFileAttributeViews, supportedFileAttributeViews
CowFsPath (String, String...): getPath, getPath, method_1_2050, getPath
PathMatcher (String): getPathMatcher, getPathMatcher
UserPrincipalLookupService (): getUserPrincipalLookupService, getUserPrincipalLookupService
WatchService (): newWatchService, newWatchService
CowFsFileStore (): store, store, method_1_2056, getFileStore
CowFsPath (): rootPath, rootPath, method_1_2055, getRoot
CowDirectory (): fileTree, fileTree, method_1_2049, getRootDir
Path (): baseDirectory, baseDirectory, method_1_2043, getRootPath
Path (): tmpDirectory, tmpDirectory, method_1_2057, getTempPath
Path (): createTemporaryFilePath, createTemporaryFilePath, method_1_2048, getPathInsideTempDir
FileSystem (): backingFileSystem, backingFileSystem, method_1_2042, getOuterFileSystem
CowFs$Operation (Path): collectMoveOperations, collectMoveOperations, method_1_2045, getOutputOperation
void (Path, CowDirectory, CowFs$Operation): collectMoveOperations, collectMoveOperations, method_1_2046, getOutputOperation
void (List<Path>): createDirectories, createDirectories, method_1_2444, createDirectories
void (List<FileMove>): hardLinkFiles, hardLinkFiles, method_1_2051, createHardLinks
void (List<FileMove>): moveFiles, moveFiles, method_1_2445, applyMoves
void (List<FileMove>, CopyOption[]): moveFilesWithRetry, moveFilesWithRetry, method_1_2446, copyMoves
List<FileMove> (List<FileMove>, CopyOption[]): tryRevertMoves, tryRevertMoves, method_1_2447, revertMoves