public interface ProfilePublisher
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(Collection<String> tokens)
Adds for the first time the current resource profile of the application in one or more scopes.
|
void |
addToAll() |
void |
removeFrom(Collection<String> tokens)
Removes the application from one or more scopes.
|
void |
update() |
void addTo(Collection<String> tokens)
scopes - the scopesvoid addToAll()
void update()
void removeFrom(Collection<String> tokens)
scopes - the scopesCopyright © 2022. All Rights Reserved.