public class ComboxFactoryFinder
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
ComboxFactoryFinder()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
ComboxFactory |
findFactory(java.lang.String factoryName)
Find a specific factory with the given name
|
ComboxFactory |
get(int index)
Get the factory at the specified index
|
ComboxFactory[] |
getAvailableFactories()
Get all available factories at a given instant
|
int |
getFactoryCount()
Get the number of factory
|
static ComboxFactoryFinder |
getInstance()
Get the unique instance of the factory finder
|
boolean |
isFactorySecure(java.lang.String factoryName)
Check if a factory protocol is secure or not.
|
void |
loadComboxMap(java.lang.String pluginLocation)
Load all the combox in the pop_combox.xml file
|
public static ComboxFactoryFinder getInstance()
public void loadComboxMap(java.lang.String pluginLocation)
pluginLocation - Location of the plugin filepublic ComboxFactory findFactory(java.lang.String factoryName)
factoryName - Name of the factorypublic boolean isFactorySecure(java.lang.String factoryName)
factoryName - The name of the factorypublic int getFactoryCount()
public ComboxFactory[] getAvailableFactories()
public ComboxFactory get(int index)
index - Index of the factory