Interface IRepository
-
- All Known Implementing Classes:
GreenhouseRepository,SensorRepository
public interface IRepositoryCommon interface for all repositories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload()Loads the repository from the given path.
-
-
-
Method Detail
-
load
void load() throws RepositoryLoadException
Loads the repository from the given path.- Throws:
RepositoryLoadException- if the repository could not be loaded.
-
-