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

Method removeServiced

java/org/apache/catalina/startup/HostConfig.java:309–311  ·  view source on GitHub ↗

Remove a serviced application from the list. @param name the context name

(String name)

Source from the content-addressed store, hash-verified

307 * @param name the context name
308 */
309 public void removeServiced(String name) {
310 servicedSet.remove(name);
311 }
312
313
314 /**

Callers 10

deployDescriptorsMethod · 0.95
deployWARsMethod · 0.95
deployDirectoriesMethod · 0.95
migrateLegacyAppsMethod · 0.95
checkMethod · 0.95
checkUndeployMethod · 0.95
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected