Uses of Class
org.spdx.rdfparser.model.SpdxFile.FileType
| Package | Description |
|---|---|
| org.spdx.compare | |
| org.spdx.rdfparser.model |
Model for the SPDX 2.0+ specification.
|
-
Uses of SpdxFile.FileType in org.spdx.compare
Methods in org.spdx.compare that return SpdxFile.FileType Modifier and Type Method Description SpdxFile.FileType[]SpdxFileDifference. getFileTypeA()SpdxFile.FileType[]SpdxFileDifference. getFileTypeB()static SpdxFile.FileType[]CompareHelper. parseFileTypeString(String typeStr)Methods in org.spdx.compare with parameters of type SpdxFile.FileType Modifier and Type Method Description static StringCompareHelper. fileTypesToString(SpdxFile.FileType[] fileTypes) -
Uses of SpdxFile.FileType in org.spdx.rdfparser.model
Fields in org.spdx.rdfparser.model with type parameters of type SpdxFile.FileType Modifier and Type Field Description static Map<SpdxFile.FileType,String>SpdxFile. FILE_TYPE_TO_TAGDeprecated.static Map<String,SpdxFile.FileType>SpdxFile. TAG_TO_FILE_TYPEDeprecated.Methods in org.spdx.rdfparser.model that return SpdxFile.FileType Modifier and Type Method Description static SpdxFile.FileTypeSpdxFile.FileType. fromTag(String tag)SpdxFile.FileType[]SpdxFile. getFileTypes()static SpdxFile.FileTypeSpdxFile.FileType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpdxFile.FileType[]SpdxFile.FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.spdx.rdfparser.model with parameters of type SpdxFile.FileType Modifier and Type Method Description voidSpdxFile. addFileType(SpdxFile.FileType fileType)Add a file type to this filevoidSpdxFile. setFileTypes(SpdxFile.FileType[] fileTypes)Constructors in org.spdx.rdfparser.model with parameters of type SpdxFile.FileType Constructor Description SpdxFile(String name, String comment, Annotation[] annotations, Relationship[] relationships, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfoInFile, String copyrightText, String licenseComment, SpdxFile.FileType[] fileTypes, Checksum[] checksums, String[] fileContributors, String noticeText, DoapProject[] artifactOf)SpdxFile(String fileName, SpdxFile.FileType[] fileTypes, String sha1Value, AnyLicenseInfo licenseConcluded, AnyLicenseInfo[] licenseInfoInFiles, String licenseComment, String copyrightText, DoapProject[] artifactOfs, String fileComment)