|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.model.Branch
public class Branch
Contains information on the SCM branches of the project.
Constructor Summary | |
---|---|
Branch()
|
Method Summary | |
---|---|
java.lang.String |
getModelEncoding()
|
java.lang.String |
getTag()
Get The branch tag in the version control system (e.g. cvs) used by the project for the source code associated with this branch of the project. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setTag(java.lang.String tag)
Set The branch tag in the version control system (e.g. cvs) used by the project for the source code associated with this branch of the project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Branch()
Method Detail |
---|
public java.lang.String getTag()
public void setTag(java.lang.String tag)
tag
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |