Class ResolvedLicenseFileInfo
-
- All Implemented Interfaces:
public final class ResolvedLicenseFileInfoInformation about license files of a package and the licenses detected in those files.
-
-
Field Summary
Fields Modifier and Type Field Description private final Identifieridprivate final List<ResolvedLicenseFile>files
-
Constructor Summary
Constructors Constructor Description ResolvedLicenseFileInfo(Identifier id, List<ResolvedLicenseFile> files)
-
Method Summary
Modifier and Type Method Description final IdentifiergetId()The identifier of the package. final List<ResolvedLicenseFile>getFiles()The resolved license files. -
-
Constructor Detail
-
ResolvedLicenseFileInfo
ResolvedLicenseFileInfo(Identifier id, List<ResolvedLicenseFile> files)
-
-
Method Detail
-
getId
final Identifier getId()
The identifier of the package.
-
getFiles
final List<ResolvedLicenseFile> getFiles()
The resolved license files.
-
-
-
-