Class SmartExecutorClientFactory
- java.lang.Object
-
- org.gcube.vremanagement.executor.client.SmartExecutorClientFactory
-
public class SmartExecutorClientFactory extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description SmartExecutorClientFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voidforceURL(String url)static SmartExecutorClientImplgetClient(String pluginName)static SmartExecutorClientImplgetClient(String pluginName, Map<String,String> capabilities)
-
-
-
Method Detail
-
forceURL
protected static void forceURL(String url)
-
getClient
public static SmartExecutorClientImpl getClient(String pluginName)
-
getClient
public static SmartExecutorClientImpl getClient(String pluginName, Map<String,String> capabilities)
-
-