|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.hogent.tarsos.Tarsos
public final class Tarsos
This is the starting point of the Tarsos application suite. It's main task is to start other applications and to maintain state. Creating the needed directories, checking the runtime, configure logging... also passing, minimal parsing and checking arguments are tasks for this class.
Field Summary | |
---|---|
static java.awt.Color[] |
COLORS
Colors used by ptplot. |
Method Summary | |
---|---|
static void |
configureDirectories(java.util.logging.Logger log)
Checks the configured directories and creates them if they are not present. |
static boolean |
isMac()
|
static boolean |
isWindows()
|
static void |
main(java.lang.String... args)
Starts Tarsos. |
static void |
println(java.lang.String info)
Prints info to a stream (console). |
static void |
printSeparator()
|
static void |
printTarsosAsciiArt()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.awt.Color[] COLORS
Method Detail |
---|
public static void configureDirectories(java.util.logging.Logger log)
log
- The logger to report to.public static boolean isMac()
public static boolean isWindows()
public static void printTarsosAsciiArt()
public static void printSeparator()
public static void main(java.lang.String... args)
args
- The arguments consist of a subcommand and options for the
subcommand. E.g.
java -jar annotate --in blaat.wav java -jar annotate -bufferCount blaat.wav
public static void println(java.lang.String info)
info
- The information to print.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |