org.apache.maven.profiles.activation
Class OperatingSystemProfileActivator

java.lang.Object
  extended by org.apache.maven.profiles.activation.OperatingSystemProfileActivator
All Implemented Interfaces:
ProfileActivator

Deprecated.

@Deprecated
public class OperatingSystemProfileActivator
extends Object
implements ProfileActivator


Field Summary
 
Fields inherited from interface org.apache.maven.profiles.activation.ProfileActivator
ROLE
 
Constructor Summary
OperatingSystemProfileActivator()
          Deprecated.  
 
Method Summary
 boolean canDetermineActivation(Profile profile)
          Deprecated.  
 boolean isActive(Profile profile)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatingSystemProfileActivator

public OperatingSystemProfileActivator()
Deprecated. 
Method Detail

canDetermineActivation

public boolean canDetermineActivation(Profile profile)
Deprecated. 
Specified by:
canDetermineActivation in interface ProfileActivator

isActive

public boolean isActive(Profile profile)
Deprecated. 
Specified by:
isActive in interface ProfileActivator


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.