Package org.gcube.smartgears.handlers
Interface ProfilePublisher
-
- All Known Implementing Classes:
OfflineProfilePublisher,ProfilePublisherImpl,ProfilePublisherImpl
public interface ProfilePublisher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTo(Collection<String> tokens)Adds for the first time the current resource profile of the application in one or more scopes.voidaddToAll()voidremoveFrom(Collection<String> tokens)Removes the application from one or more scopes.voidupdate()
-
-
-
Method Detail
-
addTo
void addTo(Collection<String> tokens)
Adds for the first time the current resource profile of the application in one or more scopes.- Parameters:
scopes- the scopes
-
addToAll
void addToAll()
-
update
void update()
-
removeFrom
void removeFrom(Collection<String> tokens)
Removes the application from one or more scopes.- Parameters:
scopes- the scopes
-
-