Class ProjectExportAnalysisResult
java.lang.Object
de.xima.fc.project.mgmt.impex.ProjectExportAnalysisResult
- All Implemented Interfaces:
Serializable
Result of the project export analysis, containing identified project dependencies and any errors encountered during
the analysis.
- Since:
- 21.11.25
- Author:
- Norman Lorenz
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProjectExportAnalysisResult(List<ProjectExportDependency> projectDependencies, List<ProjectExportAnalysisResult.Message> errors) Creates a newProjectExportAnalysisResultinstance. -
Method Summary
-
Constructor Details
-
ProjectExportAnalysisResult
public ProjectExportAnalysisResult(List<ProjectExportDependency> projectDependencies, List<ProjectExportAnalysisResult.Message> errors) Creates a newProjectExportAnalysisResultinstance.- Parameters:
projectDependencies- List of project dependencies identified during the export analysis.errors- List of errors encountered during the export analysis.
-
-
Method Details
-
getProjectDependencies
List of project dependencies identified during the export analysis. -
getErrors
List of errors encountered during the export analysis. -
equals
-
hashCode
-
toString
-