MCPcopy Create free account
hub / github.com/OpenAS2/OpenAs2App / getFile

Method getFile

Server/src/test/java/org/openas2/TestResource.java:66–68  ·  view source on GitHub ↗

Get a File object for a file or directory within #resourceBaseFolder @param foldersAndFile - a list of optional folders in path with the actual file name as the last in the list @return a File object

(String... foldersAndFile)

Source from the content-addressed store, hash-verified

64 * @return a File object
65 */
66 public static File getFile(String... foldersAndFile) throws FileNotFoundException {
67 return new File(get(foldersAndFile));
68 }
69}

Callers 1

TestPartnerMethod · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected