Class VersionInfo

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @Component
    @ManagedResource(objectName="Service:type=JMX,name=VersionInfo")
    public class VersionInfo
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • VersionInfo

        public VersionInfo()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • getVersionInfo

        @ManagedAttribute
        public String getVersionInfo()
      • getApplicationName

        @ManagedAttribute
        public String getApplicationName()
      • getBuildDetails

        @ManagedAttribute
        public String getBuildDetails()
      • getArtifactVersions

        @ManagedAttribute
        public Map<String,​String> getArtifactVersions()