project35.configurationTool
Class Project35ConfigurationTool

java.lang.Object
  extended by project35.configurationTool.Project35ConfigurationTool
All Implemented Interfaces:
Project35ToolDeployment

public class Project35ConfigurationTool
extends java.lang.Object
implements Project35ToolDeployment

This is the main class for invoking the Project35 Configuration Tool. The Configuration Tool is an instance of the Project35 data entry tool that has been customised with plugins that suit configuration other Project35 models. This class is similar to:


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Constructor Summary
Project35ConfigurationTool()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setCommandLineProject35Utility(java.lang.String project35Utility)
           
 void setComponentMode(boolean isComponentMode)
           
 void setFileToOpen(java.io.File fileToOpen)
           
 void setSelectedModel(java.lang.String selectedModel)
           
 void setSessionFile(java.io.File sessionFile)
           
 boolean shutDown()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Project35ConfigurationTool

public Project35ConfigurationTool()
Method Detail

main

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

setComponentMode

public void setComponentMode(boolean isComponentMode)

setCommandLineProject35Utility

public void setCommandLineProject35Utility(java.lang.String project35Utility)

setSelectedModel

public void setSelectedModel(java.lang.String selectedModel)

setFileToOpen

public void setFileToOpen(java.io.File fileToOpen)

setSessionFile

public void setSessionFile(java.io.File sessionFile)

start

public void start()

shutDown

public boolean shutDown()
Specified by:
shutDown in interface Project35ToolDeployment