Package org.daisy.factory
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<T>
list()
Lists all Factories
-
-
-
Method Detail
-
list
java.util.Collection<T> list()
Lists all Factories- Returns:
- returns a collection of Factories
-
-