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

Method mkdir

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

Create a new directory at the given path. @param path The path for the new resource to create relative to the root of the web application. It must start with '/'. @return true if the directory was created, otherwise false

(String path)

Source from the content-addressed store, hash-verified

65 * @return <code>true</code> if the directory was created, otherwise <code>false</code>
66 */
67 boolean mkdir(String path);
68
69 /**
70 * Create a new resource at the requested path using the provided InputStream.

Callers 15

startMethod · 0.65
setUpMethod · 0.65
setUpMethod · 0.65
beforeEachTestMethod · 0.65
testMkdirEmptyMethod · 0.65
testMkdirRootMethod · 0.65
testMkdirDirAMethod · 0.65
testMkdirDirBMethod · 0.65
testMkdirFileMethod · 0.65
testMkdirNewMethod · 0.65
testMkdirAboveMethod · 0.65
testMkdirAboveMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 13

startMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
beforeEachTestMethod · 0.52
testMkdirEmptyMethod · 0.52
testMkdirRootMethod · 0.52
testMkdirDirAMethod · 0.52
testMkdirDirBMethod · 0.52
testMkdirFileMethod · 0.52
testMkdirNewMethod · 0.52
testMkdirAboveMethod · 0.52
testMkdirAboveMethod · 0.52