
com.societegenerale.commons.plugin.service.ScopePathProvider Maven / Gradle / Ivy
package com.societegenerale.commons.plugin.service;
import com.societegenerale.commons.plugin.model.RootClassFolder;
public interface ScopePathProvider {
RootClassFolder getMainClassesPath();
RootClassFolder getTestClassesPath();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy