| Constructor and Description |
|---|
ProfilePublisher(ApplicationContext context)
Creates an instance for a given application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(Collection<String> scopes)
Adds for the first time the current resource profile of the application in one or more scopes.
|
void |
removeFrom(Collection<String> scopes)
Removes the application from one or more scopes.
|
void |
update() |
public ProfilePublisher(ApplicationContext context)
context - the context of the applicationpublic void addTo(Collection<String> scopes)
scopes - the scopespublic void update()
public void removeFrom(Collection<String> scopes)
scopes - the scopesCopyright © 2014. All Rights Reserved.