net.sf.juoserver.configuration
Class ConfigurationImpl

java.lang.Object
  extended by net.sf.juoserver.configuration.ConfigurationImpl
All Implemented Interfaces:
Configuration

public class ConfigurationImpl
extends Object
implements Configuration


Field Summary
static String PROP_FILE_NAME
           
 
Method Summary
static FileInputStream findPropertiesFile(String propFilePath)
           
 String getMulPath()
           
 String getServerHost()
           
 String getServerName()
           
 int getServerPort()
           
 String getSkillsIdxPath()
           
 String getUOPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_FILE_NAME

public static final String PROP_FILE_NAME
See Also:
Constant Field Values
Method Detail

getSkillsIdxPath

public String getSkillsIdxPath()
Specified by:
getSkillsIdxPath in interface Configuration

getMulPath

public String getMulPath()
Specified by:
getMulPath in interface Configuration

getUOPath

public String getUOPath()
Specified by:
getUOPath in interface Configuration

getServerPort

public int getServerPort()
Specified by:
getServerPort in interface Configuration

getServerName

public String getServerName()
Specified by:
getServerName in interface Configuration

getServerHost

public String getServerHost()
Specified by:
getServerHost in interface Configuration

findPropertiesFile

public static FileInputStream findPropertiesFile(String propFilePath)


Copyright © 2010-2012. All Rights Reserved.