nl.chess.it.util.config.examples.extended
Class Application

java.lang.Object
  extended bynl.chess.it.util.config.examples.extended.Application

public class Application
extends java.lang.Object

This class makes sure the correct order is used in initializing the various part of the application. It will also complain if the surroundings of the application are not correctly configured (i.e., no valid configuration file given).

It serves as the main Singleton class of this application.

Version:
$Revision: 1.1.1.1 $
Author:
Guus Bosman (Chess iT)

Method Summary
 SimpleConfig getConfig()
           
static Application getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Application getInstance()

getConfig

public SimpleConfig getConfig()


Copyright © 2003-2005 Chess-iT. All Rights Reserved.