public class JavaTestScriptConverterFactory extends PluginFactory
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
List<String> |
getAvailableCodes() |
List<PluginInfo> |
getAvailablePlugins() |
JavaTestScriptConverter |
getConverter(String code)
Get a Java converter of the specified code.
|
static JavaTestScriptConverterFactory |
getInstance()
Get the shared factory instance.
|
public static JavaTestScriptConverterFactory getInstance()
public JavaTestScriptConverter getConverter(String code)
code
- plugin code.public List<PluginInfo> getAvailablePlugins()