org.productivity.java.syslog4j.server
Class SyslogServerMain.Options

java.lang.Object
  extended by org.productivity.java.syslog4j.server.SyslogServerMain.Options
Enclosing class:
SyslogServerMain

public static class SyslogServerMain.Options
extends java.lang.Object


Field Summary
 boolean append
           
 java.lang.String fileName
           
 java.lang.String host
           
 java.lang.String port
           
 java.lang.String protocol
           
 boolean quiet
           
 java.lang.String timeout
           
 java.lang.String usage
           
 
Constructor Summary
SyslogServerMain.Options()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocol

public java.lang.String protocol

fileName

public java.lang.String fileName

append

public boolean append

quiet

public boolean quiet

host

public java.lang.String host

port

public java.lang.String port

timeout

public java.lang.String timeout

usage

public java.lang.String usage
Constructor Detail

SyslogServerMain.Options

public SyslogServerMain.Options()