public class NutsIndexSubscriberListManager extends Object
| Constructor and Description |
|---|
NutsIndexSubscriberListManager(net.thevpc.nuts.NutsWorkspace ws,
net.thevpc.nuts.NutsSession session,
String name) |
| Modifier and Type | Method and Description |
|---|---|
NutsIndexSubscriberListConfig |
getConfig() |
net.thevpc.nuts.NutsWorkspace |
getDefaultWorkspace() |
NutsIndexSubscriber |
getSubscriber(String uuid) |
List<NutsIndexSubscriber> |
getSubscribers() |
boolean |
isSubscribed(String repositoryUuid,
net.thevpc.nuts.NutsWorkspaceLocation workspaceLocation) |
NutsIndexSubscriberListManager |
setConfig(NutsIndexSubscriberListConfig config) |
NutsIndexSubscriberListManager |
setSubscribers(Map<String,NutsIndexSubscriber> subscribers) |
NutsIndexSubscriber |
subscribe(String repositoryUuid,
net.thevpc.nuts.NutsWorkspaceLocation workspaceLocation,
net.thevpc.nuts.NutsSession session) |
boolean |
unsubscribe(String repositoryUuid,
net.thevpc.nuts.NutsWorkspaceLocation workspaceLocation,
net.thevpc.nuts.NutsSession session) |
public NutsIndexSubscriberListManager(net.thevpc.nuts.NutsWorkspace ws,
net.thevpc.nuts.NutsSession session,
String name)
public List<NutsIndexSubscriber> getSubscribers()
public NutsIndexSubscriber getSubscriber(String uuid)
public NutsIndexSubscriberListManager setSubscribers(Map<String,NutsIndexSubscriber> subscribers)
public NutsIndexSubscriberListConfig getConfig()
public NutsIndexSubscriberListManager setConfig(NutsIndexSubscriberListConfig config)
public NutsIndexSubscriber subscribe(String repositoryUuid, net.thevpc.nuts.NutsWorkspaceLocation workspaceLocation, net.thevpc.nuts.NutsSession session)
public boolean unsubscribe(String repositoryUuid, net.thevpc.nuts.NutsWorkspaceLocation workspaceLocation, net.thevpc.nuts.NutsSession session)
public boolean isSubscribed(String repositoryUuid, net.thevpc.nuts.NutsWorkspaceLocation workspaceLocation)
public net.thevpc.nuts.NutsWorkspace getDefaultWorkspace()
Copyright © 2021 vpc open source initiative. All rights reserved.