public class ActivationOS extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
ActivationOS()
|
| Modifier and Type | Method and Description |
|---|---|
ActivationOS |
clone()
Method clone.
|
String |
getArch()
Get the architecture of the operating system to be used to activate the profile.
|
String |
getFamily()
Get the general family of the OS to be used to activate the profile, such as
windows or
unix.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
String |
getName()
Get the name of the operating system to be used to activate the profile.
|
String |
getVersion()
Get the version of the operating system to be used to activate the profile.
|
void |
setArch(String
Set the architecture of the operating system to be used to activate the profile.
|
void |
setFamily(String
Set the general family of the OS to be used to activate the profile, such as
windows or
unix.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setName(String
Set the name of the operating system to be used to activate the profile.
|
void |
setVersion(String
Set the version of the operating system to be used to activate the profile.
|
public ActivationOSclone()
public StringgetArch()
public StringgetFamily()
windows or
unix.
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetName()
${os.name} Java property, such as
Windows XP.
public StringgetVersion()
public void setArch(Stringarch)
arch -
public void setFamily(Stringfamily)
windows or
unix.
family -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setName(Stringname)
${os.name} Java property, such as
Windows XP.
name -
public void setVersion(Stringversion)
version -