MCPcopy Create free account
hub / github.com/apache/storm / TmpPath

Method TmpPath

storm-client/src/jvm/org/apache/storm/testing/TmpPath.java:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 private final File path;
24
25 public TmpPath() {
26 this(localTempPath());
27 }
28
29 public TmpPath(String path) {
30 this.path = new File(path);

Callers

nothing calls this directly

Calls 1

localTempPathMethod · 0.95

Tested by

no test coverage detected