Uses of Class
org.spdx.library.model.enumerations.FileType
| Package | Description |
|---|---|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.library.model.enumerations |
This package contains all the enumerations used in the SPDX model.
|
| org.spdx.utility.compare |
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 FileType Modifier and Type Method Description Collection<FileType>SpdxFile. getFileTypes()Methods in org.spdx.library.model with parameters of type FileType Modifier and Type Method Description booleanSpdxFile. addFileType(FileType fileType)Add a file type to this fileSpdxFile.SpdxFileBuilderSpdxFile.SpdxFileBuilder. addFileType(FileType fileType)Method parameters in org.spdx.library.model with type arguments of type FileType Modifier and Type Method Description SpdxFile.SpdxFileBuilderSpdxFile.SpdxFileBuilder. setFileTypes(Collection<FileType> fileTypes) -
Uses of FileType in org.spdx.library.model.enumerations
Methods in org.spdx.library.model.enumerations that return FileType Modifier and Type Method Description static FileTypeFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileType[]FileType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FileType in org.spdx.utility.compare
Methods in org.spdx.utility.compare that return types with arguments of type FileType Modifier and Type Method Description List<FileType>SpdxFileDifference. getFileTypeA()List<FileType>SpdxFileDifference. getFileTypeB()