public class FileSystemFactory
extends java.lang.Object
PartitionTableEntry.| Modifier and Type | Class and Description |
|---|---|
static class |
FileSystemFactory.UnsupportedFileSystemException |
| Constructor and Description |
|---|
FileSystemFactory() |
| Modifier and Type | Method and Description |
|---|---|
static FileSystem |
createFileSystem(PartitionTableEntry entry,
BlockDeviceDriver blockDevice) |
static void |
registerFileSystem(FileSystemCreator creator) |
public static FileSystem createFileSystem(PartitionTableEntry entry, BlockDeviceDriver blockDevice) throws java.io.IOException, FileSystemFactory.UnsupportedFileSystemException
java.io.IOExceptionFileSystemFactory.UnsupportedFileSystemExceptionpublic static void registerFileSystem(FileSystemCreator creator)