public interface ContractsRetriever
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map<String,Object> configuration)
Method used for passing configuration parameters to publisher.
|
String |
getName()
Returns the name to identify this published in configuration file.
|
List<URI> |
retrieve()
Load contracts from appropriate source
|
default void |
setProviderName(String providerName)
Method called to provide the provider name to retreiver.
|
List<URI> retrieve() throws IOException
IOExceptiondefault void setProviderName(String providerName)
providerName - to set.void configure(Map<String,Object> configuration)
configuration - key-valuesString getName()
Copyright © 2017 JBoss by Red Hat. All rights reserved.