public class Main
extends Object
- Author:
- Benjamin Schiller
-
Field Summary
Fields
Modifier and Type |
Field |
Description |
private static de.s42.log.Logger |
log |
|
protected static Path |
MAIN_VIEW |
|
-
Constructor Summary
Constructors
Constructor |
Description |
Main() |
|
-
Method Summary
Modifier and Type |
Method |
Description |
static void |
main(String[] args) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
private static final de.s42.log.Logger log
-
protected static final Path MAIN_VIEW
-
-