public class Datex2SupplierImpl extends Object implements Datex2Supplier, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
Datex2SupplierImpl(String supplierPath,
String subscriptionPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProvider(Datex2Provider provider) |
void |
afterPropertiesSet() |
D2LogicalModel |
getChanges(UpdateMethodEnum updateMethod,
String... changes) |
List<Datex2Provider> |
getProviders() |
<S extends Datex2Provider> |
getProviders(Class<S> clazz) |
D2LogicalModel |
getSnapshot() |
void |
push(String... changes) |
void |
removeProvider(Datex2Provider provider) |
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void push(String... changes)
push in interface Datex2Supplierpublic D2LogicalModel getSnapshot()
getSnapshot in interface Datex2Supplierpublic D2LogicalModel getChanges(UpdateMethodEnum updateMethod, String... changes)
getChanges in interface Datex2Supplierpublic void addProvider(Datex2Provider provider)
addProvider in interface Datex2Supplierpublic void removeProvider(Datex2Provider provider)
removeProvider in interface Datex2Supplierpublic List<Datex2Provider> getProviders()
getProviders in interface Datex2Supplierpublic <S extends Datex2Provider> List<S> getProviders(Class<S> clazz)
getProviders in interface Datex2SupplierCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.