MCPcopy Create free account
hub / github.com/annmuor/jnode / MainHandler

Method MainHandler

jnode-core/src/jnode/main/MainHandler.java:40–45  ·  view source on GitHub ↗
(String configFile)

Source from the content-addressed store, hash-verified

38 private SystemInfo info;
39
40 public MainHandler(String configFile) throws IOException {
41 this.config = new Properties();
42 this.config.load(new FileInputStream(configFile));
43 MainHandler.instance = this;
44 info = new SystemInfo(this);
45 }
46
47 public MainHandler(Properties properties) {
48 this.config = properties;

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected