Package mars.mips.dump
Class DumpFormatLoader
java.lang.Object
mars.mips.dump.DumpFormatLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DumpFormat
findDumpFormatGivenCommandDescriptor(ArrayList<DumpFormat> formatList, String formatCommandDescriptor)
Dynamically loads dump formats into an ArrayList.
-
Constructor Details
-
DumpFormatLoader
public DumpFormatLoader()
-
-
Method Details
-
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)
-