MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getFile

Method getFile

src/main/java/org/htmlunit/util/KeyDataPair.java:128–130  ·  view source on GitHub ↗

@return the File object if the file exists, else null

()

Source from the content-addressed store, hash-verified

126 * @return the {@link File} object if the file exists, else {@code null}
127 */
128 public File getFile() {
129 return fileObject_;
130 }
131
132 /**
133 * @return the fileName

Callers 12

testFileInputMethod · 0.95
emptyFieldMethod · 0.95
contentTypeMethod · 0.95
localFileMethod · 0.80
localFileFileMethod · 0.80
getClassesForPackageMethod · 0.80
setUrlMethod · 0.80
getCharsetMethod · 0.80
buildFilePartMethod · 0.80
sameFileMethod · 0.80
normalizeMethod · 0.80

Calls

no outgoing calls

Tested by 6

testFileInputMethod · 0.76
emptyFieldMethod · 0.76
contentTypeMethod · 0.76
localFileMethod · 0.64
localFileFileMethod · 0.64
getClassesForPackageMethod · 0.64