Package org.nmap4j.data.host
Class Cpe
java.lang.Object
org.nmap4j.data.host.Cpe
A representation of the Common Platform Enumeration (CPE) in Nmap output.
The CPE data is documented here:
http://nmap.org/book/output-formats-cpe.html
But the important bits are that it is a colon delimited string. For example:
<cpe>cpe:/o:apple:mac_os_x:10.7</cpe>
This data is variable in length. This data can be a child of service or
osclass. The data is formatted as follows:
cpe:/
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
CPE_ATTR
- See Also:
-
-
Constructor Details
-
Cpe
public Cpe() -
Cpe
-
-
Method Details
-
getCpeData
-
setCpeData
-
getPart
-
getVendor
-
getProduct
-
getVersion
-
getUpdate
-
getEdition
-
getLanguage
-