Class ProjectVersioning
- java.lang.Object
-
- org.apache.maven.buildcache.xml.config.ProjectVersioning
-
- All Implemented Interfaces:
Serializable
public class ProjectVersioning extends Object implements Serializable
Class ProjectVersioning.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectVersioning()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAdjustMetaInf()
Get determines whether version in metadata must be changed according to building project version.boolean
isCalculateProjectVersionChecksum()
Get determines whether project version should be included to calculate checksum input.void
setAdjustMetaInf(boolean adjustMetaInf)
Set determines whether version in metadata must be changed according to building project version.void
setCalculateProjectVersionChecksum(boolean calculateProjectVersionChecksum)
Set determines whether project version should be included to calculate checksum input.
-
-
-
Method Detail
-
isAdjustMetaInf
public boolean isAdjustMetaInf()
Get determines whether version in metadata must be changed according to building project version.- Returns:
- boolean
-
isCalculateProjectVersionChecksum
public boolean isCalculateProjectVersionChecksum()
Get determines whether project version should be included to calculate checksum input.- Returns:
- boolean
-
setAdjustMetaInf
public void setAdjustMetaInf(boolean adjustMetaInf)
Set determines whether version in metadata must be changed according to building project version.- Parameters:
adjustMetaInf
- a adjustMetaInf object.
-
setCalculateProjectVersionChecksum
public void setCalculateProjectVersionChecksum(boolean calculateProjectVersionChecksum)
Set determines whether project version should be included to calculate checksum input.- Parameters:
calculateProjectVersionChecksum
- a calculateProjectVersionChecksum object.
-
-