sears.main
Class Main

java.lang.Object
  extended by sears.main.Main

public class Main
extends java.lang.Object

Class Main.
Summary:
This is the main class. It contains the main method that launches the Sears GUI or the inline commands.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Method main.
static void quickReboot(java.io.File file, boolean reset)
          Quick reboot, closed the main window, free the resource and reopened it
Useful when a gui changing is called
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Method main.
Summary:
This is the method that launches the Sears main GUI.

Parameters:
args - Arguments. Sears can take arguments to make inline operations. arguments syntax is: java.Main.main [actionKey] [action's parameters]

quickReboot

public static void quickReboot(java.io.File file,
                               boolean reset)
Quick reboot, closed the main window, free the resource and reopened it
Useful when a gui changing is called

Parameters:
file - must be the opened file (could be null)
reset - if a properties reset is called