java.lang.Object
org.kde.kjas.server.Main
- public class Main
- extends java.lang.Object
KJAS server recognizes these variablers:
kjas.debug - makes server actions verbose
kjas.showConsole - shows Java Console window
kjas.log - save a transcript of the debug output to /tmp/kjas.log
|
Constructor Summary |
Main()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
protocol_stdout
public static final java.io.PrintStream protocol_stdout
protocol
public static final KJASProtocolHandler protocol
console
public static final KJASConsole console
show_console
private static final boolean show_console
Debug
public static final boolean Debug
log
public static final boolean log
good_jdk
private static boolean good_jdk
Main
public Main()
debug
public static void debug(java.lang.String msg)
- Public Utility functions available to the KJAS framework
kjas_err
public static void kjas_err(java.lang.String msg,
java.lang.Exception e)
kjas_err
public static void kjas_err(java.lang.String msg,
java.lang.Throwable t)
main
public static void main(java.lang.String[] args)
- Main- create the command loop