Class CpePlus
java.lang.Object
org.owasp.dependencycheck.data.update.cpe.CpePlus
A simple wrapper object that allows one to carry the ecosystem along with the
CPE.
- Author:
- Jeremy Long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionus.springett.parsers.cpe.CpegetCpe()Get the value of CPE.Get the value of ecosystem.voidsetCpe(us.springett.parsers.cpe.Cpe cpe) Set the value of CPE.voidsetEcosystem(String ecosystem) Set the value of ecosystem.
-
Constructor Details
-
CpePlus
Construct a new CPE plus object.- Parameters:
cpe- the CPEecosystem- the ecosystem
-
-
Method Details
-
getEcosystem
-
setEcosystem
Set the value of ecosystem.- Parameters:
ecosystem- new value of ecosystem
-
getCpe
public us.springett.parsers.cpe.Cpe getCpe()Get the value of CPE.- Returns:
- the value of CPE
-
setCpe
public void setCpe(us.springett.parsers.cpe.Cpe cpe) Set the value of CPE.- Parameters:
cpe- new value of CPE
-