All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.tools.init.watch.WatchDirSkip Maven / Gradle / Ivy

package io.ebean.tools.init.watch;

import java.nio.file.Path;

/**
 * Provides support for skipping directory structures.
 */
public interface WatchDirSkip {

  /**
   * Return true if this path should be skipped/ignored.
   */
  boolean skip(Path path);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy