Top Description Constructors Methods
org.apache.tools.ant.taskdefs.email

pack-priv Class UUMailer

extends PlainMailer
Class Inheritance
Imports
java.io.BufferedInputStream, .File, .IOException, .InputStream, .PrintStream, java.nio.file.Files, org.apache.tools.ant.BuildException, org.apache.tools.ant.util.UUEncoder

An emailer that uuencodes attachments.
Since
Ant 1.5

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
protected void
attach(File
The file to attache
file
,
PrintStream
The message stream to add to
out
)

Overrides org.apache.tools.ant.taskdefs.email.PlainMailer.attach.

Attaches a file to this email
Inherited from org.apache.tools.ant.taskdefs.email.PlainMailer:
send

Constructor Detail

UUMailerback to summary
pack-priv UUMailer()

Method Detail

attachback to summary
protected void attach(File file, PrintStream out) throws IOException

Overrides org.apache.tools.ant.taskdefs.email.PlainMailer.attach.

Doc from org.apache.tools.ant.taskdefs.email.PlainMailer.attach.

Attaches a file to this email

Parameters
file:File

The file to attache

out:PrintStream

The message stream to add to

Annotations
@Override
Exceptions
IOException:
if errors occur