Package org.gcube.smartgears.handlers
Interface ProfilePublisher
-
- All Known Implementing Classes:
OfflineProfilePublisher
public interface ProfilePublisher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTo(Collection<String> contexts)voidaddToAll()voidremoveFrom(Collection<String> contexts)voidupdate()
-
-
-
Method Detail
-
addTo
void addTo(Collection<String> contexts)
-
addToAll
void addToAll()
-
update
void update()
-
removeFrom
void removeFrom(Collection<String> contexts)
-
-