Package com.chutneytesting.tools.loader
Interface ExtensionLoader.ExtensionLoaderSource<SOURCE>
- Type Parameters:
SOURCE- intermediate type to map to EXTENSION objects
- Enclosing interface:
- ExtensionLoader<EXTENSION>
public static interface ExtensionLoader.ExtensionLoaderSource<SOURCE>
Source from where to fetch Object description.
-
Method Summary
-
Method Details
-
load
- Returns:
- a
Setof description that will be later mapped to EXTENSION objects
-