Package adams.data.io.output
Interface EmailWriter<T>
-
- Type Parameters:
T- the type of email to write
- All Known Subinterfaces:
EmailFileWriter<T>
- All Known Implementing Classes:
AbstractEmailFileWriter,AbstractEmailWriter,PlainTextEmailFileWriter,PropertiesEmailFileWriter
public interface EmailWriter<T>Interface for classes that write emails.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Classaccepts()Returns the type of email that is written.Stringwrite(T email)Writes the email.
-