Class FileProfileActivator
- java.lang.Object
-
- org.apache.maven.profiles.activation.DetectedProfileActivator
-
- org.apache.maven.profiles.activation.FileProfileActivator
-
- All Implemented Interfaces:
ProfileActivator
,org.codehaus.plexus.logging.LogEnabled
public class FileProfileActivator extends DetectedProfileActivator implements org.codehaus.plexus.logging.LogEnabled
-
-
Field Summary
-
Fields inherited from interface org.apache.maven.profiles.activation.ProfileActivator
ROLE
-
-
Constructor Summary
Constructors Constructor Description FileProfileActivator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canDetectActivation(org.apache.maven.model.Profile profile)
void
enableLogging(org.codehaus.plexus.logging.Logger logger)
boolean
isActive(org.apache.maven.model.Profile profile)
-
Methods inherited from class org.apache.maven.profiles.activation.DetectedProfileActivator
canDetermineActivation
-
-
-
-
Method Detail
-
canDetectActivation
protected boolean canDetectActivation(org.apache.maven.model.Profile profile)
- Specified by:
canDetectActivation
in classDetectedProfileActivator
-
isActive
public boolean isActive(org.apache.maven.model.Profile profile)
- Specified by:
isActive
in interfaceProfileActivator
-
enableLogging
public void enableLogging(org.codehaus.plexus.logging.Logger logger)
- Specified by:
enableLogging
in interfaceorg.codehaus.plexus.logging.LogEnabled
-
-