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

Method store

java/org/apache/catalina/storeconfig/IStoreConfig.java:71–71  ·  view source on GitHub ↗

Write the configuration information for this entire Server out to the server.xml configuration file. @param aServer Server instance @return true if the store operation was successful

(Server aServer)

Source from the content-addressed store, hash-verified

69 * @return <code>true</code> if the store operation was successful
70 */
71 boolean store(Server aServer);
72
73 /**
74 * Store the specified Server properties.

Callers 15

generateKeystoreMethod · 0.65
getPayloadMethod · 0.65
memberAddedMethod · 0.65
memberDisappearedMethod · 0.65
storeContextMethod · 0.65
storeMethod · 0.65
storeMethod · 0.65
storeMethod · 0.65
storeContextSeparateMethod · 0.65
storeWithBackupMethod · 0.65
storeMethod · 0.65
storeMethod · 0.65

Implementers 1

StoreConfigjava/org/apache/catalina/storeconfig/S

Calls

no outgoing calls

Tested by 4

generateKeystoreMethod · 0.52
getPayloadMethod · 0.52
memberAddedMethod · 0.52
memberDisappearedMethod · 0.52