| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.settings.ActivationProperty
public class ActivationProperty
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.
| 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 profile.  | 
 void | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
 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 | 
|---|
public ActivationProperty()
| Method Detail | 
|---|
public String getName()
public String getValue()
public void setName(String name)
name - public void setValue(String value)
value - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||