public static final class MavenProfileActivation.Os extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getArch()
Return the cpu architecture of the OS to match or
null. |
String |
getFamily()
Return the family of OS to match or
null. |
String |
getName()
Return the name of the OS to match or
null. |
String |
getVersion()
Return the version of the OS to match or
null. |
public String getName()
null.public String getFamily()
null. Can be for instance
mac, windows, unix, os/400, etc.public String getArch()
null.public String getVersion()
null.Copyright © 2022 Pivotal Software, Inc.. All rights reserved.