org.oddjob.mail
Class AttachmentPart
java.lang.Object
org.oddjob.mail.AttachmentPart
- All Implemented Interfaces:
- ArooaValue, ValueFactory<MimeBodyPart>
public class AttachmentPart
- extends Object
- implements ValueFactory<MimeBodyPart>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentPart
public AttachmentPart()
toValue
public MimeBodyPart toValue()
throws ArooaConversionException
- Description copied from interface:
ValueFactory
- Provide an instance of the type this is a factory for.
- Specified by:
toValue
in interface ValueFactory<MimeBodyPart>
- Returns:
- An instance of the type. May be null.
- Throws:
ArooaConversionException
- If unable to provide a value.
getFile
public File getFile()
setFile
public void setFile(File file)