public interface SourceCodeFileProvider extends Serializable
Modifier and Type | Method and Description |
---|---|
File |
getSourceFile(String fullyQualifiedJavaPath)
Queries the source code file containing the source code of the type denoted by
fullyQualifiedJavaPath . |
File getSourceFile(String fullyQualifiedJavaPath)
fullyQualifiedJavaPath
.fullyQualifiedJavaPath
- The fully qualified path of a Java type.fullyQualifiedJavaPath
. null
if no file defining the type
can be found.