Package com.scriptbasic.interfaces
Interface SourcePathProvider
-
- All Known Implementing Classes:
AbstractSingleIncludeSourcePathSourceProvider,AbstractSourcePathSourceProvider,FileSourceProvider,SingleIncludeSourcePathNonRelativeSourceProvider
public interface SourcePathProviderThis interface is usually implemented someSourceProviderimplementations. This way the setup code can access theSourcePathto manage it and to use it.- Author:
- Peter Verhas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourcePathgetSourcePath()voidsetSourcePath(SourcePath sourcePath)
-
-
-
Method Detail
-
getSourcePath
SourcePath getSourcePath()
-
setSourcePath
void setSourcePath(SourcePath sourcePath)
-
-