buttress.main
Class Buttress

java.lang.Object
  extended bybuttress.main.Buttress

public class Buttress
extends java.lang.Object


Field Summary
static java.lang.String FEED_FILTER_FILENAME
           
static java.lang.String INI_FILENAME
           
 
Constructor Summary
Buttress()
           
 
Method Summary
static Main getDriver()
           
static java.lang.String getFEED_FILTER_FILENAME()
           
static java.lang.String getINI_FILENAME()
           
static Gui getMyGui()
           
static boolean isDebug()
           
static boolean isFirstRun()
          returns whether or not it's the first run of the program
static void main(java.lang.String[] args)
          The main program for the Gui class
static boolean readConfig()
          reads the configuration (ini) file
static void setDebug(boolean isBug)
           
static boolean writeConfig(java.awt.Point myLoc)
          writes the varables to the ini file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INI_FILENAME

public static final java.lang.String INI_FILENAME
See Also:
Constant Field Values

FEED_FILTER_FILENAME

public static final java.lang.String FEED_FILTER_FILENAME
See Also:
Constant Field Values
Constructor Detail

Buttress

public Buttress()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the Gui class

Parameters:
args - String[] The command line arguments

isFirstRun

public static boolean isFirstRun()
returns whether or not it's the first run of the program

Returns:
firstRun boolean

writeConfig

public static boolean writeConfig(java.awt.Point myLoc)
writes the varables to the ini file

Parameters:
myLoc - Point
Returns:
boolean

readConfig

public static boolean readConfig()
reads the configuration (ini) file

Returns:
goodRead

getMyGui

public static Gui getMyGui()
Returns:
Returns the program's gui

isDebug

public static boolean isDebug()
Returns:
whether or not debug is on

setDebug

public static void setDebug(boolean isBug)
Parameters:
isBug - sets the debug value

getDriver

public static Main getDriver()
Returns:
the driver

getFEED_FILTER_FILENAME

public static java.lang.String getFEED_FILTER_FILENAME()
Returns:
Returns the fEED_FILTER_FILENAME.

getINI_FILENAME

public static java.lang.String getINI_FILENAME()
Returns:
Returns the iNI_FILENAME.