@Deprecated public interface ProfileManager
Modifier and Type | Method and Description |
---|---|
void |
addProfile(Profile profile)
Deprecated.
|
void |
addProfiles(List profiles)
Deprecated.
|
void |
explicitlyActivate(List profileIds)
Deprecated.
|
void |
explicitlyActivate(String profileId)
Deprecated.
|
void |
explicitlyDeactivate(List profileIds)
Deprecated.
|
void |
explicitlyDeactivate(String profileId)
Deprecated.
|
List |
getActiveProfiles()
Deprecated.
|
List |
getExplicitlyActivatedIds()
Deprecated.
|
List |
getExplicitlyDeactivatedIds()
Deprecated.
|
List |
getIdsActivatedByDefault()
Deprecated.
|
Map |
getProfilesById()
Deprecated.
|
Properties |
getRequestProperties()
Deprecated.
|
void addProfile(Profile profile)
void explicitlyActivate(String profileId)
void explicitlyActivate(List profileIds)
void explicitlyDeactivate(String profileId)
void explicitlyDeactivate(List profileIds)
List getActiveProfiles() throws ProfileActivationException
ProfileActivationException
void addProfiles(List profiles)
Map getProfilesById()
List getExplicitlyActivatedIds()
List getExplicitlyDeactivatedIds()
List getIdsActivatedByDefault()
Properties getRequestProperties()
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.