Uses of Class
adams.core.net.Email
-
Packages that use Email Package Description adams.core.net adams.data.io.input adams.data.io.output adams.gui.dialog -
-
Uses of Email in adams.core.net
Methods in adams.core.net with parameters of type Email Modifier and Type Method Description abstract boolean
AbstractSendEmail. sendMail(Email email)
Sends an email.boolean
ApacheSendEmail. sendMail(Email email)
Sends an email.boolean
JavaMailSendEmail. sendMail(Email email)
Sends an email.boolean
SimpleApacheSendEmail. sendMail(Email email)
Sends an email. -
Uses of Email in adams.data.io.input
Methods in adams.data.io.input that return Email Modifier and Type Method Description protected abstract Email
AbstractEmailReader. doRead()
Performs the actual reading.protected Email
EmlEmailFileReader. doRead()
Performs the actual reading.protected Email
PropertiesEmailFileReader. doRead()
Performs the actual reading.Email
AbstractEmailReader. read()
Reads the email.Email
EmailReader. read()
Reads the email.Methods in adams.data.io.input that return types with arguments of type Email Modifier and Type Method Description List<Email>
MultiEmailReader. readAll()
Reads the emails. -
Uses of Email in adams.data.io.output
Methods in adams.data.io.output with parameters of type Email Modifier and Type Method Description protected String
AbstractEmailWriter. check(Email email)
Hook method for performing checks before writing the emails.protected abstract String
AbstractEmailWriter. doWrite(Email email)
Performs the actual writing.protected String
PlainTextEmailFileWriter. doWrite(Email email)
Performs the actual writing.protected String
PropertiesEmailFileWriter. doWrite(Email email)
Performs the actual writing.String
AbstractEmailWriter. write(Email email)
Writes the email.String
EmailWriter. write(Email email)
Writes the email.Method parameters in adams.data.io.output with type arguments of type Email Modifier and Type Method Description String
MultiEmailWriter. write(List<Email> emails)
Writes the emails. -
Uses of Email in adams.gui.dialog
Fields in adams.gui.dialog declared as Email Modifier and Type Field Description protected Email
DisplayEmailPanel. m_Email
the underlying email.Methods in adams.gui.dialog that return Email Modifier and Type Method Description Email
DisplayEmailPanel. getEmail()
Returns the currently set email.Methods in adams.gui.dialog with parameters of type Email Modifier and Type Method Description void
DisplayEmailPanel. setEmail(Email value)
Sets the email to display.
-