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

Method isReadOnly

java/org/apache/catalina/WebResourceSet.java:146–146  ·  view source on GitHub ↗

Obtains the current value of the read-only setting for this set of resources. @return true if this set of resources is configured to be read-only, otherwise false

()

Source from the content-addressed store, hash-verified

144 * @return <code>true</code> if this set of resources is configured to be read-only, otherwise <code>false</code>
145 */
146 boolean isReadOnly();
147
148 /**
149 * Implementations may cache some information to improve performance. This method triggers the clean-up of those

Callers 15

isReadOnlyMethod · 0.65
getResourceMethod · 0.65
getResourceMethod · 0.65
mkdirMethod · 0.65
writeMethod · 0.65
initInternalMethod · 0.65
doProppatchMethod · 0.65
doMkcolMethod · 0.65
doDeleteMethod · 0.65
doCopyMethod · 0.65
doMoveMethod · 0.65

Implementers 2

EmptyResourceSetjava/org/apache/catalina/webresources/
AbstractResourceSetjava/org/apache/catalina/webresources/

Calls

no outgoing calls

Tested by

no test coverage detected