Class BreakerFactoryRegistry
- java.lang.Object
-
- it.unicam.cs.pa.mastermind.factories.PlayerFactoryRegistry
-
- it.unicam.cs.pa.mastermind.factories.BreakerFactoryRegistry
-
public class BreakerFactoryRegistry extends PlayerFactoryRegistry
Estensione diPlayerFactoryRegistryper poter contenere informazioni circa le implementazioni diBreakerFactory.- Author:
- Francesco Pio Stelluti, Francesco Coppola
-
-
Constructor Summary
Constructors Constructor Description BreakerFactoryRegistry(java.lang.String path)
-
Method Summary
-
Methods inherited from class it.unicam.cs.pa.mastermind.factories.PlayerFactoryRegistry
getFactoryByName, getPlayerFactoriesInstances, getPlayersDescription, getPlayersNames
-
-
-
-
Constructor Detail
-
BreakerFactoryRegistry
public BreakerFactoryRegistry(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 diBreakerFactory
-
-