|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.maven.continuum.xmlrpc.system.Profile
public class Profile
Class Profile.
| Constructor Summary | |
|---|---|
Profile()
|
|
| Method Summary | |
|---|---|
void |
addEnvironmentVariable(Installation installation)
Method addEnvironmentVariable. |
boolean |
equals(java.lang.Object other)
Method equals. |
Installation |
getBuilder()
Get the builder field. |
java.lang.String |
getDescription()
Get the description field. |
java.util.List |
getEnvironmentVariables()
Method getEnvironmentVariables. |
int |
getId()
Get the id field. |
Installation |
getJdk()
Get the jdk field. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getName()
Get the name field. |
int |
getScmMode()
Get the scmMode field. |
int |
hashCode()
Method hashCode. |
boolean |
isActive()
Get the active field. |
boolean |
isBuildWithoutChanges()
Get the buildWithoutChanges field. |
void |
removeEnvironmentVariable(Installation installation)
Method removeEnvironmentVariable. |
void |
setActive(boolean active)
Set the active field. |
void |
setBuilder(Installation builder)
Set the builder field. |
void |
setBuildWithoutChanges(boolean buildWithoutChanges)
Set the buildWithoutChanges field. |
void |
setDescription(java.lang.String description)
Set the description field. |
void |
setEnvironmentVariables(java.util.List environmentVariables)
Set the environmentVariables field. |
void |
setId(int id)
Set the id field. |
void |
setJdk(Installation jdk)
Set the jdk field. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setName(java.lang.String name)
Set the name field. |
void |
setScmMode(int scmMode)
Set the scmMode field. |
java.lang.String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Profile()
| Method Detail |
|---|
public void addEnvironmentVariable(Installation installation)
installation - public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother -
public Installation getBuilder()
public java.lang.String getDescription()
public java.util.List getEnvironmentVariables()
public int getId()
public Installation getJdk()
public java.lang.String getName()
public int getScmMode()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isActive()
public boolean isBuildWithoutChanges()
public void removeEnvironmentVariable(Installation installation)
installation - public void setActive(boolean active)
active - public void setBuildWithoutChanges(boolean buildWithoutChanges)
buildWithoutChanges - public void setBuilder(Installation builder)
builder - public void setDescription(java.lang.String description)
description - public void setEnvironmentVariables(java.util.List environmentVariables)
environmentVariables - public void setId(int id)
id - public void setJdk(Installation jdk)
jdk - public void setName(java.lang.String name)
name - public void setScmMode(int scmMode)
scmMode - public java.lang.String toString()
toString in class java.lang.Objectpublic void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public java.lang.String getModelEncoding()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||