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

Method list

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

Obtain the list of the names of all of the files and directories located in the specified directory. @param path The path for the resource of interest relative to the root of the web application. It must start with '/'. @return The list of resources. If path does not refer to a dir

(String path)

Source from the content-addressed store, hash-verified

44 * @return The list of resources. If path does not refer to a directory then a zero length array will be returned.
45 */
46 String[] list(String path);
47
48 /**
49 * Obtain the Set of the web applications pathnames of all of the files and directories located in the specified

Callers 15

testInitParamsMethod · 0.65
serviceMethod · 0.65
testListEmptyMethod · 0.65
doTestListRootMethod · 0.65
testListDirAMethod · 0.65
testListDirBMethod · 0.65
testListFileMethod · 0.65
testListAboveMethod · 0.65
testListAboveMethod · 0.65
runMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 15

testInitParamsMethod · 0.52
serviceMethod · 0.52
testListEmptyMethod · 0.52
doTestListRootMethod · 0.52
testListDirAMethod · 0.52
testListDirBMethod · 0.52
testListFileMethod · 0.52
testListAboveMethod · 0.52
testListAboveMethod · 0.52
runMethod · 0.52