Class ProjectVersioning

    • Constructor Detail

      • ProjectVersioning

        public ProjectVersioning()
    • 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.