tech.jhipster.lite.shared.projectfolder.domain.ProjectFolder Maven / Gradle / Ivy
package tech.jhipster.lite.shared.projectfolder.domain;
public interface ProjectFolder {
boolean isInvalid(String folderPath);
String generatePath();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy