com.alonsoruibal.chess
Class StaticConfig

java.lang.Object
  extended by com.alonsoruibal.chess.StaticConfig
All Implemented Interfaces:
com.alonsoruibal.chess.Config

public class StaticConfig
extends Object
implements com.alonsoruibal.chess.Config


Constructor Summary
StaticConfig()
           
 
Method Summary
 boolean containsProperty(String name)
           
 boolean getBoolean(String name)
           
 String getProperty(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticConfig

public StaticConfig()
Method Detail

getProperty

public String getProperty(String name)
Specified by:
getProperty in interface com.alonsoruibal.chess.Config

getBoolean

public boolean getBoolean(String name)
Specified by:
getBoolean in interface com.alonsoruibal.chess.Config

containsProperty

public boolean containsProperty(String name)
Specified by:
containsProperty in interface com.alonsoruibal.chess.Config


Copyright © 2010. All Rights Reserved.