public interface SourcePath extends Iterable<String>
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.
Modifier and Type | Method and Description |
---|---|
void |
add(String path)
Add an element to the source path, to the end of the list.
|
void |
setSourcePath(Deque<String> sourcePath)
Set the whole source path collection from some queue.
|
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.