Uses of Class
de.xima.fc.project.mgmt.impex.ProjectExportSpec.builder
Packages that use ProjectExportSpec.builder
-
Uses of ProjectExportSpec.builder in de.xima.fc.project.mgmt.impex
Methods in de.xima.fc.project.mgmt.impex that return ProjectExportSpec.builderModifier and TypeMethodDescriptionstatic ProjectExportSpec.builderProjectExportSpec.builder()ProjectExportSpec.builder.dependencies(List<ProjectExportDependency> dependencies) Optional list of additional dependencies to include in the export if theProjectExportSpec.builder.dependencyInclusionStrategyis set toProjectExportSpec.DependencyInclusionStrategy.ONLY_SPECIFIED.ProjectExportSpec.builder.dependencyInclusionStrategy(ProjectExportSpec.DependencyInclusionStrategy dependencyInclusionStrategy) Determines which dependencies of the project should be included in the export.ProjectExportSpec.builder.password(char[] password) Password to encrypt the exported project data.The ID of the project to be exported.ProjectExportSpec.toBuilder()