subscriptions property
A table mapping services to a list of the files being subscribed to the service.
Implementation
Map<AnalysisService, List<String>> subscriptions;
A table mapping services to a list of the files being subscribed to the service.
Map<AnalysisService, List<String>> subscriptions;