Uses of Interface
org.gcube.common.clients.Plugin
-
-
Uses of Plugin in org.gcube.common.clients
Constructors in org.gcube.common.clients with parameters of type Plugin Constructor Description LegacyQuery(Plugin<?,?> plugin)Creates an instance with a given proxyPlugin.ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.cache.EndpointCache<EndpointReference> cache, org.gcube.common.clients.config.Property<?>... properties)ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.config.Property<?>... properties)Creates an instance with a givenPluginand zero or more defaultPropertys.ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.queries.Query<EndpointReference> query, org.gcube.common.clients.cache.EndpointCache<EndpointReference> cache, org.gcube.common.clients.config.Property<?>... properties)Creates an instance with a givenPlugin,aQuery, anEndpointCache, and zero or more defaultPropertys.ProxyBuilderImpl(Plugin<S,P> plugin, org.gcube.common.clients.queries.Query<EndpointReference> query, org.gcube.common.clients.config.Property<?>... properties)
-