Package org.jboss.windup.tooling.data
Interface ReportLink
-
- All Superinterfaces:
Serializable
public interface ReportLink extends Serializable
Correlates files in the input application with the related source report file.- Author:
- Jesse Sightler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetInputFile()Contains the File path of the file in the input application.FilegetReportFile()Contains the File path of the report.
-