Interface Provider<T extends Factory>

Type Parameters:
T - the type of Factories handled by this Provider
All Known Subinterfaces:
ConfigurableTableProvider<T>, EmbosserProvider, FactoryCatalog<T>, FileFormatProvider, PaperProvider, TableProvider
All Known Implementing Classes:
AbstractConfigurableTableProvider, DefaultTableProvider, EmbosserCatalog, PaperCatalog, TableCatalog

public interface Provider<T extends Factory>
Provides an interface for a collection of Factories.
Author:
Joel HÃ¥kansson
  • Method Summary

    Modifier and Type
    Method
    Description
    Lists all Factories
  • Method Details

    • list

      Collection<T> list()
      Lists all Factories
      Returns:
      returns a collection of Factories