Class VersionHelper
java.lang.Object
fr.gouv.vitam.common.server.application.resources.VersionHelper
Created by kw on 31/12/2016.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionRead-only list of attributes searched into the main section of the jar manifests.static final StringTag used to group the summary by
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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_TAGTag used to group the summary by- See Also:
 
- 
MANIFEST_FIELDSRead-only list of attributes searched into the main section of the jar manifests.
 
- 
- 
Constructor Details- 
VersionHelperpublic VersionHelper()
 
- 
- 
Method Details- 
getVersionDetailedInfoGet detailed information on all internal vitam components versions- Returns:
- A read-only list of informations ; each entry stands for a component.
 
- 
getVersionSummaryGet 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.
 
 
-