Class SingleIncludeNonRelativeSourceProvider

java.lang.Object
All Implemented Interfaces:
SourceProvider
Direct Known Subclasses:
StringSourceProvider

public abstract class SingleIncludeNonRelativeSourceProvider
extends AbstractSingleIncludeSourceProvider
Abstract class to be extended by source path implementations that include a file only once and which include file only using full path.

The NonRelative source providers fall back to the functionality of the single parameter method get() from the version that also specifies the name of the file where the include statement is. In other words for such source provider it is indifferent which file includes the included file. Still in other words it is not possible to include a source using relative source (file) name.

Author:
Peter Verhas