|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.Kernel
public class Kernel
The Kernel is the class responsible of create and interconnect all modules of aTunes.
Field Summary | |
---|---|
static boolean |
DEBUG
Defines if aTunes is running in debug mode. |
static boolean |
IGNORE_LOOK_AND_FEEL
Defines if aTunes will ignore look and feel. |
static boolean |
NO_UPDATE
Defines if aTunes should not try to update (for Linux packages). |
ApplicationState |
state
Application State of aTunes. |
Constructor Summary | |
---|---|
protected |
Kernel()
Constructor of Kernel. |
Method Summary | |
---|---|
void |
finish()
Called when closing application |
static Kernel |
getInstance()
Getter of the Kernel instance. |
void |
restart()
Called when restarting application |
static void |
startKernel(java.util.List<java.lang.String> args)
Static method to create the Kernel instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean DEBUG
public static boolean IGNORE_LOOK_AND_FEEL
public static boolean NO_UPDATE
public ApplicationState state
Constructor Detail |
---|
protected Kernel()
Method Detail |
---|
public static Kernel getInstance()
public static void startKernel(java.util.List<java.lang.String> args)
args
- the argspublic void finish()
public void restart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |