*** This interface provides Binary Compatibility only, not Source Compatibility ***
Package com.sas.services.deployment
Interface ConsumedResourceLocatorInterface
@SASScope("ALL")
@BinaryCompatibilityOnly
public interface ConsumedResourceLocatorInterface
Interface to a service configuration's
resources which may be consumed by applications.
- Since:
- 9.2
-
Method Summary
Modifier and TypeMethodDescriptiongetResource(String id) Gets the consumed resource for the specified ID.
-
Method Details
-
getResource
Gets the consumed resource for the specified ID.- Parameters:
id- Consumed resource's ID.- Returns:
- Consumed resource or
nullif unable to locate the resource.
-