com.ccg.net.email
Class SendMail

java.lang.Object
  extended by com.ccg.util.Convert
      extended by com.ccg.util.TagLookup
          extended by com.ccg.util.CommandLineUtility
              extended by com.ccg.net.email.SendMail
All Implemented Interfaces:
Lookup, Runnable

public final class SendMail
extends CommandLineUtility

A simple utility to send mail messages from the command line.

 class Example {
   public void main(String[] args) {
     com.ccg.net.email.SendMail o = new com.ccg.net.email.SendMail();
          System.out.println(o);
   }
 }
 

Since:
1.0
Version:
$Revision: 1.1 $
Author:
$Author: pkb $
See Also:
Mailer

Constructor Summary
SendMail(String[] args)
          Initializes object to...
 
Method Summary
static void main(String[] args)
          Main entry point into the application.
 void run()
          One line summary...
 
Methods inherited from class com.ccg.util.CommandLineUtility
getFiles, getInputStream, getLineNumberReader, getOutputStream, getPrintWriter, getStrings, setInputStream, setOutputStream
 
Methods inherited from class com.ccg.util.TagLookup
get, getBoolean, getChoice, getColor, getDate, getDate, getFont, getIndexedList, getInputStream, getLocale, getLookup, getNumber, getNumber, getOutputStream, getString, getString, getStrings, getTag, getTimeSpan, getTimeSpan, setLookup, setTag
 
Methods inherited from class com.ccg.util.Convert
choiceValue, getDateFormat, getNumberFormat, setDateFormat, setNumberFormat, toBoolean, toColor, toDate, toFont, toInputStream, toLocale, toNumber, toOutputStream, toString, toTimeSpan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendMail

public SendMail(String[] args)
Initializes object to... It performs the following tasks:

Since:
1.0 #see [class][#meth]|Text
Method Detail

run

public void run()
One line summary... Describe...

Specified by:
run in interface Runnable
Specified by:
run in class CommandLineUtility
Parameters:
arg1 - arg1-describe
arg2 - arg2-describe
Throws:
exc - Why thrown
Since:
1.0 #see [class][#meth]|Text

main

public static void main(String[] args)
Main entry point into the application.

Parameters:
args - Array of command line arguments.


Copyright 1998-1998-2006 null. All Rights Reserved.