MCPcopy Create free account
hub / github.com/apache/tomcat / usage

Method usage

java/org/apache/catalina/startup/Catalina.java:981–985  ·  view source on GitHub ↗

Print usage information for this application.

()

Source from the content-addressed store, hash-verified

979 * Print usage information for this application.
980 */
981 protected void usage() {
982
983 System.out.println(sm.getString("catalina.usage"));
984
985 }
986
987
988 /**

Callers 1

argumentsMethod · 0.95

Calls 2

getStringMethod · 0.65
printlnMethod · 0.45

Tested by

no test coverage detected