MCPcopy Index your code
hub / github.com/apache/tomcat / usage

Method usage

java/org/apache/catalina/startup/Tool.java:236–240  ·  view source on GitHub ↗

Display usage information about this tool.

()

Source from the content-addressed store, hash-verified

234 * Display usage information about this tool.
235 */
236 private static void usage() {
237
238 log.info("Usage: java org.apache.catalina.startup.Tool [<options>] <class> [<arguments>]");
239
240 }
241
242
243}

Callers 1

mainMethod · 0.95

Calls 1

infoMethod · 0.65

Tested by

no test coverage detected