Package com.scriptbasic.readers
Interface SourcePath
- All Known Implementing Classes:
BasicSourcePath
Source path is similar to Java class path. It contains source locations
(directories usually) where the source files are.
The source providers depending on SourcePath will use some implementation of this interface to keep track the SourcePath elements and trying to locate the source files.
- Author:
- Peter Verhas
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
add
Add an element to the source path, to the end of the list.- Parameters:
path- parameter
-