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