FileKindType

Summary

Enumeration of the different kinds of SPDX file.

Description

An SPDX file may represent a file on disk or a directory of files. In the future, this may be extended to other kinds (e.g. network based files).

Metadata

https://spdx.org/rdf/3.0.0/terms/Software/FileKindType

Name FileKindType

Entries

  • directory: The file represents a directory and all content stored in that directory.
  • file: The file represents a single file (default).