Uses of Enum
de.xima.fc.project.mgmt.impex.ProjectExportSpec.DependencyInclusionStrategy
Packages that use ProjectExportSpec.DependencyInclusionStrategy
-
Uses of ProjectExportSpec.DependencyInclusionStrategy in de.xima.fc.project.mgmt.impex
Subclasses with type arguments of type ProjectExportSpec.DependencyInclusionStrategy in de.xima.fc.project.mgmt.impexMethods in de.xima.fc.project.mgmt.impex that return ProjectExportSpec.DependencyInclusionStrategyModifier and TypeMethodDescriptionProjectExportSpec.getDependencyInclusionStrategy()Determines which dependencies of the project should be included in the export.Returns the enum constant of this type with the specified name.ProjectExportSpec.DependencyInclusionStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.project.mgmt.impex with parameters of type ProjectExportSpec.DependencyInclusionStrategyModifier and TypeMethodDescriptionProjectExportSpec.builder.dependencyInclusionStrategy(ProjectExportSpec.DependencyInclusionStrategy dependencyInclusionStrategy) Determines which dependencies of the project should be included in the export.