com.societegenerale.commons.plugin.service.ScopePathProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arch-unit-build-plugin-core Show documentation
Show all versions of arch-unit-build-plugin-core Show documentation
The core logic for Maven or Gradle ArchUnit plugin
package com.societegenerale.commons.plugin.service;
import com.societegenerale.commons.plugin.model.RootClassFolder;
public interface ScopePathProvider {
RootClassFolder getMainClassesPath();
RootClassFolder getTestClassesPath();
}