Class RemoteRegistry.Connector

java.lang.Object
com.github.robtimus.os.windows.registry.RemoteRegistry.Connector
Enclosing class:
RemoteRegistry

public static final class RemoteRegistry.Connector extends Object
An object that can be used to connect to the registry on a remote machine.
Author:
Rob Spoor
Since:
2.0
  • Method Details

    • connect

      public RemoteRegistry 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.