Package org.approvej.verify
Interface PathProviderBuilder
- All Known Implementing Classes:
NextToTestPathProvider.NextToTestPathProviderBuilder
public interface PathProviderBuilder
A builder for
PathProvider
instances.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds thePathProvider
with the current configuration.
-
Method Details
-
build
PathProvider build()Builds thePathProvider
with the current configuration.- Returns:
- a new
PathProvider
with the current configuration
-