FileExistsWaitStrategy constructor

FileExistsWaitStrategy(
  1. String filePath
)

Creates a FileExistsWaitStrategy that waits for filePath to appear.

Implementation

FileExistsWaitStrategy(this.filePath);