subscriptions property

Map<AnalysisService, List<String>> subscriptions
getter/setter pair

A table mapping services to a list of the files being subscribed to the service.

Implementation

Map<AnalysisService, List<String>> subscriptions;