| Constructor and Description |
|---|
ProfilePublisher(ApplicationContext context)
Creates an instance for a given application.
|
| 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() |
public ProfilePublisher(ApplicationContext context)
context - the context of the applicationpublic void addTo(Collection<String> tokens)
scopes - the scopespublic void addToAll()
public void update()
public void removeFrom(Collection<String> tokens)
scopes - the scopesCopyright © 2019. All Rights Reserved.