Interface ConvertedFilesReport
-
- All Known Subinterfaces:
ConvertedFilesReportEx
public interface ConvertedFilesReportAllows converters to report config files they affected. To acquire a report, converter should implement theConvertedFilesReporterinterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddConvertedFile(File file)Reports that the specified file was affected (created/changed/removed) by converter.
-
-
-
Method Detail
-
addConvertedFile
void addConvertedFile(@NotNull File file)Reports that the specified file was affected (created/changed/removed) by converter.- Parameters:
file- file to report
-
-