Class MavenProfileActivation.Os
java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenProfileActivation.Os
- Enclosing class:
- MavenProfileActivation
Operating System activation settings.
-
Method Summary
-
Method Details
-
getName
Return the name of the OS to match ornull
.- Returns:
- the name of the OS
-
getFamily
Return the family of OS to match ornull
. Can be for instancemac
,windows
,unix
,os/400
, etc.- Returns:
- the family of OS
-
getArch
Return the cpu architecture of the OS to match ornull
.- Returns:
- the cpu architecture of the OS
-
getVersion
Return the version of the OS to match ornull
.- Returns:
- the version of the OS
-