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
FieldsFields inherited from interface org.apache.maven.profiles.activation.ProfileActivator
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canDetectActivation
(Profile profile) void
enableLogging
(org.codehaus.plexus.logging.Logger logger) boolean
Methods inherited from class org.apache.maven.profiles.activation.DetectedProfileActivator
canDetermineActivation
-
Field Details
-
logger
private org.codehaus.plexus.logging.Logger logger
-
-
Constructor Details
-
FileProfileActivator
public FileProfileActivator()
-
-
Method Details
-
canDetectActivation
- Specified by:
canDetectActivation
in classDetectedProfileActivator
-
isActive
- Specified by:
isActive
in interfaceProfileActivator
-
enableLogging
public void enableLogging(org.codehaus.plexus.logging.Logger logger) - Specified by:
enableLogging
in interfaceorg.codehaus.plexus.logging.LogEnabled
-