Uses of Class
io.helidon.build.devloop.Project.Builder
Packages that use Project.Builder
-
Uses of Project.Builder in io.helidon.build.devloop
Methods in io.helidon.build.devloop that return Project.BuilderModifier and TypeMethodDescriptionstatic Project.BuilderProject.builder()Returns a new builder.Add a build system file.Sets the build type.Project.Builder.compilerFlags(String compilerFlag) Add a compiler flag.Project.Builder.component(BuildComponent component) Add a component.Project.Builder.config(ProjectConfig config) Sets the project config.Project.Builder.dependency(Path dependency) Add a dependency.Project.Builder.mainClassName(String mainClassName) Sets the main class name.Sets the project name.Project.Builder.rootDirectory(ProjectDirectory rootDirectory) Sets the project root directory.