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

Method list

java/org/apache/naming/SelectorContext.java:190–198  ·  view source on GitHub ↗
(Name name)

Source from the content-addressed store, hash-verified

188
189
190 @Override
191 public NamingEnumeration<NameClassPair> list(Name name) throws NamingException {
192
193 if (log.isTraceEnabled()) {
194 log.trace(sm.getString("selectorContext.methodUsingName", "list", name));
195 }
196
197 return getBoundContext().list(parseName(name));
198 }
199
200
201 @Override

Callers

nothing calls this directly

Calls 6

getBoundContextMethod · 0.95
parseNameMethod · 0.95
isTraceEnabledMethod · 0.65
traceMethod · 0.65
getStringMethod · 0.65
listMethod · 0.65

Tested by

no test coverage detected