Package org.daisy.dotify.api.factory
Interface FactoryCatalog<T extends Factory>
-
- Type Parameters:
T- the type of factory objects that this catalog contains
- All Known Implementing Classes:
EmbosserCatalog,TableCatalog
public interface FactoryCatalog<T extends Factory>Provides an interface for factory catalogs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(String identifier)Gets the Factory with this identifier
-