Class EmptyCockpitModuleConnector

    • Constructor Detail

      • EmptyCockpitModuleConnector

        public EmptyCockpitModuleConnector()
    • Method Detail

      • getModuleInfo

        public CockpitModuleInfo getModuleInfo​(java.lang.String moduleUrl,
                                               boolean cached)
        Description copied from class: AbstractCockpitModuleConnector
        Implement this method to fetch the module info from given URL in the extending class.
        Specified by:
        getModuleInfo in class AbstractCockpitModuleConnector
        Parameters:
        moduleUrl - URL of the module to fetch
        cached - should return cached one if present.
        Returns:
        module info from given URL