org.apache.maven.settings
Class ActivationProperty

java.lang.Object
  extended byorg.apache.maven.settings.ActivationProperty
All Implemented Interfaces:
Serializable

public class ActivationProperty
extends Object
implements Serializable

This is the property specification used to activate a profile. If the value field is empty, then the existence of the named property will activate the profile, otherwise it does a case-sensitive match against the property value as well.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ActivationProperty()
           
 
Method Summary
 String getModelEncoding()
           
 String getName()
          Get The name of the property to be used to activate a profile
 String getValue()
          Get The value of the property to be used to activate a profil
 void setModelEncoding(String modelEncoding)
           
 void setName(String name)
          Set The name of the property to be used to activate a profile
 void setValue(String value)
          Set The value of the property to be used to activate a profile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationProperty

public ActivationProperty()
Method Detail

getName

public String getName()
Get The name of the property to be used to activate a profile


getValue

public String getValue()
Get The value of the property to be used to activate a profil


setName

public void setName(String name)
Set The name of the property to be used to activate a profile

Parameters:
name -

setValue

public void setValue(String value)
Set The value of the property to be used to activate a profile

Parameters:
value -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.