|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.FacelessApp
public class FacelessApp
A simple example of a "Faceless" (no gui) application
JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
| Constructor Summary | |
|---|---|
FacelessApp(String[] args)
Constructor starts the JMRI application running, and then returns. |
|
| Method Summary | |
|---|---|
protected void |
codeConfig(String[] args)
|
protected static void |
initLog4J()
Static method to get Log4J working before the rest of JMRI starts up. |
static void |
main(String[] args)
|
static String |
startupInfo(String program)
Static method to return a standard program id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FacelessApp(String[] args)
| Method Detail |
|---|
public static void main(String[] args)
public static String startupInfo(String program)
protected static void initLog4J()
protected void codeConfig(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||