Interface SourceLoader
- All Known Implementing Classes:
AbstractSourceLoader, DirectorySourceLoader, MultiSourceLoader, ScanSourceLoader, UrlSourceLoader
public interface SourceLoader
The Interface SourceLoader.
-
Method Summary
-
Method Details
-
load
Load.- Parameters:
sourceFile- the source file- Returns:
- the source
- Throws:
IOException- Signals that an I/O exception has occurred.
-