MCPcopy Create free account
hub / github.com/ddf-project/DDF / localFileExists

Method localFileExists

core/src/main/java/io/ddf/util/Utils.java:246–249  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

244 }
245
246 public static boolean localFileExists(String path) {
247 File f = new File(path);
248 return (f.exists() && !f.isDirectory());
249 }
250
251 /**
252 * @param path

Callers 2

loadConfigMethod · 0.95
locateConfigFileNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected