Class OsInfo

java.lang.Object
org.springframework.boot.info.OsInfo

public class OsInfo extends Object
Information about the Operating System the application is running on.
Since:
2.7.0
Author:
Jonatan Ivanov
  • Constructor Details

    • OsInfo

      public OsInfo()
  • Method Details

    • getName

      public String getName()
    • getVersion

      public String getVersion()
    • getArch

      public String getArch()