JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
Collection
<
T
>
list
()
Lists all Factories
Method Detail
list
Collection
<
T
> list()
Lists all Factories
Returns:
returns a collection of Factories
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method