public class BufferFactoryFinder
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
BufferFactoryFinder()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
BufferFactory |
findFactory(java.lang.String factoryName)
Find a specific factory
|
static BufferFactoryFinder |
getInstance()
Get the unique instance of the BufferFactoryFinder
|
java.lang.String |
getSupportingBuffer()
Get a formatted string of supporting buffer
|
void |
loadBufferMap(java.lang.String pluginLocation)
Read the plugin file
|
public static BufferFactoryFinder getInstance()
public void loadBufferMap(java.lang.String pluginLocation)
pluginLocation - Location of the plugin filepublic BufferFactory findFactory(java.lang.String factoryName)
factoryName - Name of the factorypublic java.lang.String getSupportingBuffer()