Class DumpFormatLoader

java.lang.Object
mars.mips.dump.DumpFormatLoader

public class DumpFormatLoader extends Object
  • Constructor Details

    • DumpFormatLoader

      public DumpFormatLoader()
  • Method Details

    • loadDumpFormats

      public ArrayList<DumpFormat> loadDumpFormats()
      Dynamically loads dump formats into an ArrayList. This method is adapted from the loadGameControllers() method in Bret Barker's GameServer class. Barker (bret@hypefiend.com) is co-author of the book "Developing Games in Java". Also see the ToolLoader and SyscallLoader classes elsewhere in MARS.
    • findDumpFormatGivenCommandDescriptor

      public static DumpFormat findDumpFormatGivenCommandDescriptor(ArrayList<DumpFormat> formatList, String formatCommandDescriptor)