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

io.takari.builder.internal.ProjectModelProvider Maven / Gradle / Ivy

package io.takari.builder.internal;

import java.nio.file.Path;
import java.util.List;

public interface ProjectModelProvider {

  public Path getBasedir();

  public List getCompileSourceRoots();

  public List getTestCompileSourceRoots();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy