Package org.daisy.dotify.api.factory
Interface Provider<T extends FactoryProperties>
-
- Type Parameters:
T
- the type of Factories handled by this Provider
- All Known Subinterfaces:
EmbosserProvider
,FileFormatProvider
,PaperProvider
,TableProvider
public interface Provider<T extends FactoryProperties>
Provides an interface for a collection of Factories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<T>
list()
Lists all Factories
-
-
-
Method Detail
-
list
Collection<T> list()
Lists all Factories- Returns:
- returns a collection of Factories
-
-