Class NugetPackage
java.lang.Object
org.owasp.dependencycheck.data.nuget.NugetPackageReference
org.owasp.dependencycheck.data.nuget.NugetPackage
Represents the contents of a Nuspec manifest.
- Author:
- colezlaw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the authors.Gets the description.Gets the licenseUrl.Gets the owners.getTitle()Gets the title.inthashCode()voidsetAuthors(String authors) Sets the authors.voidsetDescription(String description) Sets the description.voidsetLicenseUrl(String licenseUrl) Sets the licenseUrl.voidSets the owners.voidSets the title.Methods inherited from class NugetPackageReference
getId, getVersion, setId, setVersion
-
Constructor Details
-
NugetPackage
public NugetPackage()
-
-
Method Details
-
setTitle
-
getTitle
-
setAuthors
-
getAuthors
-
setOwners
-
getOwners
-
setLicenseUrl
Sets the licenseUrl.- Parameters:
licenseUrl- the licenseUrl
-
getLicenseUrl
-
getDescription
-
setDescription
Sets the description.- Parameters:
description- the description
-
equals
Description copied from class:NugetPackageReference- Overrides:
equalsin classNugetPackageReference
-
hashCode
public int hashCode()Description copied from class:NugetPackageReference- Overrides:
hashCodein classNugetPackageReference
-