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 Detail

      • get

        T get​(String identifier)
        Gets the Factory with this identifier.
        Parameters:
        identifier - the identifier for the requested Factory
        Returns:
        returns the Factory with this identifier, or null if none is found