Package org.pitest.mutationtest
Interface SourceLocator
-
- All Known Implementing Classes:
DirectorySourceLocator,SmartSourceLocator
public interface SourceLocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Reader>locate(Collection<String> classes, String fileName)
-
-
-
Method Detail
-
locate
Optional<Reader> locate(Collection<String> classes, String fileName)
-
-