Class MakerFactoryRegistry
- java.lang.Object
-
- it.unicam.cs.pa.mastermind.factories.PlayerFactoryRegistry
-
- it.unicam.cs.pa.mastermind.factories.MakerFactoryRegistry
-
public class MakerFactoryRegistry extends PlayerFactoryRegistry
Estensione diPlayerFactoryRegistry
per poter contenere informazioni circa le implementazioni diMakerFactory
.- Author:
- Francesco Pio Stelluti, Francesco Coppola
-
-
Constructor Summary
Constructors Constructor Description MakerFactoryRegistry(java.lang.String path)
-
Method Summary
-
Methods inherited from class it.unicam.cs.pa.mastermind.factories.PlayerFactoryRegistry
getFactoryByName, getPlayerFactoriesInstances, getPlayersDescription, getPlayersNames
-
-
-
-
Constructor Detail
-
MakerFactoryRegistry
public MakerFactoryRegistry(java.lang.String path) throws BadRegistryException
- Parameters:
path
- associato al file da cui recuperare le informazioni sulle classi da caricare dinamicamente- Throws:
BadRegistryException
- in caso le istanze caricate non siano appartenenti a classi implementazione diMakerFactory
-
-