mars.mips.dump
Class DumpFormatLoader
java.lang.Object
mars.mips.dump.DumpFormatLoader
public class DumpFormatLoader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumpFormatLoader
public DumpFormatLoader()
loadDumpFormats
public ArrayList 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 formatList,
String formatCommandDescriptor)