org.springframework.context.annotation
Class ProfileHelper

java.lang.Object
  extended by org.springframework.context.annotation.ProfileHelper

 class ProfileHelper
extends java.lang.Object


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

ProfileHelper()
Method Detail

isProfileAnnotationPresent

static boolean isProfileAnnotationPresent(AnnotationMetadata metadata)
Return whether the given metadata includes Profile information, whether directly or through meta-annotation.


getCandidateProfiles

static java.lang.String[] getCandidateProfiles(AnnotationMetadata metadata)
Return the String[] of candidate profiles from Profile.value().