
com.dev9.mvnwatcher.event.PathEventContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of watcher-maven-plugin Show documentation
Show all versions of watcher-maven-plugin Show documentation
Maven Plugin to watch file system changes and automatically restart builds
The newest version!
package com.dev9.mvnwatcher.event;
import java.nio.file.Path;
import java.util.List;
/**
* Created by IntelliJ IDEA.
* User: bbejeck
* Date: 2/20/12
* Time: 10:00 PM
*/
public interface PathEventContext {
boolean isValid();
Path getWatchedDirectory();
List getEvents();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy