public final class CatalogUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getCatalogVersionsString(java.util.Collection<CatalogVersionModel> catalogVersions)
Returns for the given collection of
CatalogVersionModels the
getFullCatalogVersionName(CatalogVersionModel) of each element, separated by ',' |
static java.lang.String |
getFullCatalogVersionName(CatalogVersionModel catalogVersion)
Returns the full qualified catalog/catalogversion name.
|
public static java.lang.String getFullCatalogVersionName(CatalogVersionModel catalogVersion)
catalogVersion - the catalog versionjava.lang.IllegalArgumentException - if catalogVersion is null.public static java.lang.String getCatalogVersionsString(java.util.Collection<CatalogVersionModel> catalogVersions)
CatalogVersionModels the
getFullCatalogVersionName(CatalogVersionModel) of each element, separated by ','catalogVersions - the collection with the catalog versionsjava.lang.IllegalArgumentException - if catalogVersions is null.Copyright © 2018 SAP SE. All Rights Reserved.