public class ChainsConfiguration extends Object
| Constructor and Description |
|---|
ChainsConfiguration(com.indexdata.masterkey.config.MasterkeyConfiguration mkConfigContext) |
| Modifier and Type | Method and Description |
|---|---|
PluginChain |
buildChain(String chainName)
Build a plugin chain for a mapping found in the configuration.
|
String[] |
getPluginNamesList(String chainName)
A list of all plugin (registration) names that form a given chain.
|
protected static boolean |
matchTrailingWildcard(String pattern,
String text) |
public ChainsConfiguration(com.indexdata.masterkey.config.MasterkeyConfiguration mkConfigContext)
throws IOException
IOExceptionpublic PluginChain buildChain(String chainName) throws PluginInstantiationException, ChainMappingNotFoundException
chainName - name of the chain (as in configuration)PluginInstantiationExceptionChainMappingNotFoundExceptionpublic String[] getPluginNamesList(String chainName) throws ChainMappingNotFoundException
chainName - ChainMappingNotFoundExceptionCopyright © 2008-2015 Index Data. All Rights Reserved.