Module colesico.framework.profile
Class ProfileConfigImpl
- java.lang.Object
-
- colesico.framework.profile.ProfileConfig
-
- colesico.framework.profile.internal.ProfileConfigImpl
-
@Singleton public class ProfileConfigImpl extends ProfileConfig
-
-
Constructor Summary
Constructors Constructor Description ProfileConfigImpl()
-
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 qualifiersjava.lang.StringtoString()
-
-
-
Method Detail
-
getQualifiersNames
public java.lang.String[] getQualifiersNames()
Description copied from class:ProfileConfigReturn all possible qualifier names in the order of the profile qualifiers- Specified by:
getQualifiersNamesin classProfileConfig- Returns:
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-