Uses of Enum
org.spdx.library.model.enumerations.FileType
Packages that use FileType
Package
Description
Copyright (c) 2019 Source Auditor Inc.
This package contains all the enumerations used in the SPDX model.
Utility classes for comparing SPDX model objects
-
Uses of FileType in org.spdx.library.model
Methods in org.spdx.library.model that return types with arguments of type FileTypeMethods in org.spdx.library.model with parameters of type FileTypeModifier and TypeMethodDescriptionbooleanSpdxFile.addFileType(FileType fileType) Add a file type to this fileSpdxFile.SpdxFileBuilder.addFileType(FileType fileType) Method parameters in org.spdx.library.model with type arguments of type FileTypeModifier and TypeMethodDescriptionSpdxFile.SpdxFileBuilder.setFileTypes(Collection<FileType> fileTypes) -
Uses of FileType in org.spdx.library.model.enumerations
Methods in org.spdx.library.model.enumerations that return FileType -
Uses of FileType in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return types with arguments of type FileTypeModifier and TypeMethodDescriptionSpdxFileDifference.getFileTypeA()SpdxFileDifference.getFileTypeB()