public final class ModuleTarget extends Object
Modifier and Type | Method and Description |
---|---|
String |
getOSArch()
Returns the operating system architecture required by the module.
|
String |
getOSName()
Returns the operating system name required by the module.
|
String |
getOSVersion()
Returns the operating system version required by the module.
|
String |
getPlatform()
Returns the platform name required by the module.
|
String |
toString() |
public String getPlatform()
public String getOSName()
public String getOSArch()
public String getOSVersion()