IWindowsComputerpublic class WindowsComputerImpl extends Object implements IWindowsComputer
| Constructor | Description |
|---|---|
WindowsComputerImpl(String newComputerName) |
Instantiates a new windows computer impl.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getComputerName() |
Computer name.
|
String[] |
getGroups() |
Groups.
|
String |
getJoinStatus() |
Join status.
|
String |
getMemberOf() |
Member of (domain).
|
public WindowsComputerImpl(String newComputerName)
newComputerName - the new computer namepublic String getComputerName()
IWindowsComputergetComputerName in interface IWindowsComputerpublic String[] getGroups()
IWindowsComputergetGroups in interface IWindowsComputerpublic String getJoinStatus()
IWindowsComputergetJoinStatus in interface IWindowsComputerpublic String getMemberOf()
IWindowsComputergetMemberOf in interface IWindowsComputerCopyright © 2010–2018 com.github.waffle. All rights reserved.