Package org.gcube.smartgears.handlers
Class OfflineProfilePublisher
- java.lang.Object
-
- org.gcube.smartgears.handlers.OfflineProfilePublisher
-
- All Implemented Interfaces:
ProfilePublisher
public class OfflineProfilePublisher extends Object implements ProfilePublisher
-
-
Constructor Summary
Constructors Constructor Description OfflineProfilePublisher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTo(Collection<String> tokens)voidaddToAll()voidremoveFrom(Collection<String> tokens)voidupdate()
-
-
-
Method Detail
-
addTo
public void addTo(Collection<String> tokens)
- Specified by:
addToin interfaceProfilePublisher
-
addToAll
public void addToAll()
- Specified by:
addToAllin interfaceProfilePublisher
-
update
public void update()
- Specified by:
updatein interfaceProfilePublisher
-
removeFrom
public void removeFrom(Collection<String> tokens)
- Specified by:
removeFromin interfaceProfilePublisher
-
-