Package knf.hydra.core
Essential classes for a Hydra Module
See: Description
-
Class Summary Class Description HeadConfig Module configuration, enable and modify the behaviour of some features. HeadModule Main class to crate a Module for HydraDon't modify this code, the main app and the module need to have exactly the same library implementation in order to work, in the same way you can only implement an specific list of libraries, the main app needs to have a copy of that library in order to work. HeadRepository Module repository, it contains all the methods required for the Main app to get data from the Module, abstract functions infoPage and sourceData are required, all other functions are optional.