|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsears.main.Main
public class Main
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 |
---|
public Main()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- Arguments. Sears can take arguments to make inline operations.
arguments syntax is:
java.Main.main [actionKey] [action's parameters]public static void quickReboot(java.io.File file, boolean reset)
file
- must be the opened file (could be null)reset
- if a properties reset is called
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |