Class PascalDiskFactory
java.lang.Object
com.webcodepro.applecommander.storage.os.pascal.PascalDiskFactory
- All Implemented Interfaces:
DiskFactory
Automatic discovery of Pascal volumes.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.webcodepro.applecommander.storage.DiskFactory
DiskFactory.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheck(BlockDevice device) Check for a likely directory structure.void
-
Constructor Details
-
PascalDiskFactory
public PascalDiskFactory()
-
-
Method Details
-
inspect
- Specified by:
inspectin interfaceDiskFactory
-
check
Check for a likely directory structure. Note that we scan all sizes, even though that is overkill.
-