Uses of Class
io.helidon.build.devloop.BuildFile
Packages that use BuildFile
-
Uses of BuildFile in io.helidon.build.devloop
Methods in io.helidon.build.devloop that return BuildFileModifier and TypeMethodDescriptionstatic BuildFileBuildFile.createBuildFile(ProjectDirectory parent, Path path) Returns a new build file.Returns the first file whose path matches the given filter.BuildRoot.findFirstNamed(Predicate<String> filter) Returns the first file whose file name matches the given filter.Methods in io.helidon.build.devloop that return types with arguments of type BuildFileModifier and TypeMethodDescriptionProject.dependencies()Returns a list of all external dependencies.BuildRoot.iterator()BuildFiles.list()Returns the build files.BuildRoot.list()Returns the list of files.BuildRoot.stream()Returns the stream of files.Methods in io.helidon.build.devloop with parameters of type BuildFileModifier and TypeMethodDescriptionAdd a build system file.Constructor parameters in io.helidon.build.devloop with type arguments of type BuildFile