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

com.societegenerale.commons.plugin.service.ScopePathProvider Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
package com.societegenerale.commons.plugin.service;

import com.societegenerale.commons.plugin.model.RootClassFolder;

public interface ScopePathProvider {

    RootClassFolder getMainClassesPath();

    RootClassFolder getTestClassesPath();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy