Class VersionHelper
java.lang.Object
fr.gouv.vitam.common.server.application.resources.VersionHelper
Created by kw on 31/12/2016.
-
Field Summary
Modifier and TypeFieldDescriptionRead-only list of attributes searched into the main section of the jar manifests.static final String
Tag used to group the summary by -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet detailed information on all internal vitam components versionsGet the summary version information for vitam components found in the current classpath.
-
Field Details
-
MANIFEST_SUMMARY_TAG
Tag used to group the summary by- See Also:
-
MANIFEST_FIELDS
Read-only list of attributes searched into the main section of the jar manifests.
-
-
Constructor Details
-
VersionHelper
public VersionHelper()
-
-
Method Details
-
getVersionDetailedInfo
Get detailed information on all internal vitam components versions- Returns:
- A read-only list of informations ; each entry stands for a component.
-
getVersionSummary
Get the summary version information for vitam components found in the current classpath.- Returns:
- A map with keys being the git commit id (long hash) and the value the number of components having this version.
-