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

Method getDirectoryAsPath

java/org/apache/juli/FileHandler.java:544–546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

542 }
543
544 private Path getDirectoryAsPath() {
545 return Path.of(directory);
546 }
547
548 private String obtainDateFromPath(Path path) {
549 Path fileName = path.getFileName();

Callers 2

cleanMethod · 0.95
streamFilesForDeleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected