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, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public 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)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.