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 Detail

      • load

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