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

Method getHome

java/org/apache/catalina/startup/UserDatabase.java:57–57  ·  view source on GitHub ↗

Return an absolute pathname to the home directory for the specified user. @param user User for which a home directory should be retrieved @return the home directory path

(String user)

Source from the content-addressed store, hash-verified

55 * @return the home directory path
56 */
57 String getHome(String user);
58
59
60 /**

Callers 3

deployMethod · 0.95
toXmlMethod · 0.65
addEjbMethod · 0.65

Implementers 4

MemoryUserDatabasejava/org/apache/catalina/users/MemoryU
SparseUserDatabasejava/org/apache/catalina/users/SparseU
HomesUserDatabasejava/org/apache/catalina/startup/Homes
PasswdUserDatabasejava/org/apache/catalina/startup/Passw

Calls

no outgoing calls

Tested by

no test coverage detected