public class SpdxLicenseDifference extends Object
| Constructor and Description |
|---|
SpdxLicenseDifference(ExtractedLicenseInfo licenseA,
ExtractedLicenseInfo licenseB) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommentA() |
String |
getCommentB() |
String |
getIdA() |
String |
getIdB() |
String |
getLicenseNameA() |
String |
getLicenseNameB() |
String |
getLicenseText() |
String[] |
getSourceUrlsA() |
String[] |
getSourceUrlsB() |
boolean |
isCommentsEqual() |
boolean |
isLicenseNamesEqual() |
boolean |
isSourceUrlsEqual() |
public SpdxLicenseDifference(ExtractedLicenseInfo licenseA, ExtractedLicenseInfo licenseB)
licenseA - licenseB - public String getLicenseText()
public String getLicenseNameA()
public String getLicenseNameB()
public boolean isLicenseNamesEqual()
public String getIdA()
public String getIdB()
public String getCommentA()
public String getCommentB()
public boolean isCommentsEqual()
public String[] getSourceUrlsA()
public String[] getSourceUrlsB()
public boolean isSourceUrlsEqual()
Copyright © 2017 Linux Foundation. All Rights Reserved.