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

Method isDir

basex-core/src/main/java/org/basex/io/IOFile.java:140–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 @Override
141 public boolean isDir() {
142 return file.isDirectory();
143 }
144
145 @Override
146 public boolean isAbsolute() {

Callers 15

getMethod · 0.95
isFileMethod · 0.95
fileMethod · 0.95
runMethod · 0.95
binariesMethod · 0.95
fileMethod · 0.95
resolveMethod · 0.95
descendantsMethod · 0.95
deleteMethod · 0.95
createMethod · 0.95
itemMethod · 0.95
valueMethod · 0.95

Calls 1

isDirectoryMethod · 0.80

Tested by 2

isFileMethod · 0.76
fileMethod · 0.76