Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
arguments
Method · 0.95
Calls
2
getString
Method · 0.65
println
Method · 0.45
Tested by
no test coverage detected