Interface ProfileActivator
-
- All Known Implementing Classes:
AlwaysOnProfileActivator,DetectedProfileActivator,FileProfileActivator,JdkPrefixProfileActivator,OperatingSystemProfileActivator,SystemPropertyProfileActivator
public interface ProfileActivator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringROLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanDetermineActivation(Profile profile)booleanisActive(Profile profile)
-
-
-
Method Detail
-
canDetermineActivation
boolean canDetermineActivation(Profile profile)
-
isActive
boolean isActive(Profile profile) throws ProfileActivationException
- Throws:
ProfileActivationException
-
-