MCPcopy Create free account
hub / github.com/SummerSec/SPATool / main

Method main

src/main/java/com/sumsec/ui/main.java:31–42  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

29 private static Logger logger = LogManager.getLogger(main.class);
30
31 public static void main(String[] args) {
32 if (args.length == 0) {
33 logger.info("No arguments provided");
34 logger.info("Starting application with default arguments");
35 launch(args);
36 }else{
37 for (String arg : args) {
38 logger.info(arg);
39 }
40 initCliArgs(args);
41 }
42 }
43
44 @Override
45 public void start(Stage primaryStage) throws Exception {

Callers

nothing calls this directly

Calls 1

initCliArgsMethod · 0.95

Tested by

no test coverage detected