Uses of Class
io.helidon.build.dev.Project.Builder
-
Packages that use Project.Builder Package Description io.helidon.build.dev Helidon build mode. -
-
Uses of Project.Builder in io.helidon.build.dev
Methods in io.helidon.build.dev that return Project.Builder Modifier and Type Method Description static Project.BuilderProject. builder()Returns a new builder.Project.BuilderProject.Builder. buildFile(BuildFile buildFile)Add a build system file.Project.BuilderProject.Builder. buildType(BuildType buildType)Sets the build type.Project.BuilderProject.Builder. compilerFlags(String compilerFlag)Add a compiler flag.Project.BuilderProject.Builder. component(BuildComponent component)Add a component.Project.BuilderProject.Builder. config(io.helidon.build.util.ProjectConfig config)Sets the project config.Project.BuilderProject.Builder. dependency(Path dependency)Add a dependency.Project.BuilderProject.Builder. mainClassName(String mainClassName)Sets the main class name.Project.BuilderProject.Builder. name(String name)Sets the project name.Project.BuilderProject.Builder. rootDirectory(ProjectDirectory rootDirectory)Sets the project root directory.
-