Interface EntityReplacementLogger
-
- All Known Implementing Classes:
EntityReplacementLoggerImpl
public interface EntityReplacementLoggerA GTFS Entity has been replaced, log some information about that. Example include logging stop consolidation results for further analysis.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiCSVLoggerSummarizeListenergetListener()<T> Tlog(Class<T> type, Serializable id, Serializable replacementId, T originalEntity, T replacementEntity)voidsetMultiCSVLogger(MultiCSVLogger logger)voidsetRejectionStore(org.onebusaway.gtfs.services.GenericMutableDao store)voidsetStore(org.onebusaway.gtfs.services.GenericMutableDao store)
-
-
-
Method Detail
-
setMultiCSVLogger
void setMultiCSVLogger(MultiCSVLogger logger)
-
setStore
void setStore(org.onebusaway.gtfs.services.GenericMutableDao store)
-
setRejectionStore
void setRejectionStore(org.onebusaway.gtfs.services.GenericMutableDao store)
-
getListener
MultiCSVLoggerSummarizeListener getListener()
-
log
<T> T log(Class<T> type, Serializable id, Serializable replacementId, T originalEntity, T replacementEntity)
-
-