net.sourceforge.simplegamenet.framework
Class GameFactoryManager

java.lang.Object
  extended bynet.sourceforge.simplegamenet.framework.GameFactoryManager

public class GameFactoryManager
extends Object

A Singleton


Method Summary
 net.sourceforge.simplegamenet.specs.GameFactory[] getGameFactories()
           
 net.sourceforge.simplegamenet.specs.GameFactory getGameFactory(net.sourceforge.simplegamenet.framework.GameIdentification gameIdentification)
           
 ClassLoader getGamesClassLoader()
           
static GameFactoryManager getInstance()
           
static void loadGamesDynamically()
           
static void loadGamesStaticly(List gameFactoriesList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static GameFactoryManager getInstance()

loadGamesStaticly

public static void loadGamesStaticly(List gameFactoriesList)

loadGamesDynamically

public static void loadGamesDynamically()

getGamesClassLoader

public ClassLoader getGamesClassLoader()

getGameFactories

public net.sourceforge.simplegamenet.specs.GameFactory[] getGameFactories()

getGameFactory

public net.sourceforge.simplegamenet.specs.GameFactory getGameFactory(net.sourceforge.simplegamenet.framework.GameIdentification gameIdentification)


Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.