Package com.scriptbasic.sourceproviders
Class BasicSourcePath
java.lang.Object
com.scriptbasic.sourceproviders.BasicSourcePath
- All Implemented Interfaces:
SourcePath,Iterable<String>
A simple SourcePath implementation. Maintains the path elements in a linked list.
- Author:
- Peter Verhas
-
Constructor Details
-
BasicSourcePath
public BasicSourcePath()
-
-
Method Details
-
add
Description copied from interface:SourcePathAdd an element to the source path, to the end of the list.- Specified by:
addin interfaceSourcePath- Parameters:
path- parameter
-
iterator
-