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
-
Method Details
-
apply
Share the remote directory on the host.- Parameters:
windowsRemoteExecutor
- WindowsRemoteExecutor instance.remotePath
- The remote path.shareName
- The Share Name.timeout
- Timeout in milliseconds.
-