|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mitre.cpe.naming.CPENameBinder
public class CPENameBinder
The CPENameBinder class is a simple implementation of the CPE Name binding algorithm, as specified in the CPE Naming Standard version 2.3.
Constructor Summary | |
---|---|
CPENameBinder()
|
Method Summary | |
---|---|
java.lang.String |
bindToFS(WellFormedName w)
Top-level function used to bind WFN w to formatted string. |
java.lang.String |
bindToURI(WellFormedName w)
Binds a WellFormedName object to a URI. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CPENameBinder()
Method Detail |
---|
public java.lang.String bindToURI(WellFormedName w)
WellFormedName
object to a URI.
w
- WellFormedName to be bound to URI
public java.lang.String bindToFS(WellFormedName w)
w
- WellFormedName to bind
public static void main(java.lang.String[] args) throws java.text.ParseException
java.text.ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |