Class DirectorySourceLoader
java.lang.Object
org.eluder.coveralls.maven.plugin.source.AbstractSourceLoader
org.eluder.coveralls.maven.plugin.source.DirectorySourceLoader
- All Implemented Interfaces:
SourceLoader
The Class DirectorySourceLoader.
-
Constructor Summary
ConstructorsConstructorDescriptionDirectorySourceLoader(File base, File sourceDirectory, Charset sourceEncoding) Instantiates a new directory source loader. -
Method Summary
Methods inherited from class AbstractSourceLoader
getFileName, getSourceEncoding, load
-
Constructor Details
-
DirectorySourceLoader
-
-
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.
-