Interface ClasspathContributor


public interface ClasspathContributor
A ClasspathContributor can contribute additional items to the compile classpath of a project
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.eclipse.tycho.ClasspathEntry>
    getAdditionalClasspathEntries(org.apache.maven.project.MavenProject project, String scope)
     
  • Method Details

    • getAdditionalClasspathEntries

      List<org.eclipse.tycho.ClasspathEntry> getAdditionalClasspathEntries(org.apache.maven.project.MavenProject project, String scope)