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

Method tryAddServiced

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

Add a serviced application to the list and indicates if the application was already present in the list. @param name the context name @return true if the application was not already in the list

(String name)

Source from the content-addressed store, hash-verified

297 * @return {@code true} if the application was not already in the list
298 */
299 public boolean tryAddServiced(String name) {
300 return servicedSet.add(name);
301 }
302
303
304 /**

Callers 6

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

Calls 1

addMethod · 0.65

Tested by

no test coverage detected