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 TypeMethodDescriptionboolean
check
(ImageOrder order) Check for a likely directory structure.void
-
Constructor Details
-
PascalDiskFactory
public PascalDiskFactory()
-
-
Method Details
-
inspect
- Specified by:
inspect
in interfaceDiskFactory
-
check
Check for a likely directory structure. Note that we scan all sizes, even though that is overkill.
-