Class BuildFiles

java.lang.Object
io.helidon.build.devloop.BuildFiles
All Implemented Interfaces:
FileChangeAware

public class BuildFiles extends Object implements FileChangeAware
A collection of BuildFiles that can be polled for changes.
  • Constructor Details

    • BuildFiles

      public BuildFiles(List<BuildFile> buildFiles)
      Constructor.
      Parameters:
      buildFiles - The build files.
  • Method Details