com.mlw.fps.model.business.bean
Class SystemProperties
java.lang.Object
|
+--com.mlw.fps.model.business.bean.SystemProperties
- public class SystemProperties
- extends java.lang.Object
- Author:
- Matthew Wilson
Field Summary |
static java.lang.String |
VERSION
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
toMap
public static java.util.Map toMap()
getProperty
public static java.lang.String getProperty(java.lang.String name)
getProperty
public static java.lang.String getProperty(java.lang.String name,
java.lang.String defaultValue)
setProperty
public static void setProperty(java.lang.String name,
java.lang.String value)
getSupportedGame
public static SupportedGame getSupportedGame()
Copyright © 2003 mlavilson. All Rights Reserved.