Package com.inrupt.client.spi
Class ClientProviderResolver
java.lang.Object
com.inrupt.client.spi.ClientProviderResolver
An abstraction that loads the available
Client
from, the classpath.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Client
Get theClient
for this application.abstract Client.Builder
Get aClient.Builder
for this application.static ClientProviderResolver
Find and return the provider resolver instance.
-
Constructor Details
-
ClientProviderResolver
public ClientProviderResolver()
-
-
Method Details
-
getClient
Get theClient
for this application.- Returns:
- the client
-
getClientBuilder
Get aClient.Builder
for this application.- Returns:
- a client builder
-
getInstance
Find and return the provider resolver instance.- Returns:
- the provider resolver instance
-