Class UrlSourceLoader
java.lang.Object
org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
org.eluder.coveralls.maven.plugin.source.UrlSourceLoader
- All Implemented Interfaces:
SourceLoader
The Class UrlSourceLoader.
-
Constructor Summary
ConstructorsConstructorDescriptionUrlSourceLoader(URL base, URL sourceUrl, Charset sourceEncoding) Instantiates a new url source loader. -
Method Summary
Methods inherited from class AbstractSourceLoader
getFileName, getSourceEncoding, load
-
Constructor Details
-
UrlSourceLoader
-
-
Method Details
-
locate
Description copied from class:AbstractSourceLoaderLocate.- Specified by:
locatein classAbstractSourceLoader- Parameters:
sourceFile- the source file- Returns:
- the input stream
- Throws:
IOException- Signals that an I/O exception has occurred.
-