application.WatchMaker.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of specmatic-executable Show documentation
Show all versions of specmatic-executable Show documentation
Command-line standalone executable jar for Specmatic
package application
import org.springframework.stereotype.Component
@Component
class WatchMaker {
fun make(paths: List): Watcher = Watcher(paths)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy