com.ccg.net.email
Class SendMail
java.lang.Object
com.ccg.util.Convert
com.ccg.util.TagLookup
com.ccg.util.CommandLineUtility
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
|
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.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 |
SendMail
public SendMail(String[] args)
- Initializes object to... It performs the following tasks:
- Since:
- 1.0
#see [class][#meth]|Text
run
public void run()
- One line summary...
Describe...
- Specified by:
run in interface Runnable- Specified by:
run in class CommandLineUtility
- Parameters:
arg1 - arg1-describearg2 - 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.