public class SmartSourceLocator extends Object implements SourceLocator
| Constructor and Description |
|---|
SmartSourceLocator(Collection<Path> roots,
Charset inputCharset) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Reader> |
locate(Collection<String> classes,
String fileName) |
void |
sourceRootHint(Path file)
Provide hint as to where to look when dealing with multiple modules.
|
public SmartSourceLocator(Collection<Path> roots, Charset inputCharset)
public Optional<Reader> locate(Collection<String> classes, String fileName)
locate in interface SourceLocatorpublic void sourceRootHint(Path file)
Copyright © 2024 org.pitest. All rights reserved.