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 Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Encapsulates a single "finding" or problem.
  • Method Summary

    Modifier and Type
    Method
    Description
    Perform the disk scan.
  • 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