Class StubRouteRepository
java.lang.Object
net.n2oapp.framework.config.register.route.StubRouteRepository
- All Implemented Interfaces:
ConfigRepository<RouteInfoKey,CompileContext>
public class StubRouteRepository
extends Object
implements ConfigRepository<RouteInfoKey,CompileContext>
Заглушка для RouteRepository (не хранит данные)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearAll()Удаление метаданных в репозиторииgetAll()Получение всех метаданных из репозиторияsave(RouteInfoKey key, CompileContext value) Сохранение метаданных в репозиторий
-
Constructor Details
-
StubRouteRepository
public StubRouteRepository()
-
-
Method Details
-
save
Description copied from interface:ConfigRepositoryСохранение метаданных в репозиторий- Specified by:
savein interfaceConfigRepository<RouteInfoKey,CompileContext> - Parameters:
key- Ключ метаданныхvalue- Метаданные- Returns:
- Сохраненная метаданная
-
getAll
Description copied from interface:ConfigRepositoryПолучение всех метаданных из репозитория- Specified by:
getAllin interfaceConfigRepository<RouteInfoKey,CompileContext> - Returns:
-
clearAll
public void clearAll()Description copied from interface:ConfigRepositoryУдаление метаданных в репозитории- Specified by:
clearAllin interfaceConfigRepository<RouteInfoKey,CompileContext>
-