Class MultiSourceLoader
java.lang.Object
org.eluder.coveralls.maven.plugin.source.MultiSourceLoader
- All Implemented Interfaces:
SourceLoader
The Class MultiSourceLoader.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MultiSourceLoader
public MultiSourceLoader()Instantiates a new multi source loader.
-
-
Method Details
-
add
Adds the.- Parameters:
sourceLoader- the source loader- Returns:
- the multi source loader
-
load
Description copied from interface:SourceLoaderLoad.- Specified by:
loadin interfaceSourceLoader- Parameters:
sourceFile- the source file- Returns:
- the source
- Throws:
IOException- Signals that an I/O exception has occurred.
-