Uses of Interface
io.helidon.build.devloop.FileChangeAware
Packages that use FileChangeAware
-
Uses of FileChangeAware in io.helidon.build.devloop
Classes in io.helidon.build.devloop that implement FileChangeAwareModifier and TypeClassDescriptionclassA project build file that can detect modification.classA collection ofBuildFiles that can be polled for changes.static classDirectory changes.Methods in io.helidon.build.devloop with type parameters of type FileChangeAwareModifier and TypeMethodDescriptionstatic <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.