Similar to java class paths, DLTK has a concept of build paths.
Build paths is a set of source folders, library containers and references to another projects. This paths are used as for model building, so for launching.
Paths is stored in .buildpath file from project's root folder.
DLTK automatically parses it when required. You can get project build
paths via IScriptProject.getRawBuildpath()
method. To set
buildpath to project you should use setRawBuildpath() method. Elements
of IBuildpathEntry
may be created with DLTKCore.new*Entry(...)
methods.