org.productivity.java.syslog4j.server
Class SyslogServerMain

java.lang.Object
  extended by org.productivity.java.syslog4j.server.SyslogServerMain

public class SyslogServerMain
extends java.lang.Object

This class provides a command-line interface for Syslog4j server implementations.

Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy of the LGPL license is available in the META-INF folder in all distributions of Syslog4j and in the base directory of the "doc" ZIP.

Version:
$Id: SyslogServerMain.java,v 1.2 2009/07/25 18:42:47 cvs Exp $
Author:
<syslog4j@productivity.org>

Nested Class Summary
static class SyslogServerMain.Options
           
 
Constructor Summary
SyslogServerMain()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static SyslogServerMain.Options parseOptions(java.lang.String[] args)
           
static void usage(java.lang.String problem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyslogServerMain

public SyslogServerMain()
Method Detail

usage

public static void usage(java.lang.String problem)

parseOptions

public static SyslogServerMain.Options parseOptions(java.lang.String[] args)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception