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

Method getDeployIgnorePattern

java/org/apache/catalina/Host.java:202–202  ·  view source on GitHub ↗

Get the compiled regular expression that defines the files and directories in the host's appBase that will be ignored by the automatic deployment process. @return the compiled deploy ignore pattern

()

Source from the content-addressed store, hash-verified

200 * @return the compiled deploy ignore pattern
201 */
202 Pattern getDeployIgnorePattern();
203
204
205 /**

Callers 1

filterAppPathsMethod · 0.65

Implementers 2

TesterHosttest/org/apache/tomcat/unittest/Tester
StandardHostjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected