Adventure at Umalu  22nd March, 2013
Rogue-like Dungeon Crawler, written in Java
 All Classes Functions Variables Pages
Static Public Member Functions | Static Public Attributes | List of all members
rogue.system.SystemHelper Class Reference

Static Public Member Functions

static void debugMessage (String message)
 
static void errorMessage (String message)
 
static void getArgs (String[] args)
 

Static Public Attributes

static boolean debug = false
 
static boolean speedrun = false
 
static boolean isApplet = false
 
static boolean isJar = false
 

Detailed Description

Contains and sets global Options and Variables.

Member Function Documentation

static void rogue.system.SystemHelper.debugMessage ( String  message)
static

Prints a message to Console, prefixed with '> Debug', when debug option has been set

Parameters
messageMessage to be printed
static void rogue.system.SystemHelper.errorMessage ( String  message)
static

Prints a message to Console, prefixed with '(!) Error:'

Parameters
messageMessage to be printed
static void rogue.system.SystemHelper.getArgs ( String[]  args)
static

Reads a list of strings and sets Options in SystemHelper accordingly

Parameters
argsList of Arguments

Member Data Documentation

boolean rogue.system.SystemHelper.debug = false
static

Set to true if debug parameter has been set on startup

boolean rogue.system.SystemHelper.isApplet = false
static

Set to true, if Application has been started as an Applet

Deprecated:
Since this Application does not support being run as an Applet, this Variable will not be set.
boolean rogue.system.SystemHelper.isJar = false
static

Set to true, if application is run frum a Jar-File.

boolean rogue.system.SystemHelper.speedrun = false
static

Set to true, if speedrun parameter has been set on startup


The documentation for this class was generated from the following file: