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

Method getManager

java/org/apache/tomcat/util/res/StringManager.java:186–188  ·  view source on GitHub ↗

Get the StringManager for a given class. The StringManager will be returned for the package in which the class is located. If a manager for that package already exists, it will be reused, else a new StringManager will be created and returned. @param clazz The class for which to retrieve the StringM

(Class<?> clazz)

Source from the content-addressed store, hash-verified

184 * @return The instance associated with the package of the provide class
185 */
186 public static StringManager getManager(Class<?> clazz) {
187 return getManager(clazz.getPackage().getName());
188 }
189
190
191 /**

Callers 15

EndpointClassHolderClass · 0.95
WsFrameClientClass · 0.95
PojoHolderClass · 0.95
FutureToSendHandlerClass · 0.95
DigestAuthenticatorClass · 0.95
AuthenticatorClass · 0.95
UtilClass · 0.95
WsFrameBaseClass · 0.95

Calls 7

getLocaleMethod · 0.95
getNameMethod · 0.65
getMethod · 0.65
putMethod · 0.65
equalsMethod · 0.65
hasMoreElementsMethod · 0.45
nextElementMethod · 0.45

Tested by

no test coverage detected