public static interface EclipseAstInstrumentor.InstrumentationResultFileProvider
Modifier and Type | Method and Description |
---|---|
Path |
getFileFor(String fullyQualifiedName)
Appoints a file the instrumented source code of the Java type denoted by
fullyQualifiedName shall be written to. |
Path getFileFor(String fullyQualifiedName)
fullyQualifiedName
shall be written to.fullyQualifiedName
- The fully qualified path of a Java type. Must not be
null
.null
.