Class LPVSResultFile

java.lang.Object
com.lpvs.entity.result.LPVSResultFile

public class LPVSResultFile extends Object
Represents information about a file and its matching details in the results of a scan in the LPVS system. Each instance of this class encapsulates details such as the file ID, file path, component file URL, match line, match value, license status, and SPDX identifier.

Instances of this class are used to provide detailed information about individual files that were part of the scan results in the LPVS system. The information includes the file path, component file URL, match details, license status, and SPDX identifier for the associated license.

  • Constructor Details

    • LPVSResultFile

      public LPVSResultFile()