public class LicenseViolationsTable
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
org.jfrog.build.extractor.buildScanTable.ScanTableBase.TableElementBase
Base class for elements of the violations tables
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LICENSE_VIOLATIONS_TABLE_HEADLINE |
protected int |
longestDisplayName |
protected java.util.Map<Severity,java.util.Set<org.jfrog.build.extractor.buildScanTable.ScanTableBase.TableElementBase>> |
table |
| Modifier | Constructor and Description |
|---|---|
protected |
LicenseViolationsTable(org.jfrog.build.api.util.Log log) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addElement(org.jfrog.build.client.artifactoryXrayResponse.Issue issue,
org.jfrog.build.client.artifactoryXrayResponse.InfectedFile infectedFile) |
protected void |
addElement(java.util.Map<Severity,java.util.Set<org.jfrog.build.extractor.buildScanTable.ScanTableBase.TableElementBase>> table,
org.jfrog.build.client.artifactoryXrayResponse.Issue issue,
org.jfrog.build.extractor.buildScanTable.ScanTableBase.TableElementBase element) |
protected java.lang.String |
getEmptyTableLine() |
protected java.lang.String |
getFormatBase(int longestDisplayName) |
protected java.lang.String[] |
getHeaders() |
protected java.lang.String |
getHeadline() |
protected java.lang.String |
getTableFormat() |
protected void |
printTable() |
protected void |
printTable(java.util.Map<Severity,java.util.Set<org.jfrog.build.extractor.buildScanTable.ScanTableBase.TableElementBase>> table) |
public static final java.lang.String LICENSE_VIOLATIONS_TABLE_HEADLINE
protected int longestDisplayName
protected final java.util.Map<Severity,java.util.Set<org.jfrog.build.extractor.buildScanTable.ScanTableBase.TableElementBase>> table
protected LicenseViolationsTable(org.jfrog.build.api.util.Log log)
protected java.lang.String getHeadline()
protected java.lang.String[] getHeaders()
protected java.lang.String getTableFormat()
protected java.lang.String getEmptyTableLine()
protected void addElement(org.jfrog.build.client.artifactoryXrayResponse.Issue issue,
org.jfrog.build.client.artifactoryXrayResponse.InfectedFile infectedFile)
protected void printTable()
protected java.lang.String getFormatBase(int longestDisplayName)
protected void addElement(java.util.Map<Severity,java.util.Set<org.jfrog.build.extractor.buildScanTable.ScanTableBase.TableElementBase>> table, org.jfrog.build.client.artifactoryXrayResponse.Issue issue, org.jfrog.build.extractor.buildScanTable.ScanTableBase.TableElementBase element)
protected void printTable(java.util.Map<Severity,java.util.Set<org.jfrog.build.extractor.buildScanTable.ScanTableBase.TableElementBase>> table)