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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • load

      Set<SOURCE> load()
      Returns:
      a Set of description that will be later mapped to EXTENSION objects