Package org.eclipse.tycho.classpath
Interface ClasspathContributor
public interface ClasspathContributor
A
ClasspathContributor can contribute additional items to the compile classpath of a
project-
Method Summary
Modifier and TypeMethodDescriptiongetAdditionalClasspathEntries(org.apache.maven.project.MavenProject project, String scope)
-
Method Details
-
getAdditionalClasspathEntries
List<ClasspathEntry> getAdditionalClasspathEntries(org.apache.maven.project.MavenProject project, String scope)
-