Uses of Class
io.helidon.build.dev.ProjectDirectory
-
Packages that use ProjectDirectory Package Description io.helidon.build.dev Helidon build mode. -
-
Uses of ProjectDirectory in io.helidon.build.dev
Subclasses of ProjectDirectory in io.helidon.build.dev Modifier and Type Class Description classBuildRootA project directory that tracks file changes.Methods in io.helidon.build.dev that return ProjectDirectory Modifier and Type Method Description static ProjectDirectoryProjectDirectory. createProjectDirectory(DirectoryType type, Path path)Returns a new project directory.ProjectDirectoryBuildFile. parent()Returns the parent directory.ProjectDirectoryProject. root()Returns the root directory.Methods in io.helidon.build.dev with parameters of type ProjectDirectory Modifier and Type Method Description static BuildFileBuildFile. createBuildFile(ProjectDirectory parent, FileType type, Path path)Returns a new build file.Project.BuilderProject.Builder. rootDirectory(ProjectDirectory rootDirectory)Sets the project root directory.
-