MCPcopy Index your code
hub / github.com/questdb/questdb / Bootstrap

Method Bootstrap

core/src/main/java/io/questdb/Bootstrap.java:97–99  ·  view source on GitHub ↗
(String... args)

Source from the content-addressed store, hash-verified

95 private final String rootDirectory;
96
97 public Bootstrap(String... args) {
98 this(new PropBootstrapConfiguration(), args);
99 }
100
101 public Bootstrap(BootstrapConfiguration bootstrapConfiguration, String... args) {
102 if (args.length < 2) {

Callers

nothing calls this directly

Calls 15

initMethod · 0.95
processArgsMethod · 0.95
isBlankMethod · 0.95
copyLogConfResourceMethod · 0.95
configureRootDirMethod · 0.95
getLogMethod · 0.95
copyResourceMethod · 0.95
getYearMethod · 0.95
verifyFileLimitsMethod · 0.95
extractSiteMethod · 0.95
extractConfDirMethod · 0.95

Tested by

no test coverage detected