Interface IRepository
-
- All Known Implementing Classes:
GreenhouseRepository
,SensorRepository
public interface IRepository
Common interface for all repositories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
load()
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.
-
-