@ThreadSafe public class CpePlus extends Object
| Constructor and Description |
|---|
CpePlus(us.springett.parsers.cpe.Cpe cpe,
String ecosystem)
Construct a new CPE plus object.
|
| Modifier and Type | Method and Description |
|---|---|
us.springett.parsers.cpe.Cpe |
getCpe()
Get the value of CPE.
|
String |
getEcosystem()
Get the value of ecosystem.
|
void |
setCpe(us.springett.parsers.cpe.Cpe cpe)
Set the value of CPE.
|
void |
setEcosystem(String ecosystem)
Set the value of ecosystem.
|
public CpePlus(us.springett.parsers.cpe.Cpe cpe,
String ecosystem)
cpe - the CPEecosystem - the ecosystempublic String getEcosystem()
public void setEcosystem(String ecosystem)
ecosystem - new value of ecosystempublic us.springett.parsers.cpe.Cpe getCpe()
public void setCpe(us.springett.parsers.cpe.Cpe cpe)
cpe - new value of CPECopyright © 2012–2020 OWASP. All rights reserved.