Package io.helidon.build.dev
Class BuildFiles
- java.lang.Object
-
- io.helidon.build.dev.BuildFiles
-
- All Implemented Interfaces:
FileChangeAware
public class BuildFiles extends Object implements FileChangeAware
A collection ofBuildFiles that can be polled for changes.
-
-
Constructor Summary
Constructors Constructor Description BuildFiles(List<BuildFile> buildFiles)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<FileTime>changedTime()Returns the most recent change time, if any.List<BuildFile>list()Returns the build files.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.helidon.build.dev.FileChangeAware
hasChanged
-
-
-
-
Method Detail
-
changedTime
public Optional<FileTime> changedTime()
Description copied from interface:FileChangeAwareReturns the most recent change time, if any.- Specified by:
changedTimein interfaceFileChangeAware- Returns:
- The time if changed.
-
-