org.apache.maven.model
Class Branch
java.lang.Object
org.apache.maven.model.Branch
- All Implemented Interfaces:
- java.io.Serializable
- public class Branch
- extends java.lang.Object
- implements java.io.Serializable
Optional. Contains information on branches of the
project. This
information is used when invoking the
maven:dist
target.
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
modelEncoding
|
private java.lang.String |
tag
Field tag |
Method Summary |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getTag()
Get
The branch tag in the version control system
(e.g. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setTag(java.lang.String tag)
Set
The branch tag in the version control system
(e.g. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tag
private java.lang.String tag
- Field tag
modelEncoding
private java.lang.String modelEncoding
Branch
public Branch()
getTag
public 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.
setTag
public 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.
- Parameters:
tag
-
setModelEncoding
public void setModelEncoding(java.lang.String modelEncoding)
getModelEncoding
public java.lang.String getModelEncoding()