Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getSuffix
Method
getSuffix
java/org/apache/catalina/valves/AccessLogValve.java:312–314 ·
view source on GitHub ↗
Returns the log file suffix. @return the log file suffix.
()
Source
from the content-addressed store, hash-verified
310
* @
return
the log file suffix.
311
*/
312
public
String getSuffix() {
313
return
suffix;
314
}
315
316
317
/**
Callers
9
testGetSetProperties
Method · 0.95
parseName
Method · 0.80
unbind
Method · 0.80
list
Method · 0.80
listBindings
Method · 0.80
destroySubcontext
Method · 0.80
getNameParser
Method · 0.80
lookup
Method · 0.80
bind
Method · 0.80
Calls
no outgoing calls
Tested by
1
testGetSetProperties
Method · 0.76