public class ScpVcapLoaderUtils extends Object
Constructor and Description |
---|
ScpVcapLoaderUtils() |
Modifier and Type | Method and Description |
---|---|
static <VcapDataT extends ScpVcapDestinationLoader.ScpVcapServiceData> |
parseVcapDestination(String destinationName,
DestinationOptions options)
Method to parse VCAP data for specific destination name.
|
@Nonnull public static <VcapDataT extends ScpVcapDestinationLoader.ScpVcapServiceData> VcapDataT parseVcapDestination(@Nonnull String destinationName, @Nonnull DestinationOptions options) throws DestinationNotFoundException
VcapDataT
- The result VCAP data type.destinationName
- The destination name to look for.options
- The destination options to consider.DestinationNotFoundException
- When VCAP data cannot be found for the provided destination name.Copyright © 2020 SAP SE. All rights reserved.