Class MavenProfileActivation.Os

java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenProfileActivation.Os
Enclosing class:
MavenProfileActivation

public static final class MavenProfileActivation.Os extends Object
Operating System activation settings.
  • Method Details

    • getName

      public String getName()
      Return the name of the OS to match or null.
      Returns:
      the name of the OS
    • getFamily

      public String getFamily()
      Return the family of OS to match or null. Can be for instance mac, windows, unix, os/400, etc.
      Returns:
      the family of OS
    • getArch

      public String getArch()
      Return the cpu architecture of the OS to match or null.
      Returns:
      the cpu architecture of the OS
    • getVersion

      public String getVersion()
      Return the version of the OS to match or null.
      Returns:
      the version of the OS