Uses of Interface
io.helidon.build.dev.FileChangeAware
-
Packages that use FileChangeAware Package Description io.helidon.build.dev Helidon build mode. -
-
Uses of FileChangeAware in io.helidon.build.dev
Classes in io.helidon.build.dev that implement FileChangeAware Modifier and Type Class Description classBuildFileA project build file that can detect modification.classBuildFilesA collection ofBuildFiles that can be polled for changes.static classBuildRoot.ChangesDirectory changes.Methods in io.helidon.build.dev with type parameters of type FileChangeAware Modifier and Type Method Description static <T extends FileChangeAware>
Optional<FileTime>FileChangeAware. changedTimeOf(Collection<T> collection)Returns the most recent time if there is a change in any element of the collection.
-