Package org.opennms.report
Class ReportMailer
- java.lang.Object
-
- org.opennms.report.ReportMailer
-
public class ReportMailer extends Object
ReportMailer class.
- Version:
- $Id: $
- Author:
- Jonathan Sartin
-
-
Constructor Summary
Constructors Constructor Description ReportMailer()
Constructor for ReportMailer.ReportMailer(String address, String filename, String subject)
Constructor for ReportMailer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
getAddressString
getFilename()
getFilenamevoid
send()
sendvoid
setAddress(String address)
setAddressvoid
setFilename(String filename)
setFilename
-
-
-
Method Detail
-
send
public void send() throws IOException
send
- Throws:
IOException
- if any.
-
setAddress
public void setAddress(String address)
setAddress
- Parameters:
address
- aString
object.
-
-