|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.context.annotation.ProfileHelper
class ProfileHelper
Constructor Summary | |
---|---|
ProfileHelper()
|
Method Summary | |
---|---|
(package private) static java.lang.String[] |
getCandidateProfiles(AnnotationMetadata metadata)
Return the String[] of candidate profiles from Profile.value() . |
(package private) static boolean |
isProfileAnnotationPresent(AnnotationMetadata metadata)
Return whether the given metadata includes Profile information, whether directly or through meta-annotation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ProfileHelper()
Method Detail |
---|
static boolean isProfileAnnotationPresent(AnnotationMetadata metadata)
static java.lang.String[] getCandidateProfiles(AnnotationMetadata metadata)
Profile.value()
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |