Class ProfileConfigImpl


  • @Singleton
    public class ProfileConfigImpl
    extends ProfileConfig
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getQualifiersNames()
      Return all possible qualifier names in the order of the profile qualifiers
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProfileConfigImpl

        public ProfileConfigImpl()
    • Method Detail

      • getQualifiersNames

        public java.lang.String[] getQualifiersNames()
        Description copied from class: ProfileConfig
        Return all possible qualifier names in the order of the profile qualifiers
        Specified by:
        getQualifiersNames in class ProfileConfig
        Returns:
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object