Package org.eclipse.tycho.classpath
Interface SourcepathEntry
-
public interface SourcepathEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getExcludes()null means "nothing excluded"List<String>getIncludes()null means "everything included"FilegetOutputDirectory()FilegetSourcesRoot()
-