Uses of Class
net.thevpc.nuts.indexer.NIndexSubscriber
Packages that use NIndexSubscriber
-
Uses of NIndexSubscriber in net.thevpc.nuts.indexer
Methods in net.thevpc.nuts.indexer that return NIndexSubscriberModifier and TypeMethodDescriptionNIndexSubscriber.copy()NIndexSubscriberListManager.getSubscriber(String uuid) NIndexSubscriber.setWorkspaceLocations(Map<String, NWorkspaceLocation> workspaceLocations) NIndexSubscriberListManager.subscribe(String repositoryUuid, NWorkspaceLocation workspaceLocation) Methods in net.thevpc.nuts.indexer that return types with arguments of type NIndexSubscriberModifier and TypeMethodDescriptionNIndexSubscriberListConfig.getSubscribers()NIndexSubscriberListManager.getSubscribers()Method parameters in net.thevpc.nuts.indexer with type arguments of type NIndexSubscriberModifier and TypeMethodDescriptionNIndexSubscriberListConfig.setSubscribers(List<NIndexSubscriber> subscribers) NIndexSubscriberListManager.setSubscribers(Map<String, NIndexSubscriber> subscribers) Constructors in net.thevpc.nuts.indexer with parameters of type NIndexSubscriber