Class BasicSourcePath

java.lang.Object
com.scriptbasic.sourceproviders.BasicSourcePath
All Implemented Interfaces:
SourcePath, Iterable<String>

public class BasicSourcePath extends Object implements SourcePath
A simple SourcePath implementation. Maintains the path elements in a linked list.
Author:
Peter Verhas
  • Constructor Details

    • BasicSourcePath

      public BasicSourcePath()
  • Method Details