Uses of Class
org.starhope.appius.game.BugReporter

Packages that use BugReporter
org.starhope.appius.game   
 

Uses of BugReporter in org.starhope.appius.game
 

Fields in org.starhope.appius.game with type parameters of type BugReporter
private static Map<String,BugReporter> BugReporter.reporters
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.game that return BugReporter
static BugReporter BugReporter.getReporter(String purpose)
          Get a bug reporter instance for a certain type of bugs.