MCPcopy Create free account
hub / github.com/BaseXdb/basex / file

Method file

basex-core/src/main/java/org/basex/data/MetaData.java:232–234  ·  view source on GitHub ↗

Creates a database file. @param path database path @param name filename @return database filename

(final IOFile path, final String name)

Source from the content-addressed store, hash-verified

230 * @return database filename
231 */
232 public static IOFile file(final IOFile path, final String name) {
233 return new IOFile(path, name + IO.BASEXSUFFIX);
234 }
235
236 // PUBLIC METHODS ===============================================================================
237

Callers 3

runMethod · 0.95
dbFileMethod · 0.95
lockedMethod · 0.95

Calls 3

dirMethod · 0.95
isDirMethod · 0.95
filePathMethod · 0.80

Tested by

no test coverage detected