Class AbstractSourceLoader
java.lang.Object
org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
- All Implemented Interfaces:
SourceLoader
- Direct Known Subclasses:
DirectorySourceLoader
,ScanSourceLoader
,UrlSourceLoader
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractSourceLoader
(URI base, URI sourceBase, String sourceEncoding) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getFileName
(String sourceFile) protected Charset
protected abstract InputStream
-
Constructor Details
-
AbstractSourceLoader
-
-
Method Details
-
load
- Specified by:
load
in interfaceSourceLoader
- Throws:
IOException
-
getSourceEncoding
-
getFileName
-
locate
- Throws:
IOException
-