Example usage for Java weka.gui.beans PluginManager fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addFromProperties(File propsFile) Add all key value pairs from the supplied property file |
void | addFromProperties(InputStream propsStream) Add all key value pairs from the supplied properties stream |
void | addFromProperties(Properties props) Add all key value pairs from the supplied properties object |
Object | getPluginInstance(String interfaceType, String name) Get an instance of a concrete implementation of a plugin type |
Set | getPluginNamesOfType(String interfaceName) Get a set of names of plugins that implement the supplied interface. |