public class DuplicatedItemsReport extends Object
| Constructor and Description |
|---|
DuplicatedItemsReport(String catalog,
String version,
Collection<DuplicatedItemIdentifier> duplicatedIdentifiers) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog() |
Collection<DuplicatedItemIdentifier> |
getDuplicatedIdentifiers() |
String |
getVersion() |
String |
renderTextualReport() |
public DuplicatedItemsReport(String catalog, String version, Collection<DuplicatedItemIdentifier> duplicatedIdentifiers)
public String getCatalog()
public String getVersion()
public Collection<DuplicatedItemIdentifier> getDuplicatedIdentifiers()
public String renderTextualReport()
Copyright © 2017 SAP SE. All Rights Reserved.