public class LanguageIdFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static LanguageIdPlugin |
loadPlugin(String pluginName)
This method loads the plugin for the language identifier and calls the init.
|
public static LanguageIdPlugin loadPlugin(String pluginName) throws IndexException
pluginName - The name of the plugin to be loaded.
The plugin must implement the interface LanguageIdPluginIndexException - The IndexException is thrown in case the class
can not be loaded or initialized.Copyright © 2014. All Rights Reserved.