MCPcopy Create free account
hub / github.com/BaseXdb/basex / usage

Method usage

basex-core/src/main/java/org/basex/util/MainParser.java:134–137  ·  view source on GitHub ↗

Returns an exception with the command usage info. @return database exception

()

Source from the content-addressed store, hash-verified

132 * @return database exception
133 */
134 public BaseXException usage() {
135 final String name = Util.className(main).toLowerCase(Locale.ENGLISH);
136 return new BaseXException(main.header() + Prop.NL + "Usage: " + name + main.usage());
137 }
138}

Callers 7

parseArgsMethod · 0.95
parseArgsMethod · 0.95
parseArgsMethod · 0.95
parseArgsMethod · 0.95
numberMethod · 0.95
parseArgsMethod · 0.95
parseArgsMethod · 0.95

Calls 2

classNameMethod · 0.95
headerMethod · 0.45

Tested by 2

parseArgsMethod · 0.76
parseArgsMethod · 0.76