public class WindowsComputerImpl extends Object implements IWindowsComputer
| Constructor and Description |
|---|
WindowsComputerImpl(String newComputerName)
Instantiates a new windows computer impl.
|
| Modifier and Type | Method and 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–2015 com.github.dblock. All rights reserved.