Uses of Class
io.helidon.build.dev.BuildLoop.Builder
-
Packages that use BuildLoop.Builder Package Description io.helidon.build.dev Helidon build mode. -
-
Uses of BuildLoop.Builder in io.helidon.build.dev
Methods in io.helidon.build.dev that return BuildLoop.Builder Modifier and Type Method Description static BuildLoop.BuilderBuildLoop. builder()Returns a new builder.BuildLoop.BuilderBuildLoop.Builder. buildExecutor(BuildExecutor buildExecutor)Sets the build executor.BuildLoop.BuilderBuildLoop.Builder. clean(boolean clean)Sets whether or not newProjectinstances should perform a clean build.BuildLoop.BuilderBuildLoop.Builder. projectSupplier(ProjectSupplier projectSupplier)Sets the project supplier.BuildLoop.BuilderBuildLoop.Builder. watchBinariesOnly(boolean watchBinariesOnly)Sets whether only binaries should be watched for changes.
-