net.sf.opensmus
Class MUSMovieProperties

java.lang.Object
  extended by net.sf.opensmus.MUSServerProperties
      extended by net.sf.opensmus.MUSMovieProperties

public class MUSMovieProperties
extends MUSServerProperties


Field Summary
 java.util.Properties movieProps
           
 
Fields inherited from class net.sf.opensmus.MUSServerProperties
DEFAULT_LOGFILENAME, m_props, OPENSMUS_CONFIGFILELOCATION
 
Constructor Summary
MUSMovieProperties(java.lang.String moviename, java.util.Properties serverdef)
           
 
Method Summary
 java.lang.String getProperty(java.lang.String prop)
           
 java.lang.String[] getStringListProperty(java.lang.String prop)
           
static java.lang.Integer parseGroupSizeLimit(java.lang.String fullgroupsizeinfo)
           
static java.lang.String parseGroupSizeName(java.lang.String fullgroupsizeinfo)
           
 
Methods inherited from class net.sf.opensmus.MUSServerProperties
getIntListProperty, getIntProperty, parseAntiFloodSettings, parseIPAddress, parseIPPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

movieProps

public java.util.Properties movieProps
Constructor Detail

MUSMovieProperties

public MUSMovieProperties(java.lang.String moviename,
                          java.util.Properties serverdef)
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String prop)
Overrides:
getProperty in class MUSServerProperties

getStringListProperty

public java.lang.String[] getStringListProperty(java.lang.String prop)
Overrides:
getStringListProperty in class MUSServerProperties

parseGroupSizeName

public static java.lang.String parseGroupSizeName(java.lang.String fullgroupsizeinfo)

parseGroupSizeLimit

public static java.lang.Integer parseGroupSizeLimit(java.lang.String fullgroupsizeinfo)