net.sf.opensmus
Class MUSServerProperties

java.lang.Object
  extended by net.sf.opensmus.MUSServerProperties
Direct Known Subclasses:
MUSMovieProperties

public class MUSServerProperties
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_LOGFILENAME
           
 java.util.Properties m_props
           
static java.lang.String OPENSMUS_CONFIGFILELOCATION
           
 
Constructor Summary
MUSServerProperties()
           
 
Method Summary
 int[] getIntListProperty(java.lang.String prop)
           
 int getIntProperty(java.lang.String prop)
           
 java.lang.String getProperty(java.lang.String prop)
           
 java.lang.String[] getStringListProperty(java.lang.String prop)
           
static java.util.ArrayList parseAntiFloodSettings(java.lang.String str)
           
static java.lang.String parseIPAddress(java.lang.String fullip)
           
static int parseIPPort(java.lang.String fullip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPENSMUS_CONFIGFILELOCATION

public static final java.lang.String OPENSMUS_CONFIGFILELOCATION
See Also:
Constant Field Values

DEFAULT_LOGFILENAME

public static final java.lang.String DEFAULT_LOGFILENAME
See Also:
Constant Field Values

m_props

public java.util.Properties m_props
Constructor Detail

MUSServerProperties

public MUSServerProperties()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String prop)

getStringListProperty

public java.lang.String[] getStringListProperty(java.lang.String prop)

getIntListProperty

public int[] getIntListProperty(java.lang.String prop)

getIntProperty

public int getIntProperty(java.lang.String prop)

parseIPAddress

public static java.lang.String parseIPAddress(java.lang.String fullip)

parseIPPort

public static int parseIPPort(java.lang.String fullip)

parseAntiFloodSettings

public static java.util.ArrayList parseAntiFloodSettings(java.lang.String str)