gnu.hylafax.util
Class SendFax

java.lang.Object
  |
  +--gnu.hylafax.util.SendFax

public class SendFax
extends java.lang.Object

This class implements most of the sendfax program as supplied with the HylaFAX distribution. Not all options/features of the HylaFAX sendfax command are supported.

The following command line options are supported.

 -h     specifiy server hostname
 -u     user to login to the server with
 -v           verbose mode
 -d   specify a destination FAX 
 -f   user  as the identity of the FAX sender
 -k 

Refer to the sendfax man page (from the HylaFAX distribution) for more information.

This program depends on the gnu.getopt package for command line parsing. gnu.getopt (java-getopt) can be found at http://www.urbanophile.com/arenn/


Constructor Summary
SendFax()
           
 
Method Summary
static void main(java.lang.String[] arguments)
           
static void usage(java.io.PrintStream out)
          print out usage information on this program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendFax

public SendFax()
Method Detail

main

public static void main(java.lang.String[] arguments)

usage

public static void usage(java.io.PrintStream out)
print out usage information on this program
Parameters:
out - where to print the usage info