public class OperatingSystemContainer extends Container implements OperatingSystem
Constructor and Description |
---|
OperatingSystemContainer() |
Modifier and Type | Method and Description |
---|---|
Boot |
boot() |
void |
boot(Boot newBoot) |
boolean |
bootPresent() |
String |
cmdline() |
void |
cmdline(String newCmdline) |
boolean |
cmdlinePresent() |
String |
customKernelCmdline() |
void |
customKernelCmdline(String newCustomKernelCmdline) |
boolean |
customKernelCmdlinePresent() |
String |
initrd() |
void |
initrd(String newInitrd) |
boolean |
initrdPresent() |
String |
kernel() |
void |
kernel(String newKernel) |
boolean |
kernelPresent() |
String |
reportedKernelCmdline() |
void |
reportedKernelCmdline(String newReportedKernelCmdline) |
boolean |
reportedKernelCmdlinePresent() |
String |
type() |
void |
type(String newType) |
boolean |
typePresent() |
Version |
version() |
void |
version(Version newVersion) |
boolean |
versionPresent() |
makeArrayList, makeUnmodifiableList
public Boot boot()
boot
in interface OperatingSystem
public void boot(Boot newBoot)
public boolean bootPresent()
bootPresent
in interface OperatingSystem
public String cmdline()
cmdline
in interface OperatingSystem
public void cmdline(String newCmdline)
public boolean cmdlinePresent()
cmdlinePresent
in interface OperatingSystem
public String customKernelCmdline()
customKernelCmdline
in interface OperatingSystem
public void customKernelCmdline(String newCustomKernelCmdline)
public boolean customKernelCmdlinePresent()
customKernelCmdlinePresent
in interface OperatingSystem
public String initrd()
initrd
in interface OperatingSystem
public void initrd(String newInitrd)
public boolean initrdPresent()
initrdPresent
in interface OperatingSystem
public String kernel()
kernel
in interface OperatingSystem
public void kernel(String newKernel)
public boolean kernelPresent()
kernelPresent
in interface OperatingSystem
public String reportedKernelCmdline()
reportedKernelCmdline
in interface OperatingSystem
public void reportedKernelCmdline(String newReportedKernelCmdline)
public boolean reportedKernelCmdlinePresent()
reportedKernelCmdlinePresent
in interface OperatingSystem
public String type()
type
in interface OperatingSystem
public void type(String newType)
public boolean typePresent()
typePresent
in interface OperatingSystem
public Version version()
version
in interface OperatingSystem
public void version(Version newVersion)
public boolean versionPresent()
versionPresent
in interface OperatingSystem
Copyright © 2016. All rights reserved.