Class OperatingSystemProfileActivator
java.lang.Object
org.apache.maven.profiles.activation.OperatingSystemProfileActivator
- All Implemented Interfaces:
ProfileActivator
Deprecated.
OperatingSystemProfileActivator
-
Field Summary
Fields inherited from interface org.apache.maven.profiles.activation.ProfileActivator
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canDetermineActivation
(org.apache.maven.model.Profile profile) Deprecated.boolean
isActive
(org.apache.maven.model.Profile profile) Deprecated.
-
Constructor Details
-
OperatingSystemProfileActivator
public OperatingSystemProfileActivator()Deprecated.
-
-
Method Details
-
canDetermineActivation
public boolean canDetermineActivation(org.apache.maven.model.Profile profile) Deprecated.- Specified by:
canDetermineActivation
in interfaceProfileActivator
-
isActive
public boolean isActive(org.apache.maven.model.Profile profile) Deprecated.- Specified by:
isActive
in interfaceProfileActivator
-