Class RemoteRegistry.Connector
java.lang.Object
com.github.robtimus.os.windows.registry.RemoteRegistry.Connector
- Enclosing class:
RemoteRegistry
An object that can be used to connect to the registry on a remote machine.
- Author:
- Rob Spoor
- Since:
- 2.0
-
Method Summary
-
Method Details
-
connect
Connects to the registry on the remote machine. The returned registry needs to be closed when it is no longer needed.- Returns:
- A representation of the registry on the given remote machine.
- Throws:
RegistryException- If the connection failed.
-