Class AssemblyData
java.lang.Object
org.owasp.dependencycheck.xml.assembly.AssemblyData
A simple collection of .NET assembly data as collected from GrokAssembly.
- Author:
- Jeremy Long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNamespace(String namespace) Adds a name space.Get the value of comments.Get the value of companyName.getError()Get the value of error.Get the value of fileDescription.Get the value of fileName.Get the value of fileVersion.Get the value of fullName.Get the value of internalName.Get the value of legalCopyright.Get the value of legalTrademarks.Get the value of namespaces.Get the value of originalFilename.Get the value of productName.Get the value of productVersion.Get the value of warning.voidsetComments(String comments) Set the value of comments.voidsetCompanyName(String companyName) Set the value of companyName.voidSet the value of error.voidsetFileDescription(String fileDescription) Set the value of fileDescription.voidsetFileName(String fileName) Set the value of fileName.voidsetFileVersion(String fileVersion) Set the value of fileVersion.voidsetFullName(String fullName) Set the value of fullName.voidsetInternalName(String internalName) Set the value of internalName.voidsetLegalCopyright(String legalCopyright) Set the value of legalCopyright.voidsetLegalTrademarks(String legalTrademarks) Set the value of legalTrademarks.voidsetOriginalFilename(String originalFilename) Set the value of originalFilename.voidsetProductName(String productName) Set the value of productName.voidsetProductVersion(String productVersion) Set the value of productVersion.voidsetWarning(String warning) Set the value of warning.
-
Constructor Details
-
AssemblyData
public AssemblyData()
-
-
Method Details
-
getError
-
setError
-
getCompanyName
-
setCompanyName
Set the value of companyName.- Parameters:
companyName- new value of companyName
-
getProductName
-
setProductName
Set the value of productName.- Parameters:
productName- new value of productName
-
getProductVersion
Get the value of productVersion.- Returns:
- the value of productVersion
-
setProductVersion
Set the value of productVersion.- Parameters:
productVersion- new value of productVersion
-
getComments
-
setComments
Set the value of comments.- Parameters:
comments- new value of comments
-
getFileDescription
Get the value of fileDescription.- Returns:
- the value of fileDescription
-
setFileDescription
Set the value of fileDescription.- Parameters:
fileDescription- new value of fileDescription
-
getFileName
-
setFileName
Set the value of fileName.- Parameters:
fileName- new value of fileName
-
getFileVersion
-
setFileVersion
Set the value of fileVersion.- Parameters:
fileVersion- new value of fileVersion
-
getInternalName
-
setInternalName
Set the value of internalName.- Parameters:
internalName- new value of internalName
-
getLegalCopyright
Get the value of legalCopyright.- Returns:
- the value of legalCopyright
-
setLegalCopyright
Set the value of legalCopyright.- Parameters:
legalCopyright- new value of legalCopyright
-
getLegalTrademarks
Get the value of legalTrademarks.- Returns:
- the value of legalTrademarks
-
setLegalTrademarks
Set the value of legalTrademarks.- Parameters:
legalTrademarks- new value of legalTrademarks
-
getOriginalFilename
Get the value of originalFilename.- Returns:
- the value of originalFilename
-
setOriginalFilename
Set the value of originalFilename.- Parameters:
originalFilename- new value of originalFilename
-
getFullName
-
setFullName
Set the value of fullName.- Parameters:
fullName- new value of fullName
-
getNamespaces
-
addNamespace
Adds a name space.- Parameters:
namespace- the namespace to add
-
getWarning
-
setWarning
Set the value of warning.- Parameters:
warning- new value of warning
-