org.apache.maven.profiles.activation
Class SystemPropertyProfileActivator
java.lang.Object
org.apache.maven.profiles.activation.DetectedProfileActivator
org.apache.maven.profiles.activation.SystemPropertyProfileActivator
- All Implemented Interfaces:
- ProfileActivator, Contextualizable
Deprecated.
@Deprecated
public class SystemPropertyProfileActivator
- extends DetectedProfileActivator
- implements Contextualizable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertyProfileActivator
public SystemPropertyProfileActivator()
- Deprecated.
contextualize
public void contextualize(Context context)
throws ContextException
- Deprecated.
- Specified by:
contextualize
in interface Contextualizable
- Throws:
ContextException
canDetectActivation
protected boolean canDetectActivation(Profile profile)
- Deprecated.
- Specified by:
canDetectActivation
in class DetectedProfileActivator
isActive
public boolean isActive(Profile profile)
throws ProfileActivationException
- Deprecated.
- Specified by:
isActive
in interface ProfileActivator
- Throws:
ProfileActivationException
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.