public class OsInfo extends TransferableObject
| Constructor and Description |
|---|
OsInfo() |
OsInfo(OsType type,
java.lang.String osVersion) |
| Modifier and Type | Method and Description |
|---|---|
OsArchitecture |
getOsArchitecture() |
java.lang.String |
getOsName() |
OsType |
getOsType() |
java.lang.String |
getOsVersion() |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic OsInfo()
public OsInfo(OsType type, java.lang.String osVersion)
public java.lang.String getOsVersion()
public java.lang.String getOsName()
public OsType getOsType()
public OsArchitecture getOsArchitecture()
public ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.