tech.jhipster.lite.module.domain.JHipsterFileMatcher Maven / Gradle / Ivy
package tech.jhipster.lite.module.domain;
@FunctionalInterface
public interface JHipsterFileMatcher {
boolean match(JHipsterProjectFilePath path);
}
package tech.jhipster.lite.module.domain;
@FunctionalInterface
public interface JHipsterFileMatcher {
boolean match(JHipsterProjectFilePath path);
}