Package org.wildfly.plugin.dev
Interface WatchHandler
public interface WatchHandler
A handler for changes that happen to source files.
- Author:
- James R. Perkins
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The result of handling the changed source file. -
Method Summary
Modifier and TypeMethodDescriptionhandle
(org.wildfly.plugin.dev.WatchContext context, WatchEvent<Path> event, Path file)
-
Method Details
-
handle
WatchHandler.Result handle(org.wildfly.plugin.dev.WatchContext context, WatchEvent<Path> event, Path file) throws IOException, org.apache.maven.plugin.MojoExecutionException - Throws:
IOException
org.apache.maven.plugin.MojoExecutionException
-