Class MCRCoreVersion

java.lang.Object
org.mycore.common.MCRCoreVersion

public class MCRCoreVersion extends Object
Author:
Thomas Scheffler (yagee)
  • Field Details

    • VERSION

      public static final String VERSION
    • BRANCH

      public static final String BRANCH
    • REVISION

      public static final String REVISION
    • DESCRIBE

      public static final String DESCRIBE
    • ABBREV

      public static final String ABBREV
    • COMPLETE

      public static final String COMPLETE
  • Constructor Details

    • MCRCoreVersion

      public MCRCoreVersion()
  • Method Details

    • getVersion

      public static String getVersion()
    • getBranch

      public static String getBranch()
    • getRevision

      public static String getRevision()
    • getGitDescribe

      public static String getGitDescribe()
    • getCompleteVersion

      public static String getCompleteVersion()
    • getAbbrev

      public static String getAbbrev()
    • getVersionProperties

      public static Map<String,String> getVersionProperties()
    • main

      public static void main(String[] arg) throws IOException
      Throws:
      IOException