Interface ShareRemoteDirectoryConsumer<W extends WindowsRemoteExecutor,R,S,T>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ShareRemoteDirectoryConsumer<W extends WindowsRemoteExecutor,R,S,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(W windowsRemoteExecutor, R remotePath, S shareName, T timeout)
    Share the remote directory on the host.
  • Method Details

    • apply

      void apply(W windowsRemoteExecutor, R remotePath, S shareName, T timeout)
      Share the remote directory on the host.
      Parameters:
      windowsRemoteExecutor - WindowsRemoteExecutor instance.
      remotePath - The remote path.
      shareName - The Share Name.
      timeout - Timeout in milliseconds.