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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ClientGet theClientfor this application.abstract Client.BuilderGet aClient.Builderfor this application.static ClientProviderResolverFind and return the provider resolver instance.
-
Constructor Details
-
ClientProviderResolver
public ClientProviderResolver()
-
-
Method Details
-
getClient
Get theClientfor this application.- Returns:
- the client
-
getClientBuilder
Get aClient.Builderfor this application.- Returns:
- a client builder
-
getInstance
Find and return the provider resolver instance.- Returns:
- the provider resolver instance
-