FileSystemFactoryMgr

Package: ghidra.formats.gfilesystem.factory
Type: class

10.1_PUBLIC

addedmethod: mountFileSystem
ghidra.formats.gfilesystem.GFileSystem mountFileSystem(java.lang.String fsType, ghidra.app.util.bin.ByteProvider byteProvider, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod: probe
ghidra.formats.gfilesystem.GFileSystem probe(ghidra.app.util.bin.ByteProvider byteProvider, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.formats.gfilesystem.FileSystemProbeConflictResolver conflictResolver, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod: probe
ghidra.formats.gfilesystem.GFileSystem probe(ghidra.app.util.bin.ByteProvider byteProvider, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.formats.gfilesystem.FileSystemProbeConflictResolver conflictResolver, int priorityFilter, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
addedmethod: test
boolean test(ghidra.app.util.bin.ByteProvider byteProvider, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: mountFileSystem
ghidra.formats.gfilesystem.GFileSystem mountFileSystem(java.lang.String fsType, ghidra.formats.gfilesystem.FSRL containerFSRL, java.io.File containerFile, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: probe
ghidra.formats.gfilesystem.GFileSystem probe(ghidra.formats.gfilesystem.FSRL containerFSRL, java.io.File containerFile, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.formats.gfilesystem.FileSystemProbeConflictResolver conflictResolver, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: probe
ghidra.formats.gfilesystem.GFileSystem probe(ghidra.formats.gfilesystem.FSRL containerFSRL, java.io.File containerFile, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.formats.gfilesystem.FileSystemProbeConflictResolver conflictResolver, int priorityFilter, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: test
boolean test(ghidra.formats.gfilesystem.FSRL containerFSRL, java.io.File containerFile, ghidra.formats.gfilesystem.FileSystemService fsService, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

9.0.1_PUBLIC

introducedInitial version