MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / exists

Method exists

src/org/opensourcephysics/tools/LaunchNode.java:1152–1154  ·  view source on GitHub ↗

Determines whether a resource exists for this node. @return true if a resource exists

()

Source from the content-addressed store, hash-verified

1150 * @return true if a resource exists
1151 */
1152 public boolean exists() {
1153 return (getResource() != null);
1154 }
1155
1156 /**
1157 * Return an existing file with current file name and specified base. May return

Callers 15

getFileMethod · 0.95
createMethod · 0.80
extract0Method · 0.80
copyMethod · 0.80
compressMethod · 0.80
removeMethod · 0.80
getContentsMethod · 0.80
unzipWithWarningMethod · 0.80
processFileMethod · 0.80
actionPerformedMethod · 0.80
saveAsMethod · 0.80
saveTabSetAsMethod · 0.80

Calls 1

getResourceMethod · 0.95

Tested by 4

runMethod · 0.64
saveEditorTextToMethod · 0.64
defineZipFilePathMethod · 0.64
prepareZipFilesMethod · 0.64