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
- All Known Implementing Classes:
BrailleEditorsFileFormatProvider
,BrailleEditorsTableProvider
,BrailloEmbosserProvider
,BrailloTableProvider
,CidatEmbosserProvider
,CidatTableProvider
,CXTableProvider
,DefaultTableProvider
,EmbosserTableProvider
,EnablingTechnologiesEmbosserProvider
,FA44PaperProvider
,GenericEmbosserProvider
,HarpoEmbosserProvider
,IndexEmbosserProvider
,IndexTableProvider
,InterpointEmbosserProvider
,InterpointTableProvider
,ISO216PaperProvider
,NorthAmericaPaperProvider
,RollPaperProvider
,SupernovaTableProvider
,TractorPaperProvider
,ViewPlusEmbosserProvider
,ViewPlusTableProvider
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
-
-