| |
|
| java.lang.Object org.acm.seguin.tools.install.RefactoryInstaller
RefactoryInstaller | public class RefactoryInstaller implements Runnable(Code) | | Installs the refactory
author: Chris Seguin author: Mike Atkinson |
Method Summary | |
public static void | main(String[] args) | public void | run() Main procedure - actually does the work of installing the various
settings files if they are not present. |
PRETTY_CURRENT_VERSION | final public static double PRETTY_CURRENT_VERSION(Code) | | Which version do we have
|
RefactoryInstaller | public RefactoryInstaller(boolean forRefactory)(Code) | | Constructor for the RefactoryInstaller object
Parameters: forRefactory - is true when we are installing software for arefactory |
main | public static void main(String[] args)(Code) | | The main program
Parameters: args - command line arguments |
run | public void run()(Code) | | Main procedure - actually does the work of installing the various
settings files if they are not present.
|
|
|
|