MCPcopy Create free account
hub / github.com/M66B/FairEmail / getFile

Method getFile

app/src/main/java/javax/mail/URLName.java:338–340  ·  view source on GitHub ↗

Returns the file name of this URLName. Returns null if this URLName has no file name. @return the file name of this URLName

()

Source from the content-addressed store, hash-verified

336 * @return the file name of this URLName
337 */
338 public String getFile() {
339 return file;
340 }
341
342 /**
343 * Returns the reference of this URLName.

Callers 6

getURLMethod · 0.95
getURLNameMethod · 0.95
getFolderMethod · 0.45
getFolderMethod · 0.45
ServiceMethod · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected