Uses of Class
de.xima.fc.project.mgmt.impex.ProjectExportDependency
Packages that use ProjectExportDependency
-
Uses of ProjectExportDependency in de.xima.fc.gui.model.impex
Methods in de.xima.fc.gui.model.impex that return ProjectExportDependencyConstructors in de.xima.fc.gui.model.impex with parameters of type ProjectExportDependencyModifierConstructorDescriptionExportDependencyEntitySelectionModel(ProjectExportDependency dependency, boolean export) -
Uses of ProjectExportDependency in de.xima.fc.project.mgmt.impex
Methods in de.xima.fc.project.mgmt.impex that return types with arguments of type ProjectExportDependencyModifier and TypeMethodDescriptionProjectExportSpec.getDependencies()Optional list of additional dependencies to include in the export if theProjectExportSpec.dependencyInclusionStrategyis set toProjectExportSpec.DependencyInclusionStrategy.ONLY_SPECIFIED.ProjectExportAnalysisResult.getProjectDependencies()List of project dependencies identified during the export analysis.Method parameters in de.xima.fc.project.mgmt.impex with type arguments of type ProjectExportDependencyModifier and TypeMethodDescriptionProjectExportSpec.builder.dependencies(List<ProjectExportDependency> dependencies) Optional list of additional dependencies to include in the export if theProjectExportSpec.builder.dependencyInclusionStrategyis set toProjectExportSpec.DependencyInclusionStrategy.ONLY_SPECIFIED.Constructor parameters in de.xima.fc.project.mgmt.impex with type arguments of type ProjectExportDependencyModifierConstructorDescriptionProjectExportAnalysisResult(List<ProjectExportDependency> projectDependencies, List<ProjectExportAnalysisResult.Message> errors) Creates a newProjectExportAnalysisResultinstance.