gnu.hylafax.util
Class FaxStat
java.lang.Object
|
+--gnu.hylafax.util.FaxStat
- public class FaxStat
- extends java.lang.Object
This class implements most of the faxstat program as supplied with the
HylaFAX distribution. The following command line options are supported.
-a get status of archive/ (IGNORED) -d get status of doneq/ -f get status of
docq/ -g display GMT timestamps -hspecifiy server hostname -l display
local timestamps -i get additional status info -r get status of receive queue
-s get status of send queue -u user to login to the server with -v verbose
mode
Refer to the faxstat 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/
|
Method Summary |
static void |
main(java.lang.String[] arguments)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaxStat
public FaxStat()
main
public static void main(java.lang.String[] arguments)