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

Method getName

app/src/main/java/javax/activation/DataSource.java:70–70  ·  view source on GitHub ↗

Return the name of this object where the name of the object is dependant on the nature of the underlying objects. DataSources encapsulating files may choose to return the filename of the object. (Typically this would be the last component of the filename, not an entire pathname.) @return the

()

Source from the content-addressed store, hash-verified

68 * @return the name of the object.
69 */
70 public String getName();
71}

Callers 15

getMetadataMethod · 0.65
uploadMethod · 0.65
AlgorithmMapClass · 0.65
DaneVerifierClass · 0.65
onCreateMethod · 0.65
onSaveInstanceStateMethod · 0.65
onResumeMethod · 0.65
onPauseMethod · 0.65
onDestroyMethod · 0.65
getRequestKeyMethod · 0.65
processUriMethod · 0.65

Implementers 7

DataHandlerDataSourceapp/src/main/java/javax/activation/Dat
URLDataSourceapp/src/main/java/javax/activation/URL
FileDataSourceapp/src/main/java/javax/activation/Fil
ByteArrayDataSourceapp/src/main/java/javax/mail/util/Byte
MimePartDataSourceapp/src/main/java/javax/mail/internet/
MessageHelperapp/src/main/java/eu/faircode/email/Me
DataHandlerapp/src/main/java/javax/activation/Dat

Calls

no outgoing calls

Tested by

no test coverage detected