MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getFile

Method getFile

src/main/java/gate/util/OptionsMap.java:83–90  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

81 }
82
83 public File getFile(Object key) {
84 try {
85 return new File((String)get(key));
86 }
87 catch (Exception e) {
88 return null;
89 }
90 }
91
92 /**
93 * If the object stored under key is an Double then returns its value

Callers 11

getFileSuffixMethod · 0.45
initMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
getComponentToDisplayMethod · 0.45
executeMethod · 0.45
getPluginVersionsMethod · 0.45
resolveModelMethod · 0.45
logEventMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected