Package com.documents4j.api
Interface ISelectionStrategy
-
public interface ISelectionStrategyA strategy to select a converter from several available converters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IConverterselect(List<IConverter> converters)Selects the next converter.
-
-
-
Method Detail
-
select
IConverter select(List<IConverter> converters)
Selects the next converter.- Parameters:
converters- The currently available converters with at least on converter available.- Returns:
- The converter that was selected.
-
-