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

Method getPathname

java/org/apache/catalina/realm/MemoryRealm.java:88–92  ·  view source on GitHub ↗

Get the pathname of the XML file containing user definitions. @return the pathname

()

Source from the content-addressed store, hash-verified

86 * @return the pathname
87 */
88 public String getPathname() {
89
90 return pathname;
91
92 }
93
94
95 /**

Callers 1

startInternalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected