Interface DiskCheck
- All Known Implementing Classes:
DosDiskCheck, ProdosDiskCheck, TrackSectorNibbleDiskCheck
public interface DiskCheck
Basic interface for the disk check (check disk, filesystem check, etc) for a disk. Any finding comes back in the list
and the CLI or GUI decides what to act upon.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordEncapsulates a single "finding" or problem. -
Method Summary
-
Method Details
-
scan
Perform the disk scan. Note that a generic Exception can be thrown simply because we're crossing between old an new interfaces!- Throws:
Exception
-