|
|
@ -84,6 +84,7 @@ public class Application extends BaseClass{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
for (String arg : args) { |
|
|
|
for (String arg : args) { |
|
|
|
|
|
|
|
LOG.debug("processing {}",arg); |
|
|
|
switch (arg) { |
|
|
|
switch (arg) { |
|
|
|
case START_TRAINS: |
|
|
|
case START_TRAINS: |
|
|
|
Train.startAll(); |
|
|
|
Train.startAll(); |
|
|
|