org.acm.seguin.tools.install
Class RefactoryInstaller

java.lang.Object
  extended by org.acm.seguin.tools.install.RefactoryInstaller
All Implemented Interfaces:
java.lang.Runnable

public class RefactoryInstaller
extends java.lang.Object
implements java.lang.Runnable

Installs the refactory

Author:
Chris Seguin, Mike Atkinson

Field Summary
static double PRETTY_CURRENT_VERSION
          Which version do we have
 
Constructor Summary
RefactoryInstaller(boolean forRefactory)
          Constructor for the RefactoryInstaller object
 
Method Summary
static void main(java.lang.String[] args)
          The main program
 void run()
          Main procedure - actually does the work of installing the various settings files if they are not present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRETTY_CURRENT_VERSION

public static final double PRETTY_CURRENT_VERSION
Which version do we have

See Also:
Constant Field Values
Constructor Detail

RefactoryInstaller

public RefactoryInstaller(boolean forRefactory)
Constructor for the RefactoryInstaller object

Parameters:
forRefactory - is true when we are installing software for a refactory
Method Detail

run

public void run()
Main procedure - actually does the work of installing the various settings files if they are not present.

Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] args)
The main program

Parameters:
args - command line arguments